rpcinfo(8nfs)
NAME
rpcinfo − report RPC information
SYNTAX
/etc/rpcinfo −p [ host ]
/etc/rpcinfo −u host program-number [ version-number ]
/etc/rpcinfo −t host program-number [ version-number ]
DESCRIPTION
The rpcinfo command makes an RPC call to an RPC server and displays its findings based on the specified options.
OPTIONS
−p Probe the portmapper portmap(8nfs), running on host, and print a list of all registered RPC programs. If host is not specified, rpcinfo defaults to the value returned by either hostname(1) or gethostname(2).
−u Make an RPC call to procedure 0 of program-number using the user datagram protocol (UDP), and report whether a response was received.
−t Make an RPC call to procedure 0 of program-number using the transmission control protocol (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/rpcnames for rpc program numbers