1834662 Members
2837 Online
110069 Solutions
New Discussion

Re: NFS Status

 
larry o'donoghue
Occasional Contributor

NFS Status

Hi,

I have an NFS link between 2 servers and want to check the status from time to time. What is the best way to verify that there are no stale file handles and the link is running ok etc
2 REPLIES 2
Michael Tully
Honored Contributor

Re: NFS Status

Hi,

The 'showmount' command should give you what you want.

-a Print all remote mounts in the format of name:directory
-d List directories that have been remotely mounted by clients.
-e Print the list of exported file systems.

# showmount -e myhost

HTH
Michael
Anyone for a Mutiny ?
Ravi_8
Honored Contributor

Re: NFS Status

Hi,

showmount is the tool,
look at man pages of showmount.
never give up