HP P9000 Command View Advanced Edition Suite Software 7.3.1-00 Administrator Guide (web)

Table Of Contents
To register a firewall exception for the Host Data Collector Base service:
1. Execute the following command for each port.
For Windows Server 2003 R2:
netsh firewall add portopening protocol=TCP port=port-number
name="Host Data Collector Base" mode=ENABLE
For Windows Server 2008 or Windows Server 2008 R2:
netsh advfirewall firewall add rule name="Host Data Collector Base"
dir=in action=allow localport=port-number protocol=TCP
2. Restart the Host Data Collector Base service to enable the settings.
Host-Data-Collector-installation-destination\HDC\Base\bin\
controlservice.exe stop
Host-Data-Collector-installation-destination\HDC\Base\bin\
controlservice.exe start
TIP:
To check the registered information, execute the following commands:
For Windows Server 2003 R2:
netsh firewall show portopening
For Windows Server 2008 or Windows Server 2008 R2:
netsh advfirewall firewall show rule name=all
Related topics:
Registering an exception for the Host Data Collector service, page 269
Registering an exception for the Host Data Collector Base service (for non-SSL communica-
tion), page 269
hdc.common.rmi.ssl.registryPort, page 387
hdc.common.rmi.ssl.serverPort, page 388
hdc.common.https.serverPort, page 388
Changing the JDK used by Host Data Collector
To change the JDK used by Host Data Collector uses in a Windows environment, add the path to the
desired JDK to the javapathlocation property in the javaconfig.properties file for Host
Data Collector.
The following JDKs are available for Host Data Collector:
JDK 5 (1.5.0) that comes with Host Data Collector
Oracle JDK 5 (1.5.0)
#
Oracle JDK 6 (1.6.0)
#
Oracle JDK 7 (1.7.0)
#
#: Use a 32-bit JDK.
Administrator Guide (Web Version) 271