1 .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI
2 .\" $FreeBSD: src/usr.bin/rpcinfo/rpcinfo.8,v 1.5.2.2 2002/06/21 15:28:53 charnier Exp $
3 .\" $DragonFly: src/usr.bin/rpcinfo/rpcinfo.8,v 1.3 2005/08/01 01:49:18 swildner Exp $
10 .Nd report RPC information
38 server and reports what it finds.
40 .Bl -tag -width indent
42 Probe the portmapper on
44 and print a list of all registered
48 is not specified, it defaults to the value returned by
53 call to procedure 0 of
59 and report whether a response was received.
63 call to procedure 0 of
69 and report whether a response was received.
73 as the port number for the
77 options instead of the port number given by the portmapper.
81 broadcast to procedure 0 of the specified
87 and report all hosts that respond.
89 Delete registration for the
91 service of the specified
95 This option can be exercised only by the super-user.
100 argument can be either a name or a number.
106 attempts to call that version of the specified
110 attempts to find all the registered version
111 numbers for the specified
113 by calling version 0 (which is presumed not
114 to exist; if it does exist,
116 attempts to obtain this information by calling
117 an extremely high version
118 number instead) and attempts to call each registered version.
119 Note: the version number is required for
127 services registered on the local machine use:
129 .Dl example% rpcinfo -p
133 services registered on the machine named
137 .Dl example% rpcinfo -p klaxon
139 To show all machines on the local net that are running the Yellow Pages
142 .Dl example% rpcinfo -b ypserv 'version' | uniq
144 where 'version' is the current Yellow Pages version obtained from the
149 To delete the registration for version 1 of the
153 .Dl example% rpcinfo -d walld 1
158 .%T "RPC Programming Guide"
161 In releases prior to SunOS 3.0, the Network File System (NFS) did not
162 register itself with the portmapper;
164 cannot be used to make
168 server on hosts running such releases.