NFS: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
(No difference)

Revision as of 18:22, 27 October 2007

NFS is used a lot around clon cluster. Following describes some critical issues.

  • Solaris machine exports partitions listed in file /etc/dfs/dfstab, for example:
share -F nfs -o rw /data
share -F nfs -o rw /data1

To start service use following command:

svcadm enable network/nfs/server

File /etc/dfs/sharetab will be created, it contains actually exported partitions.