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

6. Transfer exported backup catalog information from the file server or database server to the backup
server.
Transfer the temporary file exported from the file server or the database server to the backup
server. To transfer, execute the ftp (file transfer protocol) command. In the following example,
the FTP root folder is assumed to be C:\FTP_ROOT:
FSServer> ftp backup-server-name
ftp> Username: (Enter the login name)
ftp> password: (Enter the password)
ftp> binary
ftp> put C:\tmp\0000000001.drm
ftp> put C:\tmp\0000000002.drm
ftp> put C:\tmp\0000000003.drm
ftp> quit
FSServer>
7. Import backup catalog information transferred from the file server into backup catalogs on the
backup server.
Import temporary files transferred from the file server into backup catalogs on the backup server.
To import the temporary files, execute the drmdbimport command on the backup server. Repeat
the drmdbimport command for the number of generations.
BKServer > drmdbimport -f C:\FTPROOT\tmp\0000000001.drm
BKServer > drmdbimport -f C:\FTPROOT\tmp\0000000002.drm
BKServer > drmdbimport -f C:\FTPROOT\tmp\0000000003.drm
8. Create a copy group mount definition file.
To create a copy group mount definition file, on the backup server execute the drmmount
command with the backup ID and -conf option.
Concealment of the secondary volumes is canceled during this operation.
If you do not create a copy group mount definition file, execute the drmmount command without
the -conf option specified to confirm that a mount operation can be performed.
BKServer > drmmount 0000000001 -conf
KAVX0001-I The drmmount command will now start.
KAVX0400-I Mounting will now start.
Mount point = X:
KAVX0401-I Mounting has finished.
Mount point = X:
KAVX0443-I The copy group mount definition file was updated.
File name = C:\Program Files\CVXPAE\drm\conf\vm\CG_MP.conf
KAVX0002-I The drmmount command will now end.
Preparation for using Application Agent170