OSF DCE Administration Guide--Core Components

DCE Application Administration
The next example shows configuration information for the video_clip server on host
silver in the local cell:
dcecp> server show /.:/hosts/silver/config/srvrconf/video_clip
{uuid 2fa417e8-bb4c-11cd-831b-0000c08adf56}
{program {vclip}}
{arguments {-catalog}}
.
. (Output Omitted)
.
Use the simple name to show configuration information for the video_clip server on the
local host:
dcecp> server show video_clip
{uuid 2fa417e8-bb4c-11cd-831b-0000c08adf56}
{program {vclip}}
{arguments {-catalog}}
.
. (Output Omitted)
.
10.1.1.2 Server Configuration Information
Each DCE Version 1.1 has a database that can store configuration information for servers
on that host. Use the DCE control program server object to store, modify, or remove
server configuration information in the server configuration database on the host system.
You need to specify some or all of the following information when managing server
configuration:
uuid An identifier for the particular server configuration object.
program The name (including the pathname) that invokes the server program.
directory The name of the program’s working directory. Once a server is running,
it might need a place to store its output or temporary files.
arguments Command-line arguments used to start the server.
entryname The name of an RPC entry to which the server exports its binding.
keytabs A list of one or more UUIDs of related keytab objects (files) where the
server stores its keys. This information is needed for servers that use
DCE authentication or authorization.
principals A list of one or more principal names for the server that are registered in
the DCE Security Service. This information is needed for servers that
use DCE authentication or authorization.
124243 Tandem Computers Incorporated 103