5 Şubat 2010 Cuma

Aix to Solaris nfs mount

aix makinada
/etc/exports dosyasina;
/test -sec=sys:krb5p:krb5i:krb5:dh,rw,root=solaris_hostname

usr/sbin/exportfs -a yi calıştırıyoruz.

solaris makinada
/etc/filesystems/

/test2:
dev = "/test"
vfs = nfs
nodename = aix_hostname
mount = false
type = sap_nfs
options = rw,bg,soft,intr,sec=sys
account = false

/etc/default/nfs
client version 3 olacak
sonra;
mount aix:/test /test2
client version hemen set olmazsa;
mount -F nfs -o vers=3 aix:/test /test2

Hiç yorum yok:

Yorum Gönder