Managing HP servers through firewalls with Insight Management 7.2
White paper| HP Insight Management 7.2
43 | March 2013
Appendix B: Modifying
default ports
To modify the default port 50000 used by HP SIM to a different port, install HP SIM and complete
the following steps:
1. Modify the default port value to the required port value from the following lines in the
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/ja
vascript,text/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 the HP SIM service.
To modify the default WBEM event Receiver port 50004 to a different port, install HP SIM and
complete the following steps:
1. Unsubscribe to WBEM Events for all the managed nodes that are already subscribed to
by using the 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 the
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 in the
globalsettings.props file.
3. Restart the HP SIM service.
4. Re-subscribe to WBEM Events.