- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to open - Error = 'RPC server is not listen...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-28-2005 04:47 AM
тАО04-28-2005 04:47 AM
Unable to open - Error = 'RPC server is not listening'
When i checked for the rpc process it is not running. I started rpcbind using /usr/sbin/rpcbind. Then i stop & started the nfs client and server process.
Please find the rpc process below.
#ps -eaf|grep rpc
root 1052 1 0 Apr 25 ? 0:56 /opt/dce/sbin/rpcd
root 8649 1 0 16:15:34 ? 0:00 /usr/sbin/rpcbind
root 9338 1 0 16:16:58 ? 0:00 /usr/sbin/rpc.lockd
root 3337 16737 1 17:45:18 pts/0 0:00 grep rpc
root 9332 1 0 16:16:58 ? 0:00 /usr/sbin/rpc.statd
root 9923 1 0 16:17:09 ? 0:00 /usr/sbin/rpc.mountd
Please find the rpcinfo output too.
#rpcinfo -p
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 604 status
100024 1 tcp 605 status
100021 1 tcp 610 nlockmgr
100021 1 udp 611 nlockmgr
100021 3 tcp 612 nlockmgr
100021 3 udp 613 nlockmgr
100021 4 tcp 614 nlockmgr
100021 4 udp 615 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 616 nlockmgr
100005 1 udp 771 mountd
100005 3 udp 771 mountd
100005 1 tcp 772 mountd
100005 3 tcp 772 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
Still the users are getting the Error = 'RPC server is not listening'. Let me know how to rectify this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 04:51 AM
тАО04-28-2005 04:51 AM
Re: Unable to open - Error = 'RPC server is not listening'
ps -ef | grep nfsd
See if the nfs daemon is running.
Then see if there is network connectivity between the server and the clients. That common cause would cause your symptom.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 05:00 AM
тАО04-28-2005 05:00 AM
Re: Unable to open - Error = 'RPC server is not listening'
# ps -eaf|grep nfs
root 11159 11153 0 17:58:19 ? 0:00 /usr/sbin/nfsd 4
root 11174 16737 1 17:58:54 pts/0 0:00 grep nfs
root 11160 11153 0 17:58:19 ? 0:00 /usr/sbin/nfsd 4
root 11153 1 0 17:58:19 ? 0:00 /usr/sbin/nfsd 4
root 11158 11153 0 17:58:19 ? 0:00 /usr/sbin/nfsd 4
still we are facing the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 05:03 AM
тАО04-28-2005 05:03 AM
Re: Unable to open - Error = 'RPC server is not listening'
Network check:
ping test
if not, traceroute, spot the failure.
It seems a NIC on the server may be misconfigured, unplugged or otherwise failed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 05:07 AM
тАО04-28-2005 05:07 AM
Re: Unable to open - Error = 'RPC server is not listening'
vxfs: mesg 001: vx_nospace - /dev/vg02/ora_u04 file system full (1 block extent)
vxfs: mesg 001: vx_nospace - /dev/vg02/ora_u04 file system full (1 block extent)
vxfs: mesg 001: vx_nospace - /dev/vg02/ora_u04 file system full (1 block extent)
Is it related to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:01 AM
тАО04-28-2005 09:01 AM
Re: Unable to open - Error = 'RPC server is not listening'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:13 AM
тАО04-28-2005 09:13 AM