1822936 Members
3873 Online
109645 Solutions
New Discussion юеВ

rpcbind version

 
SOLVED
Go to solution
Matt Hearn
Regular Advisor

rpcbind version

Does anyone know how to tell what version of rpcbind one might be running? I have a request from our DNS gurus to find out, but rpcbind has no manpage, no configuration files I can find, and no -v option. I suspect it's just tied to the operating system, but telling them "We're running the rpcbind that comes default with HP-UX 11.11" is probably not going to get me off the hook.

Thanks!
3 REPLIES 3
Jeff_Traigle
Honored Contributor

Re: rpcbind version

Hmmm... there's a man page for rpcbind on my system... rpcbind(1M). You can find it on docs.hp.com if it's really not on your system.

Maybe the -d option (debug) would display the version.
--
Jeff Traigle
Kofi ARTHIABAH
Honored Contributor
Solution

Re: rpcbind version

try

what /usr/sbin/rpcbind

Good luck
nothing wrong with me that a few lines of code cannot fix!
Sandman!
Honored Contributor

Re: rpcbind version

rpcinfo shows version of rpcbind protocol on your machine...man rpcinfo(1M)

# rpcinfo -s | grep -i rpcbind | awk '{print z[split($2,z,",")]}'