Disk

 View Only
  • 1.  Backup Offline dasd to tape

    Posted Jun 11, 2023 07:53 AM

    Hi ,

    I would like to produce DASD Point-in-Time copy tape backup so I can restore my production data from "scratch" .

    I use IBM CSM to establish a Point-in-Time copy so I have tertiary copy of my production volumes once a day . Once this copy is produced and no one can access it , I would like DISK to back this copy , one step for each DASD device , so in the end I will have as many tapes as my production dasd .

    I understand this can be achieved by DISK VBACKUP command but I do not see an example of such command against an OFFLINE volume .

    Has anyone used or implemented this kind of VBACKUP ?



  • 2.  RE: Backup Offline dasd to tape

    Broadcom Employee
    Posted Jun 12, 2023 10:39 AM
    Here is the link to the techdoc for offline Vbackup.
    https://techdocs.broadcom.com/us/en/ca-mainframe-software/performance-and-storage/ca-disk-backup-and-restore/14-0/using/vbackup-vrecover/vbackup-function/offline-vbackup.html
    Alan Scott

    *Jerry Alan Scott*
    Client Services Consultant 5 | Mainframe Division

    Broadcom Software

    mobile: 636 697-5412
    jerry.scott2@broadcom.com <first.last@broadcom.com> | broadcom.com

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 3.  RE: Backup Offline dasd to tape

    Posted Jun 13, 2023 01:07 AM

    Thank you , Jerry . 

        Asher




  • 4.  RE: Backup Offline dasd to tape

    Broadcom Employee
    Posted Jun 12, 2023 11:48 AM

    Asher,

       Here's an example for running an offline VBACKUP:

    //VBACKUP   EXEC DMS                          
    //*                                           
    //SYSIN     DD *                              
     SET MODE=LIVE,OFFLINE=INCLUDE                
      SCAN REALVOLS                               
      SELECT UNIT=uuuu
      VBACKUP RESERVE=NO,RPT=MAP,LSTAR,DSNENQ=NONE
    /*                                            



  • 5.  RE: Backup Offline dasd to tape

    Posted Jun 13, 2023 01:05 AM

    Hi Adam ,

    Thank you for sharing the JCLs .

    I have an example which I've submitted  Yesterday and the day before but ran into what I assume as performance issues . I'm in contact with DISK support for that .

      Thanks again ,

           Asher




  • 6.  RE: Backup Offline dasd to tape

    Broadcom Employee
    Posted Jun 13, 2023 09:49 AM

    Asher,

       We recently shipped a fix for a performance problem with offline VBACKUP (LU08788), so it would be worthwhile to check if you have it APPLYd:

    https://support.broadcom.com/group/ecx/problem?problemno=12612&componentcode=DISKOS




  • 7.  RE: Backup Offline dasd to tape

    Posted Jun 14, 2023 12:43 AM

    Hi Adam ,

    I already applied most updated DISK maintenance ,  LU08788 included . LU08788 deals with VBACKUP against EAVs - this is not the case here , however .

    Thank you , 

        Asher