1830898 Members
2214 Online
110017 Solutions
New Discussion

NFS Server contains

 
SOLVED
Go to solution
Muhammad Shamroze
Frequent Advisor

NFS Server contains

Q. which file on an nfs server contain a list of clients that currently have the server NFs system Mounted?

ITs /etc/rmtab or /etc/fstab...?
3 REPLIES 3
Devender Khatana
Honored Contributor

Re: NFS Server contains

Hi,

It is /etc/rmtab. But there is no point is asking such questions in the forum and solve the quiz.It wastes time of many other ITRC users.

You could rather do a "man fstab" and "man rmtab" on HPUx box to find out the answer.

HTH,
Devender
Impossible itself mentions "I m possible"
John Waller
Esteemed Contributor

Re: NFS Server contains

/etc/exports tells you which clients has permissions to mount an individual filesystem, but thats no guarentee that it has it mounted. If the clients use Automount it can be configured to un-mount when it is not in use.
morganelan
Trusted Contributor
Solution

Re: NFS Server contains

/etc/rmtab - contains a record of all clients that mounted remote file systems
Kamal Mirdad