Operating System - HP-UX
1821061 Members
2475 Online
109631 Solutions
New Discussion юеВ

Unable to open - Error = 'RPC server is not listening'

 
Jagadesh_2
Regular Advisor

Unable to open - Error = 'RPC server is not listening'

When users try to access the oracle environment via citrix they are getting an error "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.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Unable to open - Error = 'RPC server is not listening'

since the server appears to be running:

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jagadesh_2
Regular Advisor

Re: Unable to open - Error = 'RPC server is not listening'

nfs process is running
# 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
Steven E. Protter
Exalted Contributor

Re: Unable to open - Error = 'RPC server is not listening'

My second suggestion is more likely the issue.

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jagadesh_2
Regular Advisor

Re: Unable to open - Error = 'RPC server is not listening'

In dmesg iam getting an error
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?
Vincente Fernandes
Valued Contributor

Re: Unable to open - Error = 'RPC server is not listening'

Maybe related to the Oracle filesysem full. Are the timestamp for filesystem full recent one's? Free up some space in full system.
Florian Heigl (new acc)
Honored Contributor

Re: Unable to open - Error = 'RPC server is not listening'

maybe also check the connecting hosts using rpcinfo -p
yesterday I stood at the edge. Today I'm one step ahead.