server disable
Disables the specified server. The syntax is:
server disable 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 disable operation disables the specified server. Communicates with dced and removes the endpoints for all interfaces registered by the
server (except the rpc_mgmt interface) from the endpoint map. The argument is a list of names of server execution objects. Accepts an optional -interface option to specify a list
of interfaces to be disabled. Returns an empty string on success.
Privileges Required You must have w (write) permission to the server configuration object.
Examples
dcecp> server disable /.:/hosts/foster/config/try_tserver dcecp>
|