HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide

2. Set the keystore password encrypted by WSIEncryptString.jar in the MOF file for event
indications (CIMXMLSIndicationHandlerTLSSettingData_instances.mof), and then
change the MutualAuthenticationRequired value to true.
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 xxxxxxx in KeyStorePassword with the encrypted keystore password.
instance of HITACHI_CIMXMLSIndicationHandlerTLSSettingData {
InstanceID = "HITACHI:HITACHI_CIMXMLSIndicationHandlerTLS
SettingData:001";
ElementName = "CIM_XML-TLS Indication Handler Settings";
MutualAuthenticationRequired = true;
KeyStoreFile = "{0}/jserver/bin/indkeystore";
KeyStorePassword = "xxxxxxx";
TrustStoreFile = "{0}/jserver/bin/indtruststore";
};
3. Execute the mofcomp command to compile the MOF file for event indications.
In Windows:
installation-folder-for-the-Device-Manager-server\Server\wsi\bin\
mofcomp.bat
In Linux:
installation-directory-for-the-Device-Manager-server/Server/wsi/
bin/mofcomp
mofcomp -m -o ..\server\jserver\logr ..\server\jserver\mof\wbemserver
\CIMXMLSCOMATLSSettingData_instances.mof
4. Start the P9000 Command View AE Suite product services.
Related topics
Starting services, page 317
Stopping services, page 318
Security228