- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS issue
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-24-2009 07:12 PM
10-24-2009 07:12 PM
NFS issue
$ uname -a
HP-UX B.11.23 U 9000/800
$ model
9000/800/rp3440
$
I am unable to mount NFS from the master server.
Master server is working fine and able to access from other clients.
I have restarted NFS services on client.. Rebooted the client..but issue persists.
$ showmount -e master
showmount: RPC: Unable to receive
$
What could be the possible cause.?
Regards
sen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2009 07:30 PM
10-24-2009 07:30 PM
Re: NFS issue
Where are you executing this command: [ on master or client ]
>
$ showmount -e master
showmount: RPC: Unable to receive
$
>
- Make sure you have shared the filesystem on the master server with added permission to the client . ( It should be listed on /etc/exports on master )
- then run exportfs -a
- Then try to mount on the client system.
What error are you getting on client, when you are trying to mount the NFS shared filesystem on the client.
Hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2009 07:30 PM
10-24-2009 07:30 PM
Re: NFS issue
> server.
What does this mean? NFS has servers and
clients. NIS has a master server, not NFS.
"I am unable" is not a useful problem
description. It does not say what you did,
or what happened when you did it.
> $ uname -a
It's a start. Is this the NFS server or
client?
> I have restarted NFS services on client..
Actual command(s)? (Actual output?)
> $ showmount -e master
Again, is this on the NFS server or client?
> showmount: RPC: Unable to receive
Looks as if your NFS stuff is not running.
> Rebooted the client..
Anything interesting in the start-up status
messages or in the system log file(s)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2009 07:55 PM
10-24-2009 07:55 PM
Re: NFS issue
Below output is from client.
$ showmount -e server
showmount: RPC: Unable to receive
$
For restarting nfs in client, i used below commands.
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
Rebooted the client.. Did not find any error meassage that points to nfs failure.
client:/root> mount -F nfs server:/var/opt/ignite/clients /mnt
nfs mount: get_fh: server:: RPC: Timed out
nfs mount: get_fh: server:: RPC: Timed out
nfs mount: retry: retrying(1) for: /mnt after 5 seconds
nfs mount: retry: giving up on: /mnt
client:/root>
master:$> cat /etc/exports
/var/opt/ignite/clients -anon=2
Able to mount this from another client.
client:/root> ps -ef|grep rpc
root 1571 1 0 Oct 18 ? 4:31 /opt/dce/sbin/rpcd
root 12767 1 0 Oct 18 ? 0:00 /usr/sbin/rpcbind
root 12845 1 0 Oct 18 ? 0:00 /usr/sbin/rpc.mountd
root 12874 1 0 Oct 18 ? 0:00 /usr/sbin/rpc.statd
root 12881 1 0 Oct 18 ? 0:00 /usr/sbin/rpc.lockd
client:/root>
Let me know if you need any other info.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 07:53 AM
10-25-2009 07:53 AM
Re: NFS issue
> showmount: RPC: Unable to receive
Any firewalls between these systems? Does
other network stuff (Telnet, FTP, remsh, ...)
work between these systems?
On the client and the server:
showmount -e
netstat -an | grep '.111 '
On the client:
telnet server 111
> client:/root> ps -ef|grep rpc
> [...]
That's what I see on my 11.11 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 05:50 PM
10-25-2009 05:50 PM
Re: NFS issue
#clear_locks -s server
man clear_locks
BR,
Kapil