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

Create a configuration definition file in the directory containing the default configuration definition
file. For further information, see the description of configuration definition file creation in the HP P9000
Replication Manager Software Application Agent CLI User Guide.
NOTE:
The value of NBU_MASTER_SERVER in the configuration definition file must be the same as the value
that was used during the backup.
The conditions for specifying a configuration definition file name are as follows:
Maximum number of characters (total length of the directory name and file name): 255 bytes
Specifiable characters: Those characters specifiable for file names in Windows
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Example
In this example, the commands are used to mount the secondary volume to the D drive, and restore
the backup data identified by the backup ID 0000000002 from tape:
PROMPT> drmmount 0000000002 -mount_pt D:
PROMPT> drmmediarestore 0000000002
PROMPT> drmumount 0000000002
drmmount (Mounts a secondary volume)
Formats
To mount a secondary volume by specifying the name of a copy group:
drmmount -copy_group copy-group-name
[ -mount_pt mount-point-directory-name ]
To mount a secondary volume by specifying the name of a backup ID:
drmmount backup-ID
[ -mount_pt mount-point-directory-name ][ -force ][ -conf ]
Description
The drmmount command mounts a secondary volume, and locks the corresponding copy group. Use
this command in the following cases:
To mount a secondary volume for backup or restoration
To clear the system caches before a backup
To mount the secondary volume that was unmounted after the backup or restoration
Basic commands130