La gestione del server NFS su Solaris
Inviato: 21 Mag 2010 alle 12:06Questo è il file che dovete utilizzare per la gestione di server NFS su anno Solaris:
/ Etc / dfs / fstypes
/ Etc / rmtab
/ Etc / nfs / nfslog.conf
/ Etc / default / nfslogd
/ Etc / default / nfs
Il file / etc / DFS / dfstab (directory condivisione locale)
share -F nfs -o rw,root=host2 -d "Share name" /path/to/share
/ Etc / dfs / sharetab (quello che ho condiviso)
Server NFS daemon:
svcadm -v enable nfs/server
svcadm enable svc:/network/nfs/server
Client NFS:
/ 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
Vivono mappa:
/ Etc / auto_master
/- auto_direct -ro
/ Etc / auto_direct
/apps/path -ro,soft server1:/export/some/path
Mappa indiretti:
/ Etc / auto_master
/home auto_home -nobrowse
/ Etc / auto_home
+auto_home
joe host2:/export/home/joe
svcadm enable svc:/system/filesystem/autofs
























