HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

Appendix A Overview of CIM/WBEM
241
A-4-1 The server.properties file
When executing CIM, set up the following properties in addition to the regular settings.
A-4-1-1 server.cim.support
This property specifies whether to use the CIM interface. Set the server.cim.support property
to true. The default is false, which specifies that the CIM interface is not used.
# whether the server supports CIM interface or not
server.cim.support={true | false}
A-4-1-2 server.cim.support.protocol
Specify whether to open or close the port used by the CIM interface.
Default: 3 (opens both the port for SSL communication and port for non-SSL communication.)
A-4-1-3 server.cim.http.port
To use non-SSL for the CIM interface, specify the HTTP port number.
Default: 5988
A-4-1-4 server.cim.https.port
To use SSL for the CIM interface, specify the port number of HTTPS.
Default: 5989
A-4-1-5 server.cim.agent
To use the CIM interface to acquire performance information of storage subsystems, specify the
name of the host on which the Device Manager agent is installed. If you do not set this property, you
cannot acquire performance information.
Default: None
A-4-1-6 server.cim.support.job
This property specifies whether a method for creating or deleting a volume, setting or releasing a
path, setting or canceling security for a LUN, or creating or deleting a LUSE volume is executed
asynchronously or synchronously. If the CIM client does not support the job control subprofile,
specify false.
Default: true (The method is executed asynchronously.)
A-4-2 The jserver.properties file
This properties file sets up the operating environment for the WBEM Service. This file is stored in
the following directory when Device Manager is installed:
In Windows:
installation-folder-for-the-Device-Manager-server\Server\config
In Linux:
installation-directory-for-the-Device-Manager-server/Server/config
The contents of the wbemservices.properties file are as follows.