Instruction Manual

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 Systems Insight Manager (HP SIM) SSL port conflicts with an application, you can change the default
port number. Refer to the
Understanding HP SIM 5.0 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 Systems Insight Manager (HP SIM), complete the following:
In the server.xml file (located in the jboss\server\hpsim\deploy\jbossweb-tomcat50.sar
directory), change the two occurences of 50000 to the desired port.
For the first port entry, enter the following and replace 50000 with the port of your choice:
<Connector port="280" maxThreads="50" minSpareThreads="5" maxSpareThreads="15"
enableLookups="false" redirectPort="50000" acceptCount="10" debug="0"
connectionTimeout="60000" />
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="removed" sslProtocol="TLS" />
Related topic
Networking and security
Server certificates
The Server Certificate page enables you to view and manage the
SSL
server certificate of the
Central
Management Server
(CMS). HP Systems Insight Manager (HP SIM) supports two types of certificates,
self-signed
and
Certificate Authority (CA)-signed
. A self-signed certificate is created by default during installation,
enabling you to browse to HP SIM. The self-signed and CA-signed certificates can be created after installation.
The CA-signed certificate requires an internal certificate server or an external CA to sign the certificate.
HP SIM provides the following security certificate options:
Export server certificate Select OptionsSecurityCertificatesServer Certificates, and then
click Export.
Edit server certificate Select OptionsSecurityCertificatesServer Certificates, and then
click Edit.
Create new server certificate Select OptionsSecurityCertificatesServer Certificates, and
then click New.
Import server certificate Select OptionsSecurityCertificatesServer Certificates, and then
click Import.
Related procedures
Exporting a Server Certificate
Editing a server certificate
Changing the HP SIM default SSL port 155