server help
Returns help information about the server object and its operations. The syntax is:
server help [operation | -verbose]
Options
-verbose Displays information about the server object.
Description Used without an argument or option, the server help command returns brief information about each server operation. The optional operation
argument is the name of an about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the server object itself.
Privileges Required No special privileges are needed to use the server help command.
Examples
dcecp> server help catalog Returns the list of srvrconf or srvrexec object names. create Creates a new server configuration (srvrconf)
object. delete Deletes a server (srvrconf) object. disable Disables interfaces of server (srvrexec). enable Enables
interfaces of server (srvrexec). modify Modifies the srvrconf object's variable attributes. ping Pings a server to see if it is receiving
requests. show Returns the attributes of a srvrconf or srvrexec object. start Starts the specified server. stop
Stops the specified running server. help Prints a summary of command-line options. operations Returns a list of the valid operations for this
command. dcecp>
|