Previous Topic: Open the Installation Notes FileNext Topic: Migrate Media Management Option Data from a Previous Release to the Arcserve Backup Database


Migrate Database Information from Previous Releases to the Arcserve Backup Database

Arcserve Backup lets you migrate the database information from BrightStor ARCserve Backup r11.5 to this release. Migrating the data lets you perform restore operations using data that was created with BrightStor ARCserve Backup r11.5.

Arcserve Backup provides you with the following tools to execute the data migration:

To migrate database information from a previous release to the Arcserve Backup database

  1. Install Arcserve Backup on the primary server.

    Important! You should not uninstall BrightStor ARCserve Backup r11.5 from the target data mover server until after you complete this task.

  2. Log in to the BrightStor ARCserve Backup r11.5 server.
  3. Copy IngresDBDump.sh from the Arcserve Backup installation media to the BrightStor ARCserve Backup r11.5 server.

    Note: You must copy IngresDBDump.sh from the directory on the Arcserve Backup installation media that corresponds with the operating system that is running on the target data mover server.

  4. From the BrightStor ARCserve Backup r11.5 server, execute IngresDBDump.sh.

    IngresDBDump.sh dumps the session, tape, and pool data from the Ingres database to common.dmp, aspool.dmp, and astpses_tmp.dmp. These files will be located in the following directory:

    $BAB_HOME/dbase/ingres/tmp
    

    The dump files will contain the following data:

  5. Copy common.dmp, aspool.dmp, and astpses_tmp.dmp to the primary server.
  6. From the primary server, execute MergeIngres2Sql.exe using the following syntax:
    MergeIngres2Sql.exe <-dir> <-migrate4recognizedmedias> [-help]
    

    Note: <> indicates required arguments.

    Arguments:

    <-dir>
    

    Lets you specify the directory location of the copied files (common.dmp, astpses_tmp.dmp, and aspool.dmp).

    <-migrate4recognizedmedias>
    

    Lets Arcserve Backup migrate the information for all tapes created using BrightStor ARCserve Backup.

    [-help]
    

    (Optional) Lets you view help for this tool.

    MergeIngres2Sql.exe migrates the Ingres database information from the BrightStor ARCserve Backup server to the database on the Arcserve Backup server.