HP XP P9000 Performance Advisor Software v5.5 Install Guide (T1789-96339, February 2013)

Set the http.port=443
The default locations of the file for windows and non windows are listed below :
C:\Program Files (x86)\Hewlett-Packard\xppa\hostagent\config
/opt/xppa/hostagent/config
9. Start the HP XP P9000 Performance Advisor host agent service. For more information, see
“Starting, stopping, and restarting host agent services” (page 124).
IMPORTANT: To enable SSL on a HP XP P9000 Performance Advisor Windows host agent,
complete the following steps in addition to the above-mentioned steps:
1. Stop the HP XP P9000 Performance Advisor host agent and real-time services. For more
information, see “Starting, stopping, and restarting host agent services” (page 124).
2. Copy the following jar files, sunpkcs11.jar, sunjce_provider.jar, and dnsns.jar
contents from %JAVA_HOME%\lib\ext to the <Installed HA dir>\xppa\hostagent
folder.
3. Start the HP XP P9000 Performance Advisor host agent and real-time services. For more
information, see “Starting, stopping, and restarting host agent services” (page 124).
Signed approach
You can generate signed SSL certificates on the server and add them to the JRE's trusted list of
certificates to enable SSL on a HP XP P9000 Performance Advisor.
Management Station
To configure SSL settings in your management station perform the following steps:
NOTE: As an example we have provided the below mentioned procedure, where the vendor is
verisign. Hence, the procedure might change based on the vendor's discretion.
1. From the management station generate the private key:
Navigate to C:\Program Files\Java\jdk1.6.0_33\bin
C:\Program Files\Java\jdk1.6.0_33\bin>keytool -genkey -alias tomcat -keyalg RSA
-keystore c:\hpss\pa\tomcat\conf\keystore
Where ever the password is prompted the password provided is changeit
Enter keystore password:
Re-enter new password:
What is your first and last name?
[ Since the system is not in any of the domain, the system name is provided ]
[Unknown]: vmwin2k3r2
What is the name of your organizational unit?
[Unknown]: SPD
What is the name of your organization?
[Unknown]: HP
What is the name of your City or Locality?
[Unknown]: BLR
What is the name of your State or Province?
[Unknown]: KAR
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=vmwin2k3r2, OU=SPD, O=HP, L=BLR, ST=KAR, C=IN correct?
[no]: yes
Enter key password for <tomcat>
(RETURN if same as keystore password):
2. Generate the CSR file by executing the following command:
C:\Program Files\Java\jdk1.6.0_33\bin>keytool -certreq -alias tomcat
-file csr.txt -certreq -keystore c:\HPSS\pa\tomcat\conf\keystore
Signed approach 89