In order to demonstrate the simplicity of FDRINSTANT,
this page contains a couple of examples using different hardware
replication features.
Additional and more detailed technical information on how
FDRINSTANT works with a particular hardware replication
feature can be found in the
Concepts & Facilities Guide,
and also in Sections 25 to 29 of the FDRINSTANT manual.
Example 1: ABR Volume Backup (With EMC TimeFinder)
This example shows FDRINSTANT being used with EMC TimeFinder/Snap
(or TimeFinder/Clone) to run an ABR Full-Volume backup.
Step 1 creates point-in-time images of the selected online volumes
and marks the ABR Full backups as completed. A new ABR backup generation
is created for each volume, and ABR then updates the corresponding
online volume with information about that backup. This process is
executed using the ABR statement SNAP, which drives EMCSNAP. It normally
takes only a few seconds per volume. As soon as the process is complete
for all selected volumes, updates to the online copies of those volumes
can begin again.
Although only one TAPE DD is present, the SNAP will actually process up to
10 volumes concurrently, to reduce processing time. If this were a
consistent backup (i.e. using TimeFinder/Consistency Group),
the SNAP statement would be replaced by CONSNAP, and all of
the resultant SNAPs would be done at the same/consistent point-in-time.
For TimeFinder/Snap, SNAPUNIT specifies the address of a
virtual disk.
For TimeFinder/Clone, SNAPUNIT specifies the address of a
real disk.
Step 2 then creates the actual ABR full volume backup by reading the
offline point-in-time images, and writing the backups to tape just like a
“conventional” ABR backup.
The JCL and control statements required for this process are fully described
in section 25 of the FDRINSTANT manual. Similar examples for running
FDRINSTANT-driven ABR backups on StorageTek, Hitachi and IBM DASD subsystems
can be found in sections 26, 27 and 29 respectively.
Example 2: FDR Volume Backup (With IBM FlashCopy)
This example shows FDRINSTANT being used with IBM FlashCopy (FDRFLASH) to run an FDR
volume backup, perhaps as an ad-hoc backup outside of the regular ABR Full/Incremental process.
- The FlashCopy target volume at address 01FA has been permanently assigned to online volume “PROD01”.
- The FCOPY step starts a FlashCopy session from online volume PROD01 to offline target 01FA.
- The VERIFYVOLSER=YES on the FDRCOPY statement will verify that 01FA already contains volser PROD01.
- The BACKUP step will backup the offline copy of volume PROD01. After the backup is complete, FDR will terminate the FlashCopy session.