HP StorageWorks Command View XP Advanced Edition Device Manager Server Installation and Configuration Guide (December 2005)
Command View XP AE Device Manager Server Security 109
Specify, in the MOF file, the encrypted keystore password that was obtained in step 4 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_HttpsIndicationSettingData {
InstanceID =
"WBEMSolutions:WBEMSolutions_HttpsIndicationSettingData:001";
ElementName = "WBEM Solutions HTTPS Indication Settings";
IndicationAuthenticationEnabled = false;
IndicationKeyStorePassword = "xxxxxx";
}
Change IndicationAuthenticationEnabled to true. The xxxxxx part of
IndicationKeyStorePassword 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 4.
7. Compile the MOF file.
Use the mofcomp command to compile the 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_CIMXMLIHPA.mof
8. 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-3-3 Second Setup Procedure Performed in a CIM Client
Import the server authentication file for the event indication into the truststore file for the CIM client.
6-5 Authentication File Operations Using a Java Tool
This section describes the following operations required for SSL-encrypted communication between
the Device Manager server and the CIM client when using CIM/WBEM functions:
• Creating a keystore file
• Exporting authentication files from a keystore file
• Creating a truststore file and importing authentication files
These operations use the keytool command supported by Java (JDK1.4.0). The keytool
command is installed in the following location when Device Manager is installed:
installation-folder-for-Common-Component\jdk\bin\keytool.exe
NOTE: This section assumes that a path to the keytool command has been added to the environment
variable PATH.
6-5-1 Creating a Keystore File
To create a keystore file:
1. To create a keystore file.
Execute the following command: