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

7. Transfer the temporary file to the database server.
Using ftp on database server A, transfer the temporary file from backup server A to database
server A:
BKServer A > ftp name-of-database-server-A
ftp> Username: (Enter the login name)
ftp> password: (Enter the password)
ftp> get 0000000003.drm
ftp> quit
BKServer A >
8. Import the temporary file transferred from the backup server into the backup catalog on the
database server.
Execute the drmdbimport command on database server A to import the temporary file into the
backup catalog:
DBServer A > drmdbimport -f C:\0000000003.drm
KAVX0001-I The drmdbimport 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 drmdbimport command will now end.
DBServer A >
9. Confirm that the file was imported correctly.
Execute the drmexgcat command on database server A to check whether the backup catalog
information for the date that the backup was performed from the primary volume to the secondary
volume was performed has been imported on database server A:
DBServer A > drmexgcat
STRAGEGROUP: STR1
BACKUP-ID:0000000002 BACKUP-MODE: VSS STRAGEGROUP: STR1 ORIGINAL-ID:0000000001
START-TIME:2007/11/01 10:00:00 END-TIME: 2007/11/01 10:05:00 HOSTNAME:EXG_SRV1
T OBJECT INFORMATIONSTORE FILE FS DG DEVICE
COPY-GROUP
M MAILBOXSTORE MAILBOX1(STR1) D:\STR1\priv1.edb D: - Harddisk1
EXG001,B001
- - - - - - -
EXG001,B001
P PUBLICSTORE PUBLIC1(STR1) D:\STR1\pub1.edb D: - Harddisk1
EXG001,B001
- - - - - - -
EXG001,B001
T TRANSACT - E:\STR1\E00*.log E: - Harddisk2
EXG002,B001
- - - - - - -
EXG002,B001
C CHECKPOINT - E:\STR1\E00.chk E: - Harddisk2
EXG002,B001
- - - - - - -
EXG002,B001
DBServer A >
Application Agent CLI User Guide 445