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

Specify this option to specify a start parameter for the user-defined configuration definition file, when
either backup operations are performed to tape, or restore operations are performed from tape.
If you omit this option, the default configuration definition file is used. So, you need to create the
default configuration definition file in advance.
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:
Basic commands130