HP XP P9000 Command View Advanced Edition Suite Software 7.5.0-00 Administrator Guide (Web Version) (TB581-96346, July 2013)

Related topics:
Registering an exception for the Host Data Collector service (for SSL communication), page 277
hdc.common.rmi.registryPort, page 394
hdc.common.rmi.serverPort, page 395
hdc.common.http.serverPort, page 395
Registering an exception for the Host Data Collector service (for SSL communication)
Use the netsh command to register a firewall exception for SSL communication ports used by the
Host Data Collector 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 service:
1. Execute the following command for each port.
In Windows Server 2003 or Windows Server 2003 R2:
netsh firewall add portopening protocol=TCP port=port-number
name="Host Data Collector Base" mode=ENABLE
In Windows Server 2008, Windows Server 2008 R2, or Windows Server 2012:
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 service to enable the settings.
TIP:
To check the registered information, execute the following commands:
In Windows Server 2003 or Windows Server 2003 R2:
netsh firewall show portopening
In Windows Server 2008, Windows Server 2008 R2, or Windows Server 2012:
netsh advfirewall firewall show rule name=all
Related topics:
Starting the Host Data Collector service, page 274
Stopping the Host Data Collector service, page 275
Registering an exception for the Host Data Collector service (for non-SSL communication), page 276
hdc.common.rmi.ssl.registryPort, page 396
hdc.common.rmi.ssl.serverPort, page 396
hdc.common.https.serverPort, page 397
Administrator Guide (Web Version) 277