Table Of Contents
100I PROGRAM d_value1 VERSION d_value2 IS NOT AVAILABLE
101I PROGRAM d_value1 VERSION d_value2 is READY AND WAITING
102I NO REMOTE PROGRAMS REGISTERED
103I COULD NOT DELETE REGISTRATION FOR PROGRAM d_value1 VERSION d_value2
105I - 106I 105I number version protocol portname
106I d_value1 d_value2 string1 d_value3 string2200E COULD NOT LOCATE LOCALHOST name
202E PROGRAM d_value IS NOT AVAILABLE
203E PROGRAM d_value1 VERSION d_value2 IS NOT AVAILABLE
207E string IS UNKNOWN RPC SERVICE
210E EXITING DUE TO PREVIOUS ERROR
RPCINFO Messages
This chapter describes the messages issued by the RPCINFO program. It includes these sections:
Describes the standard format for messages issued by the RPCINFO program.
Lists all RPCINFO messages.
Message Format
Messages have this format:
RPC###t dow mon dd hh:mm:ss yyyy textSyntax Description
RPCINFO Messages
This section lists the text of all RPCINFO messages in alphabetical order.
100I PROGRAM d_value1 VERSION d_value2 IS NOT AVAILABLE
Explanation RPCINFO finds that a particular RPC program is not available on a designated machine.
The difference between this message and message number 203 is that all communications worked with the portmapper—this message simply indicates that the RPC server is not executing on the selected machine.
101I PROGRAM d_value1 VERSION d_value2 is READY AND WAITING
Explanation The selected RPC server is running and ready for requests on the selected host.
102I NO REMOTE PROGRAMS REGISTERED
Explanation The selected host does not have any RPC servers registered with its local portmapper daemon.
103I COULD NOT DELETE REGISTRATION FOR PROGRAM d_value1 VERSION d_value2
Explanation When trying to delete the registration of an RPC service with the local portmapper, the request was ignored by the portmapper because the service for the requested version of the requested was not currently registered.
105I - 106I 105I number version protocol portname
106I d_value1 d_value2 string1 d_value3 string2Explanation RPCINFO requests a dump of a selected portmapper's registration tables.
107I-110I 107I RPCINFO PROTO(protocol) HOST(hostname) PROG(prognum) {VERS(versnum)}
{PORT(portnum)} {SYSID(subsystem_id)}
108I RPCINFO HOST(hostname) {SYSID(subsystem_id)}
110I RPCINFO DELETE PROG(prognum) VERS(vers_num) {SYSID(subsystem_id)}Explanation These messages are issued when the RPCINFO program is called with invalid parameters.
Recommended Action Reissue the command with the proper parameter configuration.
200E COULD NOT LOCATE LOCALHOST name
Explanation The RPCINFO program could not locate the local host's name using DNR.
201E UDP SOCKET
Explanation RPCINFO could not open a UDP socket. This message is issued by perror() to provide more information as to the cause of the failure.
202E PROGRAM d_value IS NOT AVAILABLE
Explanation RPCINFO finds that a particular RPC program is not available on a designated machine. The d_value is the RPC program number.
203E PROGRAM d_value1 VERSION d_value2 IS NOT AVAILABLE
Explanation RPCINFO finds that a particular RPC program is not available on a designated machine.
204E CAN'T CONTACT PORTMAPPER
Explanation RPCINFO could not properly communicate with the selected host's portmapper.
Recommended Action Ensure that the selected host is running a portmapper daemon.
207E string IS UNKNOWN RPC SERVICE
Explanation When trying to look up the name or program number of an RPCINFO program, the name or number could not be located. The string is the value of the entity being requested.
208E string IS UNKNOWN HOST
Explanation The DNR could not locate the Internet address for a host. The string is the name of the host.
210E EXITING DUE TO PREVIOUS ERROR
Explanation When a fatal error is detected by RPCINFO, this error follows an error message that provides more detailed information about the error. The RPCINFO program exits with a return code of 16 instead of 0 (a normal exit return code).
2xxE CAN'T CONTACT PORTMAPPER
Explanation RPCINFO could not properly communicate with the selected host's portmapper. This message is formatted by clnt_pcreateerror() before it is issued.
Recommended Action Ensure that the selected host is running a portmapper daemon.
2xxE TCP CREATE
Explanation RPCINFO could not create a TCP client RPC handle. The message is formatted by clnt_pcreateerror() before it is issued by the default rpclog() module. The message number 2xx is replaced with the sum of 250 plus the RPC library error number.
2xxE UDP CREATE
Explanation RPCINFO could not create a UDP client RPC handle. The message is formatted by clnt_pcreateerror() before it is issued by the default rpclog() module. The message number 2xx is replaced with the sum of 250 plus the RPC library error number.