Previous Topic: How to Implement a Security File Backup and Recovery PlanNext Topic: Create the Recovery File


Create a Backup Security File on DASD

To begin your efforts to implement a security file backup and recovery plan, create the backup file.

We recommend that you place the backup file on a DASD that is not the same volume, unit, and channel path as the security file. When you use this method, the backup security file remains available if a failure occurs on the security file volume.

Important! When a security file is shared by multiple CPUs, only one system should be configured for BACKUP. That is, your backup file should not be shared between CPUs.

Follow these steps:

  1. Edit the CAKOJCL0 member TSSMAINB.

    The CAKOJCL0 data set is available in the yourHLQ.SAMPJCL data set that was installed during product installation (where yourHLQ specifies the data set prefix for the site).

    The member is updated.

  2. Run TSSMAINB.

    CA Top Secret allocates the backup security file.

  3. Run VSAMDEF6.

    CA Top Secret allocates the backup VSAM file.

  4. Add the following JCL statement to TSS started task procedure:
    //BACKUP    DD     DISP=SHR,DSN=backup_file
    //VSAMBKUP  DD     DISP=SHR,DSN=backup_VSAM_file
    
    backup_file

    Specifies the name of the backup security file.

    backup_VSAM_file

    Specifies the name of the backup VSAM file.