HP XP7 Replication Manager Application Agent CLI User Guide (TK981-96015, May 2014)

3. Confirm that the data was backed up correctly.
Execute the drmexgcat command on database server B, and check the backup information.
DBServer B > drmexgcat
STRAGEGROUP: STR1
BACKUP-ID:0000000001 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
EXG003,B001
- - - - - - -
EXG003,B001
P PUBLICSTORE PUBLIC1(STR1) D:\STR1\pub1.edb D: - Harddisk1
EXG003,B001
- - - - - - -
EXG003,B001
T TRANSACT - E:\STR1\E00*.log E: - Harddisk2
EXG004,B001
- - - - - - -
EXG004,B001
C CHECKPOINT - E:\STR1\E00.chk E: - Harddisk2
EXG004,B001
- - - - - - -
EXG004,B001
DBServer B >
4. Export the backup information to a temporary file.
Execute the drmdbexport command on database server B to export the information about the
backup operation to a temporary file.
DBServer B > drmdbexport 0000000001 -f C:\temp\0000000001.drm
KAVX0001-I The drmdbexport command will now start.
KAVX0002-I The drmdbexport command will now end.
DBServer B >
5. Transfer the temporary file to the backup server.
Using ftp on database server B, transfer the temporary file from database server B to backup
server B.
DBServer B > ftp name-of-backup-server-B
ftp> Username: (Enter the login name)
ftp> password: (Enter the password)
ftp> put C:\temp\0000000001.drm
ftp> quit
DBServer B >
6. Import the temporary file transferred from the database server into the backup catalog on the
backup server
Execute the drmdbimport command on backup server B to import the temporary file into the
backup catalog.
An unused backup ID of 0000000001 is assigned.
BKServer B > drmdbimport -f C:\FTP_ROOT\0000000001.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 = 0000000001
KAVX0002-I The drmdbimport command will now end.
BKServer B >
Application Agent CLI User Guide 451