Viewing Information in a Server Entry
When clients are having difficulty communicating with servers, you might want to see what binding information is contained in a server entry as a troubleshooting step. Or say you are
adding object UUIDs to server entries and you wonder whether a server entry has been overlooked. You can use an rpcentry show operation to view the information in a server entry as
illustrated in the following example. The returned information includes the interface identifier, two bindings over which the server can be reached and an object UUID of a resource maintained by the
server.
dcecp> rpcentry show /.:/subsys/applications/bbs_server
{458ffcbe-98c1-11cd-bd93-0000c08adf56 1.0
{ncadg_ip_udp 130.105.1.227}
{ncacn_ip_tcp 130.105.1.227}}
{76030c42-98d5-11cd-88bc-0000c08adf56}
dcecp>
|