WEBCRUSADER SERVER ENTRIES IN DCE
(260GR 01-May-1997)
WebCrusader and DCE site administrators can use the commands shown below
to locate and identify all WebCrusader server-related entries in a DCE
cell. This information is especially useful in a Secure AppEngine development
environment where new server applications are initialized and uninitialized
frequently. Although uninitializing a WebCrusader server does clean up
its related DCE entries, cell administrators may prefer to locate and
delete entries left behind from obsolete or abandoned servers as part
as their routine housekeeping tasks.
To display all WebCrusader Server entries in a cell (including keytab
files, PID files, etc.), follow these steps:
1. Issue the following command to display a list of all WebCrusader server
principals currently configured into the cell:
dcecp> rpcgroup list /.:/subsys/WWW/wc-servers
This list of servers, wccs-<hostname> and <name>-<hostname>,
are all the WebCrusaders servers that have been configured into the
cell.
2. Issue the following command to display a list of group principals:
dcecp> group catalog
Among the group principals displayed you will find:
wccs-admin
<name>-admin - where there will be 1 <name>-admin entry
for each Secure AppEngine Server that was created in the cell (These
<name> s will match those in the wc-servers group where they are
called <name>-<hostname> .)
3. Issue the following command to display a list of principal entries:
dcecp> principal catalog
Among the principals displayed you will find:
wccs-<hostname> - one entry for each host with a Connect
Server
<name>-<hostname> - one entry for each host with
a Secure AppEngine Server
4. Issue the following command to display a list of keytab files that
were created:
dcecp> keytab catalog
Among the keytabs displayed you will find:
wccs-<hostname> - one entry for each Connect Server
<name>-<hostname> - one entry for each Secure AppEngine
Server
5. Issue the following commands to display a list of RPC entries that
were created.
Server RPC entries
Issue the following commands to display lists of the server RPC entries:
dcecp> rpcentry show /.:/subsys/WWW/wccs-<hostname>
dcecp> rpcentry show /.:/subsys/WWW/<name>-<hostname>
Management Entries
Issue the following commands to display lists of the management RPCentries:
dcecp> rpcentry show /.:/subsys/WWW/wccs-<hostname> -mgmt
dcecp> rpcentry show /.:/subsys/WWW/<name>-<hostname>
-mgmt
6. Issue the following command to display the directory base:
dcecp> directory show /.:/subsys/WWW
7. Issue the following commands to display a list of server objects in
CDS:
dcecp> server show /.:/hosts/<hostname> /config/srvrconf/wccs-<hostname>
dcecp> server show/.:/hosts/<hostname> /config/srvrconf/<name>-<hostname>
|