Operating System - Linux
1821060 Members
2508 Online
109631 Solutions
New Discussion юеВ

How can I check if daemon uses RPC?

 
SOLVED
Go to solution
Vitaly Karasik_1
Honored Contributor

How can I check if daemon uses RPC?

How can I check if some daemon [for example, RH Cluster Manager daemons] uses portmapper [RPC]?

Without stopping portmapper, please... [just by analyzing running system]
5 REPLIES 5
Jeroen Peereboom
Honored Contributor

Re: How can I check if daemon uses RPC?

Is rpccp an option?

JP
Vitaly Karasik_1
Honored Contributor

Re: How can I check if daemon uses RPC?

I afraid rpccp is HPUX-only command.

In linux we have rpcinfo, rpcclient, etc...
Don_89
Trusted Contributor
Solution

Re: How can I check if daemon uses RPC?

rpminfo -p

this should show the services using portmapper.


www.linuxtech.cc

Don_89
Trusted Contributor

Re: How can I check if daemon uses RPC?

rpcinfo -p

this should show the services using portmapper.


www.linuxtech.cc

Vitaly Karasik_1
Honored Contributor

Re: How can I check if daemon uses RPC?

Thanks, Don.

In fact, I already tried "rpcinfo -p" but was under impression that it's mot enough.

As far I as see now, rpminfo provides full list of rpc-based applications.

Thanks!
Vitaly