Go to main content

Troubleshooting Network Administration Issues in Oracle® Solaris 11.3

Exit Print View

Updated: December 2017
 
 

How to Check the NFS Server Remotely

The following procedure describes the logical sequence that you would follow to check an NFS server remotely.

  1. Check that the NFS services have been started on the NFS server.
    # rpcinfo -s bee|egrep 'nfs|mountd`
  2. Check that the NFS server's nfsd processes are responding by running the following command on the client:
    # rpcinfo -u nfs-server nfs
  3. Check that the mountd daemon is running on the NFS server.
    # rpcinfo -u nfs-server mountd
  4. Check whether the local autofs service is being used.
    # cd /net/wasp
  5. Verify that the file system is being shared as expected on the NFS server.
    # showmount -e nfs-server