- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Bind problem
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-30-2002 05:09 AM
10-30-2002 05:09 AM
NFS Bind problem
When I run the showmount command on my HP-UX 11.00 server to query what is exported from another server, I get the following error message :
# /usr/sbin/showmount -e wilma
showmount: wilma: RPC: Rpcbind failure - RPC: Timed out
I have stopped and restarted /sbin/init.d/nfs.core, nfs.client and nfs.server and also rebooted the system but I still get the above error when querying exports from all other servers.
Can anyone advise ?
Many thanks and regards,
Preet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 05:14 AM
10-30-2002 05:14 AM
Re: NFS Bind problem
Maybe too obvious, but I've got to ask - is Wilma up and available?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 05:19 AM
10-30-2002 05:19 AM
Re: NFS Bind problem
Yes, Wilma is up and running in multi-user mode. Wilma has NFS mounts from other machines mounted on it and when I run the command
showmount -e wilma I see a list of exported filesystems so all looks OK from the Wilma side.
Regards,
Preet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 09:33 AM
10-30-2002 09:33 AM
Re: NFS Bind problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 09:47 AM
10-30-2002 09:47 AM
Re: NFS Bind problem
rpcinfo -p shows the following among others :
100005 1 udp 51988 mountd
100005 3 udp 51988 mountd
100005 1 tcp 51005 mountd
100005 3 tcp 51005 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
Is there a distinction between nfsd and nfs as it appears above ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 09:50 AM
10-30-2002 09:50 AM
Re: NFS Bind problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 11:08 AM
10-30-2002 11:08 AM
Re: NFS Bind problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 02:02 PM
10-30-2002 02:02 PM
Re: NFS Bind problem
Check your /etc/rc.config.d/nfsconf file on the client you are having the issue, the NFS_CLIENT should be set to "1" and START_MOUNTD should also be set to "1". also check to see if rpc.mountd is running on the server. After you set both the above variables to 1 try stopping and starting /sbin/init.d/nfs.client on wilma.
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 12:35 AM
10-31-2002 12:35 AM
Re: NFS Bind problem
Is the rpcbind daemon running in both servers ?
#ps -ef | grep rpcbind
If not start the daemon
#rpcbind
regards,
U.SivaKumar