Managing HP Servers through Firewalls with Insight Management 7.0

28
Appendix B: Modifying default ports
To modify the default port 50000 used by HP System Insight Manger to different port, install HP
System Insight Manger and complete the following steps:
1. Modify the default port value to the required port value from the following lines in server.xml
file under <HPSIM_Installed Dir>\jboss\server\hpsim\deploy\jboss-
web.deployer
<Connector port="280" scheme="http" protocol="HTTP/1.1" maxThreads="50"
minSpareThreads="5" maxSpareThreads="15" enableLookups="false"
acceptCount="10" debug="0" redirectPort="50000"
connectionTimeout="60000" />
<Connector port="50000" scheme="https" secure="true"
protocol="HTTP/1.1" SSLEnabled="true" maxThreads="200"
minSpareThreads="10" maxSpareThreads="25" enableLookups="false"
acceptCount="10" debug="5" clientAuth="false" URIEncoding="utf-8"
useBodyEncodingForURI="true" compression="on"
compressableMimeType="text/html,text/xml,text/plain,text/javascript,tex
t/css" keystoreFile="C:\Program Files\HP\Systems Insight
Manager\config\certstor\hp.keystore"
keystorePass="U6sjMQ0JllhXXCeVioBH" />
Example: To modify the value of port 50000 to <Custom_port_no>,
change port="50000" to port="<Custom_port_no>" and redirectPort="50000"
to redirectPort="<Custom_port_no>"
2. Restart HP System Insight Manager service.
To modify the default WBEM event Receiver port 50004 to a different port, install HP System Insight
Manger and complete the following steps:
1. Unsubscribe to WBEM Events for all the managed nodes which are already subscribed using
default WBEM event Receiver port 50004.
2. Modify the default port value to the required port value in the line
WBEM_Indications_Listener_Port=50004 in globalsettings.props file under
<HPSIM_Installed Dir>\config
Example: To modify the value of port 50000 to <Custom_port_no>,
Change WBEM_Indications_Listener_Port=50004 to
WBEM_Indications_Listener_Port=60004
3. Restart HP System Insight Manager service.
4. Re-subscribe to WBEM Events.