rpcinfo(1M) rpcinfo(1M)
NAME
rpcinfo - report RPC information
SYNOPSIS
/usr/etc/rpcinfo -b program-number version-number
/usr/etc/rpcinfo -m program-number version-number
/usr/etc/rpcinfo -d program-number version-number
/usr/etc/rpcinfo -p [ host ]
/usr/etc/rpcinfo [ -C ] -u host program-number [ version-number ]
/usr/etc/rpcinfo -t host program-number [ version-number ]
DESCRIPTION
rpcinfo makes an RPC call to an RPC server and reports what it finds.
OPTIONS
-b Make an RPC broadcast to procedure 0 of the specified program-number
and version-number using UDP and report all hosts that respond.
-m Like -b but uses an RPC multicast.
-d Delete the existing registration for the RPC service of the
specified program-number and version-number.
-p Probe the portmapper on host, and print a list of all registered RPC
programs. If host is not specified, it defaults to the value
returned by hostname(1).
-u Make an RPC call to procedure 0 of program-number using UDP, and
report whether a response was received. The version-number defaults
to 1. If -C is used in conjunction with -u, a PMAPPROC_CALLIT
request will be used rather than PMAPPROC_GETPORT followed by the
call to procedure 0.
-t Make an RPC call to procedure 0 of program-number using TCP, and
report whether a response was received. The version-number defaults
to 1.
The program-number argument can be either a name or a number.
FILES
/etc/rpc names for rpc program numbers
SEE ALSO
portmap(1M), rpc(4).
IRIX Network Programming Guide
Page 1