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

4. Back up the backed up transaction log file to the secondary volume.
This step backs up the transaction log file online. To do this, execute EX_DRM_FS_BACKUP.
DBServer > EX_DRM_FS_BACKUP FS1
DBServer >
When executes this command, places backup information with a new backup ID (the next unused
ID) in the backup catalog on the database server. It is assumed here that this new backup ID is
0000000003.
5. Check the backup execution results.
To confirm that backup to the secondary volumes finished successfully, execute the drmsqlcat
command.
DBServer> drmfscat G:
INSTANCE: G:
BACKUP-ID:0000000003 BACKUP-MODE: ONLINE INSTANCE: G: ORIGINAL-ID:0000000003
START-TIME: 2002/06/01 10:00:00 END-TIME: 2002/06/01 10:03:00 HOSTNAME: FILESERV1
T FILE FS DG DEVICE COPY-GROUP
F - G: - Harddisk1 FS001,DDrive
F - - - - FS001,DDrive
6. Export the backup information to temporary files.
To export the information pertaining to the backup operations to temporary files, execute
EX_DRM_DB_EXPORT.
DBServer> EX_DRM_DB_EXPORT FS1
DBServer>
7. Transfer the exported temporary file from the database server to the backup server.
DBServer> EX_DRM_FTP_PUT FS1 -server BKServer -user admin
-password password
DBServer>
8. Import the temporary file, which was transferred from the database server, into the backup catalog
of the backup server.
DBServer> EX_DRM_DB_IMPORT FS1
DBServer>
9. Check the import results.
To confirm that the import finished successfully, execute the drmfscat command on the backup
server.
BKServer > drmfscat G:
INSTANCE: G:
BACKUP-ID:0000000001 BACKUP-MODE: ONLINE INSTANCE: G: ORIGINAL-ID:0000000003
START-TIME: 2002/06/01 10:00:00 END-TIME: 2002/06/01 10:03:00 HOSTNAME: FILESERV1
T FILE FS DG DEVICE COPY-GROUP
F - G: - Harddisk1 FS001,DDrive
F - - - - FS001,DDrive
BKServer >
Application Agent CLI User Guide 321