HP StorageWorks Command View XP Advanced Edition Device Manager Server Installation and Configuration Guide (December 2005)
Command View XP AE Device Manager Server Security 108
6-4-2-2 Setup Procedure Performed in the Device Manager Server
1. Import the client authentication file into the truststore file.
The truststore file (the truststore password is trustssl) is stored in the following location:
Device-Manager-installation-folder\HiCommandServer\wsi\server\
jserver\bin\.truststore
For details on how to import an authentication file into the truststore file,
6-5 .
2. Perform steps 3 to 6 in
6-4-1 to set ClientAuthenticationEnabled to true.
6-4-3 Procedure for Specifying Two-way Authentication for Event
Indications
This subsection describes how to set up two-way authentication for event indications.
6-4-3-1 First Setup Procedure Performed in a CIM Client
Create a keystore file for the CIM and export the client authentication file.
6-4-3-2 Setup Procedure Performed in the Device Manager Server
1. Import the client authentication file into the truststore file for the event indication.
The truststore file for the event indication (the truststore password is indtrust) is stored in the
following location:
Device-Manager-installation-folder\HiCommandServer\wsi\server\
jserver\bin\.ind.truststore
For details on how to import an authentication file into the truststore file, see
6-5 .
2. Create a new keystore file for the event indication.
The default keystore file for the event indication (the keystore password is indssl) is stored in
the following location:
Device-Manager-installation-folder\HiCommandServer\wsi\server\
jserver\bin\.ind.keystore
The default keystore file can be used without any modification. If you want to create a new
keystore file, name the file .ind.keystore and use it to replace the default keystore file.
For details on creating a keystore file, see
6-5 .
3. Export the server authentication file for the event indication from the keystore file for the event
indication.
For details on exporting an authentication file, see
6-5 .
4. Encrypt the keystore password.
Use WSIEncryptString.jar to encrypt the keystore password that was specified during
creation of the keystore file in step 2. WSIEncryptString.jar is stored in the following
location:
Device-Manager-installation-folder\HiCommandServer\wsi\no-redist
Example of executing the command:
> java -jar WSIEncryptString.jar keystore-password
When the command is executed, the encrypted character string of the keystore password is
displayed. This character string is used in a later step.
5. Stop the Device Manager server.
Stop the Device Manager server as follows:
Select Start, Programs, HP Command View XP AE, Device Manager, and then Stop Server.
6. Modify the MOF file (WBEMSolutions_CIMXMLIHPA.mof).