rpcinfo(1M) rpcinfo(1M)NAME rpcinfo - reports RPC information SYNOPSIS rpcinfo -p [host] rpcinfo -u host program-number version-number rpcinfo -t host program-number version-number ARGUMENTS host Specifies the host you wish to connect to. -p Probes the portmapper on host, and prints a list of all registered RPC programs. If host is not specified, it defaults to the value returned by hostname(1). program-number Specifies the program number of the host. -t Makes an RPC call to procedure 0 of program-number using TCP, and reports whether a response was received. -u Makes an RPC call to procedure 0 of program-number using UDP, and reports whether a response was received. version-number Specifies the version number of the host. DESCRIPTION rpcinfo makes an RPC call to an RPC server and reports what it finds. FILES /usr/etc/rpcinfo Executable file SEE ALSO portmap(1M) A/UX Network System Administration January 1992 1