Originally posted by: chandru0078
Dear Friends
Can anyone help me to explain to solve rpc error problem?i getting error as below
No active /vantage/bin processes found!
rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020 Failed (unspecified error)
For your info the portmap is running,nfs also running and weird think is i cannot see the port in LISTEN mode but when we are doing at other servers(server A) looks fine.Can anyone help me solve this problem.thanks a million
-
lssrc -g nfs
Subsystem Group PID Status
biod nfs 1146980 active
nfsd nfs 123096 active
rpc.mountd nfs 1462452 active
rpc.lockd nfs 942140 active
rpc.statd nfs 233598 active
nfsrgyd nfs inoperative
gssd nfs inoperative
-
lssrc -s portmap
Subsystem Group PID Status
portmap portmap 1671246 active
#
server A look fine
-
netstat -an|grep 4013
tcp4 0 0 *.4013
. LISTEN
tcp4 0 0 10.200.208.17.37484 10.200.208.117.4013 TIME_WAIT
Current server
-
netstat -an|grep 4013
#
chandru0078