HP Device Manager 4.6 - Installation and Update Guide

HPDM tools
Configuring the HPDM Server
This section explains each parameter in the HPDM Server configuration file.
Accessing the Server configuration file
1. Open the file explorer and find the installation folder for HPDM.
2. Right-click the file server.conf, select Open With, and then select Notepad.
Now you have a Notepad file displaying the content of server.conf, and you can modify some of the parameters in it.
Thread settings
The HPDM Server creates a thread pool to contain all services.
Parameter Description
hpdm.thread.poolSize=400
This parameter indicates the maximum amount of thread used by the HPDM
Server. The default value is 400.
hpdm.thread.maxNum.task=100
This parameter indicates the maximum amount of thread for tasks.
hpdm.thread.maxNum.report=200
This parameter indicates the maximum amount of thread for processing reports.
hpdm.thread.maxNum.gatewayWalker=20
This parameter indicates the maximum amount of thread for walking HPDM
Gateways.
Port settings
The following ports are used to communicate with the HPDM Gateway.
Parameter Description
hpdm.poll.port=40000
This parameter indicates the port that the HPDM Server uses to poll an HPDM Gateway.
hpdm.task.port=40003
This parameter indicates the port that the HPDM Server uses to send tasks to an HPDM Gateway.
hpdm.report.port=40005
This parameter indicates the port that the HPDM Server uses to receive reports from an HPDM
Gateway.
Poll settings
The HPDM Server can be set to poll HPDM Gateways periodically and to refresh their status with the polling results.
Parameter Description
hpdm.poll.enabled=false
This parameter indicates whether the HPDM Server needs to poll the HPDM Gateways
periodically.
hpdm.poll.batchNumber=10
This parameter indicates how many HPDM 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 HPDM Server should wait before polling
another batch of HPDM Gateways. This takes effect only if poll.enabled is set to true and the
total HPDM Gateway amount is larger than poll.batchNumber.
hpdm.poll.roundInterval=600
This parameter indicates how long in seconds the HPDM Server should wait before starting a
new round of HPDM Gateway polling. This takes effect only if poll.enabled is set to true.
hpdm.poll.retryTimes=5
This parameter indicates how many times the HPDM Server should retry when failing to
connect to an HPDM Gateway when polling it. This takes effect only if poll.enabled is set to
true.
19