pedserver -mode stop

Stops PEDserver.

Syntax

pedserver -mode stop [-name <registered appliance name>] [-configfile <filename>] [-socketwritetimeout <int>] [-internalshutdowntimeout <int>] [-bgprocessstartuptimeout <int>] [-bgprocessshutdowntimeout <int>] [-logfilename <filename>] [-loginfo <0 or 1>] [-logwarning <0 or 1>] [-logerror <0 or 1>] [-logtrace <0 or 1>] [-maxlogfilesize <size>]

Option Description
-name <registered appliance name> Specifies the name of the registered appliance on which PEDserver will be stopped. Applies to server-initiated (peer-to-peer) mode only.
-configfile <filename> Optional. Specifies which PEDserver configuration file to use.
-socketreadtimeout <int> Optional. Specifies the socket read timeout, in seconds.
-socketwritetimeout <int> Optional. Specifies socket write timeout, in seconds.
-internalshutdowntimeout <int> Optional. Specifies the shutdown timeout for internal services, in seconds.
-bgprocessstartuptimeout <int> Optional. Specifies the startup timeout for the detached process, in seconds.
-bgprocessshutdowntimeout <int> Optional. Specifes the shutdown timeout for the detached process, in seconds.
-logfilename <filename> Optional. Specifies the log file name to which the logger should log messages.
-loginfo <0 or 1> Optional. Specifies if the logger should log "info" messages. Set to 0 for no, 1 for yes.
-logwarning <0 or 1> Optional. Specifies if the logger should log "warning" messages. Set to 0 for no, 1 for yes.
-logerror <0 or 1> Optional. Specifies if the logger should log "error" messages. Set to 0 for no, 1 for yes.
-logtrace <0 or 1> Optional. Specifies if the logger should log "trace" messages. Set to 0 for no, 1 for yes.
-maxlogfilesize <size> Optional. Specifies the maximum log file size in KB.

Example

C:\Program Files\Safenet\LunaClient>pedServer –mode stop -name hellohi