HP XP P9000 Replication Manager Software 7.6.0-00 Application Agent CLI Reference Guide

Basic command specifications (Utility commands)
drmdbsetup (Creates and deletes Application Agent databases)
Formats
To create backup catalog information and the dictionary map files:
drmdbsetup -i
To delete backup catalog information and the dictionary map files:
drmdbsetup -u
Make sure that you specify an absolute path when executing the drmdbsetup command. The absolute
path of this command is as follows:
Application-Agent-installation-directory\DRM\bin\util\drmdbsetup.exe
Description
The drmdbsetup command creates and deletes the contents of the dictionary map files. Dictionary
map files for creation and deletion are stored as defined by the path information in DRM_DB_PATH,
in the Application Agent configuration definition file (init.conf).
For details about the Application Agent configuration definition file, see the description of Application
Agent operation settings in the HP P9000 Replication Manager Software Application Agent CLI User
Guide. For details about DRM_DB_PATH, see the description of creating the dictionary map files in
the same manual.
Arguments
-i
Creates backup catalog information and dictionary map files, based on the path information (the
value of DRM_DB_PATH) specified in the Application Agent configuration definition file. An error will
occur if the specified directory already contains the dictionary map files.
-u
Deletes created backup catalog information and dictionary map files. Use this option to delete existing
dictionary map files.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Basic commands144