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

4. Export the backup catalog to a temporary file.
Export the backup catalog to a temporary file. To export the backup catalog to the temporary
file C:\tmp\EX-FILE1.drm, execute the drmdbexport command. This step must be performed
on the database server at the remote site.
PROMPT> drmdbexport 0000000001 -f C:\tmp\EX-FILE1.drm
KAVX0001-I The drmdbexport command will now start.
KAVX0002-I The drmdbexport command will now end.
5. Transfer the exported temporary file from the database server to the backup server.
To transfer the exported file C:\tmp\EX-FILE1.drm from the database server to the backup
server, execute the ftp (file transfer protocol) command on the database server at the remote site.
It is assumed here that the FTP root directory is C:\FTP_ROOT. The temporary file is named C:\
FTP_ROOT\EX-FILE1.drm and transferred to the backup server.
PROMPT> ftp backup-server-name
ftp> Username: login-name
ftp> password: password
ftp> binary
ftp> put C:\temp\EX-FILE1.drm
ftp> quit
PROMPT>
6. Import the temporary file, which was transferred from the database server, into the backup catalog
of the backup server.
Import the temporary file C:\FTP_ROOT\EX-FILE1.drm, which was transferred from the
database server, into the backup catalog of the backup server. To import the file, execute the
drmdbimport command on the backup server at the remote site. A backup ID that is not being
used on the server is assigned. In this example, a backup ID to be assigned is assumed to be
0000000002.
PROMPT> drmdbimport -f C:\FTP_ROOT\EX-FILE1.drm
KAVX0001-I The drmcgctl command will now start.
KAVX0418-I Backup information from the specified file was imported into the backup catalog.
Imported backup ID = 0000000002
KAVX0002-I The drmcgctl command will now end.
PROMPT>
Application Agent CLI User Guide 369