pedserver mode config

Shows and modifies internal PEDserver configuration file settings.

Syntax

pedserver mode config -name <registered appliance name> -show -set [-port <server port>] [-set][-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>]

Option Description
-name <registered appliance name> Specifies the name of the registered appliance to be configured.
-show Displays the contents of the PEDserver configuration file.
-set Updates the PEDserver configuration file to be up to date with other supplied options.
-port <server port> Optional. Specifies the server port number.
-configfile <filename> Optional. Specifies which PEDserver configuration file to use.
-admin <admin port number> Optional. Specifies the administration port number.
-eserverport <0 or 1> Optional. Specifies if the server port is on "localhost" or listening on the external host name.
-eadmin <0 or 1> Optional. Specifies if the administration is on "localhost" or listening on the external host name.
-idletimeout <int> Optional. Specifies the idle connection timeout, in seconds.
-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.
-pinginterval <int> Optional. Specifies the time interval between pink commands, in seconds.
-pingtimeout <int> Optional. Specifies timeout of the ping response, in seconds.

Example

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