- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "showmount -a" command error.
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-10-2001 05:05 PM
10-10-2001 05:05 PM
"showmount -a" command error.
showmount : hp_g40 : RPC : Rpcbind failure - RPC : timeout
I can make sure the rpcbind daemon is running and started before inetd daemon.
What's the matter?
Regards by
Feilong Zhou.
- Tags:
- showmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:11 PM
10-10-2001 05:11 PM
Re: "showmount -a" command error.
Try restarting nfs server by /sbin/init.d/nfs.server stop and /sbin/init.d/nfs.server start and then try showmount.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:18 PM
10-10-2001 05:18 PM
Re: "showmount -a" command error.
Zhou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:22 PM
10-10-2001 05:22 PM
Re: "showmount -a" command error.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:27 PM
10-10-2001 05:27 PM
Re: "showmount -a" command error.
/sbin/init.d/nfs.server start, on hp_g40.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:29 PM
10-10-2001 05:29 PM
Re: "showmount -a" command error.
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
Then try the showmount.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 06:58 PM
10-10-2001 06:58 PM
Re: "showmount -a" command error.
"hp_g40" is the server's hostname.
I use "rpcinfo"(with no parameter), and get the following informations:
can't contact rpcbind : RPC: Rpcbind failure - RPC :failed(unspecified error).
Why?
Zhou