pedclient mode config
Modifies or shows existing configuration file settings.
Syntax
pedclient mode config -show -set [-eadmin <0 or 1>] [-idletimeout <int>] [-ignoreideltimeout] [-socketreadtimeout <int>] [-socketwritetimeout <int>] [-shutdowntimeout <int>] [-pstartuptimeout <int>][-pshutdowntimeout <int>] [-logfilename <filename>] [-loginfo <0 or 1>] [-logwarning <0 or 1>] [-logtrace <0 or 1>] [-maxlogfilesize <size>] [-locallogger]
Option | Description |
---|---|
-show | Displays the contents of the configuration file. |
-set | Updates the configuration file to be up to date with other supplied options. |
-eadmin <0 or 1> | Optional. Specifies if the administration port is on "localhost" or on the external host name. |
-idletimeout <int> | Optional. Specifies the idle connection timeout, in seconds. |
-ignoreidletimeout | Optional. Specifies that the idle connection timeout should not apply to the connection established between the PED and HSM during their assignment. |
-socketreadtimeout <int> | Optional. Specifies the socket read timeout, in seconds. |
-socketwritetimeout <int> | Optional. Specifies the socket write timeout, in seconds. |
-shutdowntimeout <int> | Optional. Specifies the shutdown timeout for internal services, in seconds. |
-pstartuptimeout <int> | Optional. Specifies the startup timeout for the detached process, in seconds. |
-pshutdowntimeout <int> | Optional. Specifies 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. |
-locallogger | Optional. Specifies that the Remote PED logger should be used, not the IS logging system. |
Example
C:\Program Files\Safenet\LunaClient>pedClient –mode config -show