|
|
This chapter describes the messages issued by the RPCINFO program. It includes these sections:
Messages have this format:
RPC###t dow mon dd hh:mm:ss yyyy text
| ### | Three-digit message number |
| t | One of these message types:
I - Informative E - Error W - Warning D - Debug |
| dow | Day of the week |
| mon | Month of the year |
| dd | Date |
| hh | Hours |
| mm | Minutes |
| ss | Seconds |
| yyyy | Year |
| text | message text |
This section lists the text of all RPCINFO messages in alphabetical order.
RPCINFO finds that a particular RPC program is not available on a designated machine.
| d_value1 | RPC program number |
| d_value2 | Version number of the RPC program in question |
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.
The selected RPC server is running and ready for requests on the selected host.
| d_value1 | RPC program number |
| d_value2 | Version number of the RPC program in question |
Explanation The selected host does not have any RPC servers registered with its local portmapper daemon.
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.
| d_value1 | RPC program number |
| d_value2 | Version number of the RPC program in question |
RPCINFO requests a dump of a selected portmapper's registration tables.
| d_value1 | RPC program number |
| d_value2 | Version number |
| string1 | Either UDP or TCP, or the protocol number of the selected service |
| d_value3 | Port number on which the service is listening for requests |
| string2 | Either blank if the service is not known to the DNR, or else the name of the service as known by the DNR |
Explanation These messages are issued when the RPCINFO program is called with invalid parameters.
Recommended Action Reissue the command with the proper parameter configuration.
Explanation The RPCINFO program could not locate the local host's name using DNR.
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.
Explanation RPCINFO finds that a particular RPC program is not available on a designated machine. The d_value is the RPC program number.
| d_value1 | RPC program number |
| d_value2 | Version number of the RPC program in question |
Explanation RPCINFO finds that a particular RPC program is not available on a designated machine.
Explanation RPCINFO could not properly communicate with the selected host's portmapper.
Recommended Action Ensure that the selected host is running a portmapper daemon.
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.
Explanation The DNR could not locate the Internet address for a host. The string is the name of the host.
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).
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.
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.
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.
|
|