| RPCINFO(8) | System Manager's Manual | RPCINFO(8) |
rpcinfo — report
RPC information
rpcinfo |
-b program version |
rpcinfo |
-d program version |
rpcinfo |
-p [host] |
rpcinfo |
-s program version
port |
rpcinfo |
[-n portnum]
-t host program
[version] |
rpcinfo |
[-n portnum]
-u host program
[version] |
rpcinfo makes an RPC call to an RPC server
and reports what it finds.
The options are as follows:
-b-d-n
portnum-t and -u options instead
of the port number given by the portmapper.-p-s-t-uThe program argument can be either a name or a number.
If a version is specified,
rpcinfo attempts to call that version of the
specified program. Otherwise,
rpcinfo attempts to find all the registered version
numbers for the specified program by calling version 0
(which is presumed not to exist; if it does exist,
rpcinfo attempts to obtain this information by
calling an extremely high version number instead) and attempts to call each
registered version. Note: the version number is required for
-b and -d options.
To show all of the RPC services registered on the local machine use:
$ rpcinfo -pTo show all of the RPC services registered on the machine named klaxon use:
$ rpcinfo -p klaxonTo show all machines on the local net that are running the Yellow Pages service use:
$ rpcinfo -b ypserv 'version' |
uniqwhere 'version' is the current Yellow Pages version obtained from
the results of the -p switch above.
To delete the registration for version 1 of the
walld service use:
$ rpcinfo -d walld 1RPC Programming Guide.
| July 21, 2017 | openbsd |