Previous Topic: SARDBASE RESTORE without Forward Recovery DataNext Topic: Metrics


Recovery Using DR Tape

If the database is lost or damaged, and all attempts to recover it have failed, it can be recovered using the DR tape as follows:

  1. Run the SARDBASE utility ADDDS function to create a new database.

    Note: For more information about SARDBASE, see chapter "Database Utilities." Sample JCL for this function can be found in CVDEJCL member BRMADDS.

  2. Run SARTCP to map your latest DR tape.

    Note: For more information about SARTCP, see the chapter "Database Utilities."

    The tape map displays the INDEX file as the last file on the tape. The file number of the INDEX is specified as the file number on the SARTAPE DD in next step. Sample JCL for this function can be found in CVDEJCL member HBRMTCPM.

  3. Run the SARDBASE RESTORE function.
  4. Run the SARDBASE utility OLOAD function to load all online members to the new database. Sample JCL for this function can be found in CVDEJCL member HBRMOLOD.
  5. Run the SARDBASE utility BLOAD function to load all banner members to the new database. Sample JCL for this function can be found in CVDEJCL member HBRMBLOD
  6. This step assumes you are at your DR site and Primary or Duplex tapes are not available. Run SARINIT and specify DRTAPE=ACTIVE. It lets CA View to access the tape copy of reports from the DR tape rather than the Primary or Duplex tape. For more information about DRTAPE, see the chapter "Initialization Parameters."
  7. Run either SARRSP or SARTDR TLOAD to load the SYSOUT data. For more information, see the chapter "Database Utilities." Samples JCL for these utilities can be found in CVDEJCL members HAEXTDR and HAEXRSP.