- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Server
Operating System - HP-UX
1824971
Members
3511
Online
109678
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2006 05:35 PM
тАО09-01-2006 05:35 PM
NFS Server
Hi
Which file on an NFS Server contains a list of clients that currently have the servers NFS system mounted?
thanks
alamgir
Which file on an NFS Server contains a list of clients that currently have the servers NFS system mounted?
thanks
alamgir
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2006 05:42 PM
тАО09-01-2006 05:42 PM
Re: NFS Server
/etc/rmtab
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2006 05:48 PM
тАО09-01-2006 05:48 PM
Re: NFS Server
hi alamgir,
/etc/rmtab contains the list of the remote client.
showmount will list all clients that have remotely mounted a filesystem from host.
hope this helps
kind regards
yogeeraj
/etc/rmtab contains the list of the remote client.
showmount will list all clients that have remotely mounted a filesystem from host.
hope this helps
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2006 05:14 AM
тАО09-02-2006 05:14 AM
Re: NFS Server
Hi Alamgir,
As others have rightly pointed out, the /etc/rmtab is where the rpc.mountd *attempts* to keep track of the clients who currently have mounted filesystems with the server. The command to view the contents of the server's rmtab file is "showmount -a".
I say "attempts" because the contents of the /etc/rmtab file are rarely accurate. Even the rmtab man page admits this:
WARNINGS
Although the rmtab table is close to the truth, it is not always totally accurate.
The reason why this file is usually out of date is because rpc.mountd adds entries whenever a client mounts a filesystem and it only removes entries when a client sends the server an unmount request. The problem is - what happens if the client doesn't send an unmount request? For example, if a client mounts 3 filesystems from the server and then someone reboots the client, or the client panics, or there is a power outage, or the client is a laptop PC and the user just closes the lid and leaves, etc....
The point is rpc.mountd makes every effort to keep this file up-to-date with a current list of clients but due to circumstances beyond rpc.mountd's control, it isn't always accurate.
Bottom line, I've always told customers to never base any really important SysAdmin decisions on the contents of /etc/rmtab because there's no way to guarantee its accuracy.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
As others have rightly pointed out, the /etc/rmtab is where the rpc.mountd *attempts* to keep track of the clients who currently have mounted filesystems with the server. The command to view the contents of the server's rmtab file is "showmount -a
I say "attempts" because the contents of the /etc/rmtab file are rarely accurate. Even the rmtab man page admits this:
WARNINGS
Although the rmtab table is close to the truth, it is not always totally accurate.
The reason why this file is usually out of date is because rpc.mountd adds entries whenever a client mounts a filesystem and it only removes entries when a client sends the server an unmount request. The problem is - what happens if the client doesn't send an unmount request? For example, if a client mounts 3 filesystems from the server and then someone reboots the client, or the client panics, or there is a power outage, or the client is a laptop PC and the user just closes the lid and leaves, etc....
The point is rpc.mountd makes every effort to keep this file up-to-date with a current list of clients but due to circumstances beyond rpc.mountd's control, it isn't always accurate.
Bottom line, I've always told customers to never base any really important SysAdmin decisions on the contents of /etc/rmtab because there's no way to guarantee its accuracy.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP