Manual Pages for UNIX Darwin command on man rpcinfo
MyWebUniversity

Manual Pages for UNIX Darwin command on man rpcinfo

RPCINFO(8) BSD System Manager's Manual RPCINFO(8)

NAME

rrppcciinnffoo - report RPC information

SYNOPSIS

rrppcciinnffoo -pp [host]

rrppcciinnffoo [-nn portnum] -uu host program [version]

rrppcciinnffoo [-nn portnum] -tt host program [version]

rrppcciinnffoo -bb program version

rrppcciinnffoo -dd program version

DESCRIPTION

rrppcciinnffoo makes an RPC call to an RPC server and reports what it finds. OOPPTTIIOONNSS

-pp 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).

-uu Make an RPC call to procedure 0 of program on the specified host

using UDP, and report whether a response was received.

-tt Make an RPC call to procedure 0 of program on the specified host

using TCP, and report whether a response was received.

-nn Use portnum as the port number for the -tt and -uu options instead

of the port number given by the portmapper.

-bb Make an RPC broadcast to procedure 0 of the specified program and

version using UDP and report all hosts that respond.

-dd Delete registration for the RPC service of the specified program

and version. This option can be exercised only by the super-

user. The program argument can be either a name or a number. If a version is specified, rrppcciinnffoo attempts to call that version of the

specified program. Otherwise, rrppcciinnffoo attempts to find all the regis-

tered 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 -bb and -dd options.

EEXXAAMMPPLLEESS To show all of the RPC services registered on the local machine use:

example% rpcinfo -p

To show all of the RPC services registered on the machine named klaxon use:

example% rpcinfo -p klaxon

To show all machines on the local net that are running the Yellow Pages service use:

example% rpcinfo -b ypserv 'version' | uniq

where 'version' is the current Yellow Pages version obtained from the

results of the -pp switch above.

To delete the registration for version 1 of the wwaalllldd service use:

example% rpcinfo -d walld 1

SEE ALSO

rpc(5), portmap(8) RPC Programming Guide.

BUGS

In releases prior to SunOS 3.0, the Network File System (NFS) did not register itself with the portmapper; rrppcciinnffoo cannot be used to make RPC calls to the NFS server on hosts running such releases. BSD December 17, 1987 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™