Solaris üzerinde NFS sunucu yönetme
Tarih: 12:06 21 Mayıs, 2010 saatBu Solaris yıl NFS sunucusu yönetmek için kullanmak zorunda dosyaları vardır:
/ Etc / DFS / fstypes
/ Etc / rmtab
/ Etc / nfs / nfslog.conf
/ Etc / default / nfslogd
/ Etc / default / nfs
/ Etc / DFS / dfstab file (yerel share dizinleri)
share -F nfs -o rw,root=host2 -d "Share name" /path/to/share
/ Etc / DFS / sharetab (paylaştığım ne)
NFS sunucu daemon:
svcadm -v enable nfs/server
svcadm enable svc:/network/nfs/server
NFS istemcisi:
/ Etc / vfstab
host2:/usr/local/data - /usr/remote_data nfs - yes soft,bg
Automount:
/ Etc / auto_master:
/home auto_home -nobrowse
mount_point map_name mount_options
Doğrudan harita:
/ Etc / auto_master
/- auto_direct -ro
/ Etc / auto_direct
/apps/path -ro,soft server1:/export/some/path
Dolaylı harita:
/ Etc / auto_master
/home auto_home -nobrowse
/ Etc / auto_home
+auto_home
joe host2:/export/home/joe
svcadm enable svc:/system/filesystem/autofs
























