HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide
The encrypted keystore password is displayed. You will need to specify this string in the MOF file for
object operations.
Editing an MOF file for object operations
Set the keystore password encrypted by WSIEncryptString.jar in the MOF file for object
operations, and then compile the file.
Operations to complete in advance
Create a keystore file for object operations.
Information to collect in advance
Keystore password encrypted by WSIEncryptString.jar.
To edit an MOF file for object operations:
1. Stop the P9000 Command View AE Suite product services.
2. Set the keystore password encrypted by WSIEncryptString.jar in the MOF file for object
operations (CIMXMLSCOMATLSSettingData_instances.mof).
The MOF file is stored in the following locations.
In Windows:
installation-folder-for-the-Device-Manager-server\Server\wsi\server\
jserver\mof\wbemserver
In Linux:
installation-directory-for-the-Device-Manager-server/Server/wsi/
server/jserver/mof/wbemserver
Replace XXXXXX in KeyStorePassword with the encrypted keystore password.
instance of HITACHI_CIMXMLSCOMATLSSettingData {
InstanceID = HITACHI:HITACHI_CIMXMLSCOMATLSSettingData:
001";
ElementName = "CIM-XML Client Adapter TLS Settings";
MutualAuthenticationRequired = false;
KeyStoreFile = "{0}/jserver/bin/.keystore";
KeyStorePassword = "XXXXXX";
TrustStoreFile = "{0}/jserver/bin/.truststore";
};
Administrator Guide 223