HP StorageWorks Command View XP Advanced Edition Device Manager Server Installation and Configuration Guide (December 2005)

Command View XP AE Device Manager Server Security 107
> 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.
3. 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.
4. Modify the MOF file (WBEMSolutions_CIMXMLCPA.mof).
Specify, in the MOF file, the keystore password that was encrypted in step 2 of this procedure.
The MOF file is stored in the following location:
Device-Manager-installation-folder\HiCommandServer\wsi\server\
jserver\mof
Example of a MOF file:
instance of WBEMSolutions_HttpsCPASettingData as $d {
InstanceID = "WBEMSolutions:WBEMSolutions_HttpsCPASettingData:001";
ElementName = "WBEM Solutions HTTPS Client Adapter Settings";
ClientAuthenticationEnabled = false;
ServerKeyStorePassword = “xxxxxx”;
};
The xxxxxx part of ServerKeyStorePassword contains the character string that encrypted
the keystore password used by the default keystore file. In xxxxxx, specify the keystore
password that you encrypted in step 2.
NOTE: To set up two-way authentication for the object operation described in 6-4-3 , set
ClientAuthenticationEnabled to true.
5. Compile the MOF file.
Use the mofcomp command to compile the MOF file. The mofcomp command is stored in the
following location:
Device-Manager-installation-folder\HiCommandServer\wsi\bin\mofcomp.bat
Example of executing the command:
> mofcomp -s http://localhost/interop -SI -o ..\server\jserver\logr
..\server\jserver\mof\WBEMSolutions_CIMXMLCPA.mof
6. Start the Device Manager server.
Start the Device Manager server as follows:
Select Start, Programs, HP Command View XP AE, Device Manager, and then Start Server.
6-4-2 Procedure for Specifying Two-way Authentication for the Object
Operation
This section describes how to set up two-way authentication for the object operation.
Export the server authentication file from the keystore file for object operations in advance. For details
on the storage location of the keystore file, see
6-4-1 . For details on how to export an authentication
file, see 6-5 .
6-4-2-1 Setup Procedure Performed in a CIM client
1. Import the server authentication file into the truststore file for the CIM client.
2. Create a keystore file for the CIM, and export the server authentication file.