show server(8rpc)Shows the binding information, interface identifiers, and object UUIDs in a server entry Synopsis
rpccp show server server-entry-name Options
-i To display a specific interface, supply its identifier as the value. The value has the following form: interface-uuid,major-version.minor-version The UUID is a hexadecimal string and the version numbers are decimal strings, for example: -i ec1eeb60-5943-11c9-a309-08002b102989,1.1 Leading zeros in version numbers are ignored.
-o -o 3c6b8f60-5945-11c9-a236-08002b102989
-s
-u Name service data is cached locally on each machine in a cell. If an rpccp inquiry can be satisfied by data in the local CDS cache, this cached data is returned. Locally cached copies of name service data might not include a recent CDS update, however. If the required data is not available in the local CDS cache, rpccp goes to a CDS serve to retrieve the required data and then updates the local CDS cache. Using the -u option bypasses the local cache, allowing rpccp to go directly to a CDS server for the inquiry and then update the local CDS cache. Arguments
server-entry-name
Description This operation shows all of the potential bindings for an interface. By default, this command displays bindings for the specified version of the interface and for upwardly compatible versions of the interface. The -v option controls which versions are targeted by this command.
Privileges Required
Notes
Examples rpccp> show server /.:/LandS/anthro/Cal_host_2 The following command operates from the system prompt to display a specific object and interface from the server entry /.:/LandS/anthro/Cal_host_2 in the local cell:
rpccp show server \
Related Information
|