Operating System - HP-UX
1835821 Members
2744 Online
110085 Solutions
New Discussion

Re: what systems are NFS mounted to a NFS server

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

what systems are NFS mounted to a NFS server

Hi all:

Have an NFS server whose exports file is wide open for the domain.

I need to find out what servers have a NFS mount to the NFS server.

Any ideas?

Thanks
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: what systems are NFS mounted to a NFS server

Rick,

The mount command will show what your server has mounted from other systems, but not even SAM seems to be able to tell who has mounted yours - all it can tell is what's been exported, which you already know.


Pete

Pete
Peter Godron
Honored Contributor
Solution

Re: what systems are NFS mounted to a NFS server

Hi,
/etc/rmtab is the file.
Pete Randall
Outstanding Contributor

Re: what systems are NFS mounted to a NFS server

Rick,

Just a word of caution, /etc/rmtab is historical - it shows everything that was ever mounted, not necessarily what is currently mounted. Check the man page.


Pete

Pete
Rick Garland
Honored Contributor

Re: what systems are NFS mounted to a NFS server

Thanks Pete:

Gives me the info I need though. Out of 100+ systems I can narrow it down to 19 systems. Out of these 19 systems, 4 systems have been turned off. So the historical info I know but I have a much better handle on which systems to look at and how to modify the exports file to provide additional security.