Later, if you see a Permission denied message and cannot write to the network mount point on the CMS server, run chown nfsnobody:nfsnobody /network_server_mt_pt_dir to set the owner and group to nfsnobody.
Do the following to provide access to other systems:
Run the vi /etc/exports command.
Run /network_server_mt_pt_dir <CMS_FQDN>(rw,sync) to append the network mount point information to the bottom of the file.
For example: /CUE_NFS_dirtrapper1.dr.avaya.com(rw,sync)
Save the file.
Do the following to configure NFS and portmap to start after a reboot:
Using an administered CMS user ID, run su - root to log in with root privileges.
Run ntsysv at the command line prompt.
Review the list and ensure that the NFS and portmap options are selected.
Press Tab to highlight OK and then press Enter.
Do one of the following:
If the NFS service is not running, run the /etc/init.d/nfs start command to start it.
If the NFS service is running, run the /etc/init.d/nfs restart command to restart it.
Run service nfs status to verify that the network service is running.