Help in undertanding RPCinfo


 
Thread Tools Search this Thread
Operating Systems Solaris Help in undertanding RPCinfo
# 1  
Old 02-22-2012
Help in undertanding RPCinfo

Need help experts

I am trying start a service that is required for my application (it was running fine till yesterday)
to start my service, i will got to my application Install folder and
HTML Code:
/Serverroot/bin/run_tc_idsm
I get a error below
unable to register (rpc_prog_number = 536875586 , rpc_prog_version=1)
after reading some of the troubleshooting methods from application vendor i tried to do couple of checks
HTML Code:
infodba-ie10ux014:/home/infodba\n\r-> rpcinfo -p 10.192.22.25 |grep tcp
    100000    4   tcp    111  rpcbind
    100000    3   tcp    111  rpcbind
    100000    2   tcp    111  rpcbind
    100024    1   tcp  32771  status
    100133    1   tcp  32771
1073741824    1   tcp  32772
    100021    1   tcp   4045  nlockmgr
    100021    2   tcp   4045  nlockmgr
    100021    3   tcp   4045  nlockmgr
    100021    4   tcp   4045  nlockmgr
    100229    1   tcp  32778  metad
    100229    2   tcp  32778  metad
 536875586    1   tcp  54468
 536875585    1   tcp  50842
 536875589    1   tcp  50855
 536875590    1   tcp  50859
 536875588    1   tcp  50863
 536875591    1   tcp  50864
 536875587    1   tcp  50871
infodba-ie10ux014:/home/infodba\n\r-> rpcinfo -T tcp 10.192.22.25 536875586 54468
rpcinfo: RPC: Timed out
program 536875586 version 54468 is not available
infodba-ie10ux014:/home/infodba\n\r->
I am getting
HTML Code:
program 536875586 version 54468 is not available
, does this mean that there is already a process running and on port 54468 and i need to kill that before starting my service.

I am also not sure how far it is related to application or to Solaris services, appreciate any help
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

AIX 5.3 NFS export not mounting, rpcinfo hang/timeout on server

Been trying to get a directory NFS-mounted with no success. I've tried both NFS v3 and v4, but currently trying v4. I can't figure out what's going on here. server: sbkovwadmd01 sbkovwadmd01# chnfsdom Current local domain: edw.dev sbkovwadmd01# lssrc -a | grep nfs | grep active nfsd ... (3 Replies)
Discussion started by: eckertd
3 Replies

2. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

3. Solaris

rpcinfo error

I get following error from one of my NFS server .. the tcp wrapper is turned off .. what else could be the problem ? rpcinfo -p 10.63.25.176 rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error) (0 Replies)
Discussion started by: fugitive
0 Replies

4. UNIX for Dummies Questions & Answers

Is it possible to set a timeout for rpcinfo?

I've created a script that checks the health of a piece of equipment out in the field by first establishing that it is pingable, and then parsing log files to gather information. Today I realized that there are times where the equipment may be pingable, and will not show any immediate issues in... (1 Reply)
Discussion started by: DeCoTwc
1 Replies

5. UNIX for Dummies Questions & Answers

rpcinfo

I use HP-UX 11.0 I type a command: #rpcinfo #with no parameters And system gave the following messages: rpcinfo:can't contact rcpbind :RPC: Rpcbind failure - RPC: Failed(unspecified error) Why? (1 Reply)
Discussion started by: uxnt
1 Replies
Login or Register to Ask a Question