server enable
Enables the specified server. The syntax is:
server enable server_name_list -interface interface_id_list
Options
-interface interface_id_list Optionally specifies a list of one or more RPC interfaces to be disabled. The interface identifier can be in string syntax or
dcecp syntax.
See the Data Structures topic of this reference page for a description of string and dcecp syntaxes.
Description The server enable operation enables the specified server. Communicates with dced and enables any previously disabled endpoint mapping for all
interfaces registered by the server in the endpoint map. The server_name argument is a list of names of server execution objects. The operation accepts an optional -interface
option to specify a list of interfaces to be enabled. Returns an empty string on success.
Privileges Required You must have w (write) permission to the server execution object.
Examples
dcecp> server enable /.:/hosts/foster/config/try_tserver dcecp>
|