HP Systems Insight Manager 5.3 Technical Reference Guide

1. Open the globalsettings.props file.
On a Windows operating system, the globalsettings.props file is located in the install
directory\config folder.
On an HP-UX or Linux operating system, the globalsettings.props file is located in the
/etc/opt/mx/config directory.
2. Change EnableSessionKeepAlive=true to EnableSessionKeepAlive=false.
3. Select FileSave.
The updates are saved.
4. Close the globalsettings.props file.
To change the default timeout:
1. From the HP SIM directory, navigate to:
Windows:
install
directory\jboss\server\hpsim\deploy\jbossweb-tomcat50.sar\conf\web.xml
Linux and HP-UX:
/opt/mx/jboss/server/hpsim/deploy/jbossweb-tomcat50.sar/conf/web.xml
2. Edit the
<session-timeout>
value from the default of 20 minutes to the number of minutes you want.
3. Save the globalsettings.props and the web.xml files.
The updates are saved.
4. Close the web.xml file.
Related topics
Signing in
Networking and security
Users and authorizations
Changing the HP SIM default SSL port
If the HP SIM SSL port conflicts with an application, you can change the default port number. See the
Understanding HP SIM 5.3 security
white paper at http://h18013.www1.hp.com/products/servers/
management/hpsim/infolibrary.html for a list of ports in use. To change the default SSL port for HP SIM,
complete the following:
1. In the server.xml file (located in the %programfiles%\HP\Systems Insight
Manager\jboss\server\hpsim\deploy\jboss-web.deployer directory), change the three
occurrences of 50000 to the desired port.
2. For the first port entry, enter the following and replace 50000 with the port of your choice:
<Connector port="280" scheme="http" protocol="HTTP/1.1" maxThreads="50"
minSpareThreads="5" maxSpareThreads="15" enableLookups="false"
redirectPort="50000" acceptCount="10" debug="0" connectionTimeout="60000"/>
3. For the second port entry, enter the following and replace 50000 with the port of your choice:
<Connector address="${jboss.bind.address}" port="50000" scheme="https"
secure="true" maxThreads="200" minSpareThreads="10" maxSpareThreads="25"
enableLookups="false" acceptCount="10" debug="5" URIEncoding="utf-8"
useBodyEncodingForURI="true" clientAuth="false"
keystoreFile="C:\bullwinkle\target\Windows\stage\SIM\config\certstor\hp.keystore"
keystorePass=" dBDrRbtEjl8bkXg8txCT" sslProtocol = "TLS" />.
4. For the third port entry, enter the following and replace 50000 with the port of your choice:
<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"
Changing the HP SIM default SSL port 169