Installing the Software
4)Perform the following commands to create a copy of the target file system with permissions set for writing to the shared area as <useracct>. Substitute your user name for <useracct>. If you installed in a location other than /opt/mv_pro_5.0, use your location in the cp command.
host $ cp
host $ chown
5)Edit the /etc/exports file on the host Linux workstation (not the exports file on the target filesystem). Add the following line for exporting the filesys area, substituting your user name for <useracct>. Use the full path from root; ~ may not work for exports on all file systems.
/home/<useracct>/workdir/filesys *(rw,no_root_squash,no_all_squash,sync)
Note: Make sure you do not add a space between the * and the ( in the above command.
6)Still as root, use the following commands to make the NFS server aware of the change to its configuration and to invoke an NFS restart.
host $ /usr/sbin/exportfs
Note: Use exportfs
7) Verify that the server firewall is turned off:
host $ /etc/init.d/iptables status
If the firewall is running, disable it:
host $ /etc/init.d/iptables stop