HP Device Manager 4.6 - Installation and Update Guide
hpdm.poll.retryInterval=180
This parameter indicates how long in seconds the HPDM Server should wait before retrying
polling an HPDM Gateway when the last connection failed. This takes effect only if
poll.enabled is set to true.
Task settings
Parameter Description
hpdm.task.SSL.enabled=true
This parameter indicates whether the HPDM Server sends a task to an HPDM Gateway with SSL-
encrypted communication. Available values are true and false.
hpdm.task.retry=true
This parameter indicates whether the HPDM Server retries when failing to send a task to HPDM
Gateway. If set to false, the HPDM Server drops the task and mark it as a failure.
hpdm.task.retryInterval=60
This parameter indicates how long in seconds the HPDM Server retries sending tasks. It only
takes effect when hpdm.task.retry is set to true.
Log settings
The HPDM Server outputs logs to a rolling file named hpdm-server.log.
Parameter Description
hpdm.log.level=WARN
This parameter indicates the log levels to write into the log file. The log levels in the HPDM
Server are:
DEBUG = 1: Logs for developer debugging.
INFO = 2: Logs of running information, not errors.
WARN = 3: Logs with warning if something unexpected happened.
FATAL = 4: Logs of fatal errors or what must be logged, such as server start.
Setting the log level makes the HPDM Server write specified logs of no lower than the specified
level to the log file. For example, when setting the log level to INFO, the HPDM Server writes
INFO, WARN, and FATAL logs after the next start.
hpdm.log.dailyRolling=false
This parameter specifies whether the log is appended with a daily rolling. If set to true, the
following two configurations (hpdm.log.maxBackupIndex and hpdm.log.maxFileSize) are
ignored.
hpdm.log.maxBackupIndex=10
This parameter indicates the maximum number of log files the HPDM Server keeps.
hpdm.log.maxFileSize=5MB
This parameter indicates the maximum size of each log file.
hpdm.log.gateway=false
This parameter indicates whether the HPDM Server should write logs about communicating
with an HPDM Gateway.
hpdm.log.console=false
This parameter indicates whether the HPDM Server should write logs about communicating
with the HPDM Console.
hpdm.log.task=false
This parameter indicates whether the HPDM Server should write logs about tasks.
hpdm.log.db=false
This parameter indicates whether the HPDM Server should write logs about database
operations.
Cache settings
Parameter Description
hpdm.cache.enabled=true
This parameter indicates whether the HPDM Server should keep a cache in memory to speed up its
reaction to HPDM Consoles.
20