PreviousNext

server show

Returns information about servers. The syntax is:

server show server_name_list [-executing] [-local]

Options

-executing
Returns an attribute list for a running server rather than its associated configuration object.

-local
Specifies that the command is to operate on the local dced object while the dced on the local machine is in partial service mode.

Description
The server show operation returns a list of both the fixed attributes and extended registry attributes for the server entries specified in the argument. The server_name_list argument is a list of names of server object entries. If the names are ambiguous, server configuration objects are assumed unless the -executing option is present. If the argument is a list the output is concatenated into a single list in the order specified.

Privileges Required
You must have r (read) permission to the applicable (configuration or execution) object.

Examples

dcecp> server show /.:/hosts/foster/config/try_tserver
{uuid 003b24d2-a196-1df3-915f-0000c0ba4944}
{program tserver}
{arguments /.:/hosts/foster/test_server}
{prerequisites {}}
{keytabs {}}
{entryname /.:/hosts/foster/test_server}
{services
{{ifname {test server}}
{annotation {dcecp server test program}}
{interface {008bebed-c7c1-1ddc-9cb3-0000c0ba4944 1.0}}
{bindings {ncadg_ip_udp 130.105.5.50}}
{objects 0073f23a-2e1a-1ddd-b73a-0000c0ba4944}
{flags {}}
{entryname /.:/hosts/foster/test_server}}}
{principals /.../foster_cell/tserver}
{starton boot auto explicit failure}
{uid 0}
{gid 0}
{dir /opt/tserver}
dcecp>