HP P9000 Replication Manager Software 7.3.1-00 Application Agent CLI Reference Guide
PROMPT> drmdbexport 0000000001 -f D:\temp\0000000001.drm
drmdbimport (Imports backup information from a file)
Format
drmdbimport -f import-source-file-name
Description
The drmdbimport command imports, into a backup catalog, backup information from a file that
was exported by the drmdbexport command. Application Agent manages backup information
based on copy groups, which are used as a key. If the backup information of the same copy group
exists in the backup catalog when you attempt to import the backup information, the old backup
information is overwritten.
Arguments
-f import-source-file-name
Use an absolute path to specify the file whose backup information is to be imported into the backup
catalog. Use a maximum of 511 bytes for a file name.
When specifying on the command line a file name or directory name containing space characters
for the -f option, you must enclose the path in double quotation marks (").
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Example
• In this example, the command is used to import the backup information from the file D:\tmp\
0000000001.drm:
PROMPT> drmdbimport -f D:\temp\0000000001.drm
drmdevctl (Conceals and reveals a physical volume)
Formats
To conceal the secondary volumes of all copy groups:
drmdevctl -detach [ -noscan ]
To conceal the secondary volumes of copy groups registered in a backup catalog:
drmdevctl backup-ID -detach [ -noscan ]
To conceal the secondary volumes of a specified copy group:
drmdevctl -copy_group copy-group-name -detach [ -noscan ]
Application Agent CLI Reference Guide 113