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

Windows systems installation
67
You cannot specify an IP address for virtualhost, onlinehost, or standbyhost.
Confirm that the IP address can be resolved from the host name.
The following example shows sample entries in a cluster configuration file:
mode = standby
virtualhost = hcmdserver
onlinehost = hcmdserver_1
standbyhost = hcmdserver_2
4. Save the created file as cluster.conf in <common component installation
folder>\conf.
5. Open the server.properties file, and then specify the logical host name for the
server.http.host property.
The server.properties file is stored in the following folder:
installation-folder-for-the-Device-Manager-server\Server\config
The following shows a coding example of the server.http.host property:
server.http.host = hcmdserver
6. If XP Command View AE Suite products whose versions are earlier than 5.7 have been
installed, stop their services.
For details about how to stop these services, see the manual for your product version.
7. Change the setting so that the database on the shared disk is to be used.
Execute the command shown below. Note that before you execute the command, you must
delete or empty the folder that you specify for target-folder-for-storing-data in the command.
When this command is executed, the setting of the port that HiRDB uses will be restored to the
default (23032). If you changed the port number from the default to another number, take a
note of the port number that is being used so that you can set it again later.
<common component installation folder>\bin\hcmdsdbclustersetup
/createcluster /databasepath target-folder-for-re-creating-database
/exportpath target-folder-for-storing-data /auto
The following shows an example of executing the command:
C:\Program Files\CVXPAE\Base\bin\hcmdsdbclustersetup /createcluster
/databasepath R:\re_creating_db /exportpath C:\storing_data /auto
The following describes the options specified in the hcmdsdbclustersetup command.
databasepath
Specify the folder in which you want to re-create the database. After this option name,
specify the absolute path of the same folder as target-folder-for-re-creating-database
specified for the executing node. This folder must be located on a shared disk, and the
absolute path must not exceed 63 bytes.
The characters that can be used to specify the path are as follows. In addition to these
characters, a backslash (\), colon (:), or forward slash (/) can be used as path delimiters.
A-Z, a-z, 0
-9, period (.), underscore (_)
exportpath
Specify the folder in which you want to store backup data. After this option name, specify
the absolute path of a folder on the local disk. Note that the path name must not exceed 63
bytes. If the folder has already been created, delete its contents. The characters that can
be used to specify the path are the same as for databasepath.
auto
Specify this option to stop the XP Command View AE Suite services and to start HiRDB
automatically as preparation for processing the database. After the command is executed,
the XP Command View AE Suite services and HiRDB are stopped. Note that the services
of XP Command View AE Suite products whose versions are earlier than 5.7 are not
stopped automatically.