pedserver mode start
Starts up PEDserver.
Syntax
pedserver mode start [-name <registered appliance name>] [-ip <server_IP>] [-port <server port>] [-configfile <filename>] [-admin <admin port number>] [-eserverport <0 or 1>] [-eadmin <0 or 1>] [-idletimeout <int>] [-socketreadtimeout <int>] [-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>] [-pinginterval <int>] [-pingtimeout <int>] [-force]
Option | Description |
---|---|
-admin <admin port number> | Optional. Specifies the administration port number. |
-bgprocessshutdowntimeout <int> | Optional. Specifes the shutdown timeout for the detached process, in seconds. |
-bgprocessstartuptimeout <int> | Optional. Specifies the startup timeout for the detached process, in seconds. |
-configfile <filename> | Optional. Specifies which PED Server configuration file to use. |
-eadmin <0 or 1> | Optional. Specifies if the administration is on "localhost" or listening on the external host name. |
-eserverport <0 or 1> | Optional. Specifies if the server port is on "localhost" or listening on the external host name. |
-force | Optional parameter. Suppresses any prompts. |
-idletimeout <int> | Optional. Specifies the idle connection timeout, in seconds. |
-internalshutdowntimeout <int> | Optional. Specifies the shutdown timeout for internal services, in seconds. |
-ip <server_IP> | Optional. Specifies the server listening IP address. When running pedserver -mode start on an IPv6 network, you must include this option. |
-logerror <0 or 1> | Optional. Specifies if the logger should log "error" messages. Set to 0 for no, 1 for yes. |
-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. |
-logtrace <0 or 1> | Optional. Specifies if the logger should log "trace" 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. |
-maxlogfilesize <size> | Optional. Specifies the maximum log file size in KB. |
-name <registered appliance name> | |
-pinginterval <int> | Optional. Specifies the time interval between pink commands, in seconds. |
-pingtimeout <int> | Optional. Specifies timeout of the ping response, in seconds. |
-port <server port> | Optional. Specifies the server port number. |
-socketreadtimeout <int> | Optional. Specifies the socket read timeout, in seconds. |
-socketwritetimeout <int> | Optional. Specifies socket write timeout, in seconds. |
Example
C:\Program Files\Safenet\LunaClient>pedServer –mode start -name hellohi -force
>Ped Server launched in startup mode.
>Starting background process
>Background process started
>Ped Server Process created, exiting this process.