HP Device Manager 4.5 - Installation Guide

36
Port settings
The following ports are used to communicate with HPDM Gateway.
Parameter Description
hpdm.poll.port=40000
This parameter indicates the port that the Server uses to poll a Gateway.
hpdm.task.port=40003
This parameter indicates the port that the Server uses to send tasks to a Gateway.
hpdm.report.port=40005
This parameter indicates the port that the Server uses to receive reports from a Gateway.
Poll settings
HPDM Server can be set to poll Gateways periodically and refresh their status with polling results.
Parameter Description
hpdm.poll.enabled=false
This parameter indicates whether the Server needs to poll Gateways periodically.
hpdm.poll.batchNumber=10
This parameter indicates how many Gateways to poll at a time. This takes effect only if
poll.enabled is set to true.
hpdm.poll.batchInterval=60
This parameter indicates how long in seconds the Server should wait before polling
another batch of Gateways. This takes effect only if poll.enabled is set to true and the
total Gateway amount is larger than poll.batchNumber.
hpdm.poll.roundInterval=600
This parameter indicates how long in seconds the Server should wait before starting a
new round of Gateway polling. This takes effect only if poll.enabled is set to true.
hpdm.poll.retryTimes=5
This parameter indicates how many times the Server should retry when failing to connect
to a Gateway when polling it. This takes effect only if poll.enabled is set to true.
hpdm.poll.retryInterval=180
This parameter indicates how long in seconds the Server should wait before retrying
polling a 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 Server sends a task to HPDM Gateway with SSL-
encrypted communication. Available values are trueand false”.
hpdm.task.retry=true
This parameter indicates whether the Server retries when failing to send a task to HPDM
Gateway. If set to false, the Server will drop the task and mark it as a failure.
hpdm.task.retryInterval=60
This parameter indicates how long in seconds the Server retries sending tasks. It only takes
effect when hpdm.task.retry is set to true.