RPCINFO(NADM) UNIX System V
Name
rpcinfo - report RPC information
Syntax
rpcinfo -p [ host ]
rpcinfo -u host program-number [ version-number ]
rpcinfo -t host program-number [ version-number ]
Description
rpcinfo makes an RPC call to an RPC server and reports what
it finds.
Options
-p Probe the portmapper on host, and print a list of all
registered RPC programs. If host is not specified, it
defaults to the node name returned by uname(NC).
-u Make an RPC call to procedure 0 of program-number using
UDP, and report whether a response was received.
-t Make an RPC call to procedure 0 of program-number using
TCP, and report whether a response was received.
The program-number argument can be either a name or a
number. If no version is given, it defaults to 1.
Files
/etc/rpc names for RPC program numbers
See Also
rpc(NF), portmap(NADM)
(printed 8/17/89) RPCINFO(NADM)