AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020 Fai

  • 1.  rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020 Fai

    Posted Wed March 05, 2008 05:32 AM

    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

    1. 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
    1. lssrc -s portmap
    Subsystem Group PID Status
    portmap portmap 1671246 active
    #
    server A look fine
    1. 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

    1. netstat -an|grep 4013
    #

    chandru0078


  • 2.  Re: rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020

    Posted Mon March 10, 2008 09:17 PM

    Originally posted by: chandru0078


    Hi guys

    I managed to get help from IBM engineer why this problem happening . whenever i do rpcinfo <hostname> getting output but using rpcinfo <ip address> no output founded.By checking /etc/hosts founded more then 3 IP with same hostname. Comment out unwanted IP and try again,its working fine.portmap process must be active as well.thanks alot.

    chandra


  • 3.  Re: rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020

    Posted Thu September 29, 2011 06:07 AM

    Originally posted by: Lambry


    Completely true Chandra !

    I has same problem like described above from chandru0078 , but in my case was a little bit different and I would like to share my experience with You.

    After careful check I found something disturbing - Hostanme of the server that I was inspected was listed in the /etc/host with Non existing IP address - most probably server was relocated and nobody pay attention that new address does not mach existing one in /etc/host

    Because of this problem I also recive exactly the same error massage like chandru0078:

    rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: 1832-020 Failed (unspecified error)

    After immediate updating of the record with the right IP address - error message disappeared.
    ( Just for clarification - I check the server by different reason - and I was not part of the network relocation process, but happens like that - I found and fix this problem )

    Thank You and wish You to have Nice Day !