Server:
1. Establish nfsvg, file system/nfsserver on the P670 Server
2. # mount/nfsserver
3. Edit the/etc/hosts file on 670 and add NFS client information.
10.60.64.41 IRIS
4. edit/etc/exports
/Nfsserver-rw, root = IRIS, access = IRIS
5. edit/etc/xtab
/Nfsserver-rw, root = IRIS_1, access = IRIS_1
6. Start and Stop the NFS service
Start now
#/Usr/sbin/mknfs '-N'
Start now and restart will run automatically
#/Usr/sbin/mknfs '-B'
Stop now
#/Usr/sbin/rmnfs '-N'
Stop immediately and the system stops.
#/Usr/sbin/mknfs '-B'
7. Run the command on the server
# Exportfs-
This command exports all directories written to/etc/exports.
Client
1. the NFS server information is written to the host of the SGI client machine.
10.60.64.21 lpar01
2. Execute on SGI Machine
# Mkdir data
# Mount lpar01:/nfsserver/data
Indicates that mount is successful.
3. Use the df-k Command to detect
4./data content should be in/nfsserver of P670 NFS server
5. Perform a read/write Test
If the client is successfully mounted, the P670 server can use:
# Showmount
Command to list connected clients
Oracle video tutorial follow: http://u.youku.com/user_video/id_UMzAzMjkxMjE2.html