HP XP7 Replication Manager Application Agent CLI Reference Guide (TK981-96014, May 2014)

Table Of Contents
the backup server to mount the secondary volume, and then unmount the secondary volume by using
the drmumount command to clear the system cache.
To check the name of a copy group, execute either the drmfscat command or the drmfsdisplay
command.
backup-ID
Specify the backup ID associated with the copy groups you want to unmount. When multiple copy
groups were used for the backup identified by the specified backup ID, the secondary volumes of all
the copy groups are unmounted.
To check backup IDs, execute the drmfscat command.
To check backup IDs, execute one of the following commands according to what was backed up:
When the backup is of a file system, use the drmfscat command.
When the drmmount command was executed, and then restoration was performed by using the
drmmediarestore command, use the drmtapecat command.
When the backup is of an SQL Server database, use the drmsqlcat command.
When the backup is of an Exchange database, use the drmexgcat command.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Example
In this example, the command is used to unmount the secondary volume identified by the backup
ID 0000000001:
PROMPT> drmumount 0000000001
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
Application Agent CLI Reference Guide 141