PreviousNext

host show

The show operation is not currently implemented.

Returns a list describing all processes that are configured to run on the specified host. The syntax is:

host show [host_name]

Description
The host show operation returns a list describing all processes that are configured to run on the specified host. The optional host_name argument is the fully qualified or cell-relative name of a DCE host, such as hosts/name or /.:/host/name. If not given, the local host is assumed. The returned list contains the following:

· Server name as output by server catalog -simplename command.

· One of the tokens: running or notrunning.

· An optional server-specific comment such as master or replica for a security server and clerk or server for a DTS server.

If the DCE daemons on the specified host were started by dcecp server (as is often the case), the output of this command will not be as expected.

Privileges Required
You must have r (read) permission to the config/srvrconf container object on the specified host.

Examples
The following example shows configured servers on host hydra:

dcecp> host show hosts/hydra
{dced running}
{cdsd running}
{cdsadv running}
{secd running master}
{auditd notrunning}
{dtsd running clerk}
dcecp>