HP P9000 Command View Advanced Edition Suite Software 7.4.0-00 Administrator Guide (web) (TB581-96325, December 2012)

Table Of Contents
Registering an exception for the Host Data Collector Base service (for SSL communication)
Use the netsh command to register a firewall exception for SSL communication ports used by the
Host Data Collector Base service.
Operations to complete in advance
Logging in with administrator permissions
Information to collect in advance
Port number set for the hdc.common.rmi.ssl.registryPort property (Default value:
22104/tcp)
Port number set for the hdc.common.rmi.ssl.serverPort property (Default value: 22105/tcp)
Port number set for the hdc.common.https.serverPort property (Default value: 22106/tcp)
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 273
Registering an exception for the Host Data Collector Base service (for non-SSL communica-
tion), page 274
hdc.common.rmi.ssl.registryPort, page 394
hdc.common.rmi.ssl.serverPort, page 394
hdc.common.https.serverPort, page 395
Administrator Guide (Web Version) 275