Go to main content

Troubleshooting Network Administration Issues in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

How to Check the NFS Server Remotely

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

  1. Check whether the NFS services are running on the NFS server.
    # rpcinfo -s bee|egrep 'nfs|mountd`
  2. Check whether the nfsd processes are running:
    # 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 used.
    # cd /net/wasp
  5. Verify that the file system is shared as expected on the NFS server.
    # showmount -e nfs-server