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

Linux systems installation
126
2. Enter the following command to make sure that Device Manager server is not running:
installation-directory-for-the-Device-Manager-server/suitesrvcntl -
status_hdvm
This command outputs the following messages:
The status_hdvm request was accepted.
The Device Manager server is stopped.
This indicates that Device Manager is not running.
3. Execute the following command to make sure that the Common Component services are
running:
<common component installation directory>/bin/hcmdssrv -status
The following shows an example of executing the command:
# /opt/CVXPAE/Base/bin/hcmdssrv -status
If the following messages appear, the services are running:
KAPM06440-I The HiRDB service has already started.
KAPM05007-I Already started service. service-name=HBase Storage Mgmt
Web Service
KAPM05007-I Already started service. service-name=HBase Storage Mgmt
Common Service
4. If the Common Component services are not running, execute the following command:
<common component installation directory>/bin/hcmdssrv -start -server
HBase
5. From the command prompt, execute the database command:
installation-directory-for-the-Device-Manager-server/database.sh
initialize
The following shows an example of executing the command:
# /opt/CVXPAE/database initialize
6. Specify true for the server.base.initialsynchro property in the server.properties
file. For details about the server.base.initialsynchro property, see subsection
8-2-23 .
7. Enter the following command to start the Device Manager server:
installation-directory-for-the-Device-Manager-server/suitesrvcntl -
start_hdvm
8. Enter the following command to make sure that the Device Manager server is running:
installation-directory-for-the-Device-Manager-server/ suitesrvcntl -
status_hdvm
This command outputs the following messages:
The status_hdvm request was accepted.
The Device Manager server started.
This indicates that Device Manager is up and running normally.
9. Change the value of the server.base.initialsynchro property in the
server.properties file back to false.