HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.0 Mainframe Agent Installation and Configuration Guide (TB581-96014, November 2010)

Arguments
backup-ID
Specify the backup ID of the backup catalog you want to export. To check backup IDs, execute either
of the following commands according to what was backed up:
When the backup is of a file system, use the drmfscat 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.
-f export-destination-file-name
Use an absolute path name to specify the file to which you want to export the backup information.
Use a maximum of 511 bytes for a file name. If the specified export destination file already exists,
the existing file is overwritten.
When specifying on the command line a file name or directory name containing space characters
for the -f option, you must enclose the path name 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 export information for the backup with backup ID 0000000001
to the file D:\tmp\0000000001.drm:
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 programs manage 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 name 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 name in double quotation marks (").
Basic commands112