1834395 Members
1645 Online
110066 Solutions
New Discussion

Re: NFS - Rmtab file...

 
SOLVED
Go to solution
Dave Cast
Frequent Advisor

NFS - Rmtab file...

Does anyone know if the rmtab file lists *only* remote mounts that are current or is it a history of mounts?

Thanks in advance.
Today is different and tomorrow the same.
3 REPLIES 3
Ramesh S
Esteemed Contributor

Re: NFS - Rmtab file...

Hi

File /etc/rmtab contains a record of all clients that mounted remote file systems from this machine. Whenever a remote mount is done, an entry is made in the rmtab file of the machine serving that file system. umount removes the entry of a remotely mounted file system.umount -a broadcasts to all servers that they should remove all entries from rmtab created by the sender of the broadcast message.

Have a look on man pages.

Best Regards,
Ramesh
Dave Cast
Frequent Advisor

Re: NFS - Rmtab file...

The man page I have read! The question is: is the listing in rmtab list ***CURRENT*** (and I do mean current) mounts only or does it retain a history?
Today is different and tomorrow the same.
OldSchool
Honored Contributor
Solution

Re: NFS - Rmtab file...

Looking at the rmtab on one of my systems, it appears that a history of sorts is present...as the first character of a line is changed to "#" when a file system is unmounted.

#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
#vru3:/fedcat_large/aix
cvru3:/fedcat_large/aix


But, note the following:
WARNINGS
Although the rmtab table is close to the truth, it is not always totally accurate.