IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Using DFDSS for incremental backups


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dionluke

New User


Joined: 19 May 2006
Posts: 1

PostPosted: Wed Jun 01, 2016 1:02 am
Reply with quote

Company is looking to save money(surprise, surprise) and wanted to look for another option other than the FDR product currently in house(a wonderful product). Since DFDSS is part of the operating system, they were looking for me to look into the incremental backup scheme.

Not much as far as documentation

DSCHA
EQ
NE
YES (or 1)
NO (or 0)
For a multivolume data set, the value used for checking is 1 if any of
the indicators from all of its VTOCs is 1. Otherwise, the value is 0.

This seems to be what to code (DSCHA EQ YES or 1)
Has anybody used this or have any experience with it?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 01, 2016 2:01 am
Reply with quote

I've used it several times at a past employer. It works fine IIRC but it is not a pure incremental backup -- if the data set has changed, it will be copied / dumped in its entirety (not just changed records). I seem to recall the syntax being a little tricky -- DUMP DS(INCL(A.**) BY((DSCHA,EQ,YES)) <other options>); I'm not sure why the double parentheses were needed.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 580
Location: London

PostPosted: Tue Jun 07, 2016 11:57 am
Reply with quote

What you're being asked to do is much more complicated than you or management realise. You don't say whether you're planning to move to DFHSM instead of FDR/ABR either which does make a difference.

FDR/ABR is a properly developed product that tracks and maintains its backup copies as well as Archive copies if that feature is enabled. To develop an equivalent with DFDSS will be very involved. Also, FDR/ABR is not just a backup tool, it does archiving with auto-recall, and it has the incredibly powerful FDREPORT built into it, and the Compaktor functions. It is more flexible than DFDSS and DFHSM in function and scheduling ability, and it is A LOT less CPU hungry than DFHSM. I'd suggest making a very detailed comparison of FDR/ABR vs DFDSS and DFHSM (if applicable) otherwise it might end up being more costly.

Some considerations:
1. What if some datasets are migrated/archived? DFDSS will not back those up and in some cases won't even warn you that's the case unless you use a SET PATCH command.
2. You will need to have periodic FULL backups with incrementals in between to cater for loss of backups. These will need to be managed to ensure obsolete versions are released.
3. Will the backups be to GDG's, or will you have to generate your own naming scheme and some sort of version management.
4. How will the backups be retrieved if needed? You will need some sort of indexing record and an automated means to recover the correct version from the correct backup. Who will do the restores?
5. How will you manage the size and number of backups that can run concurrently? You don't want any one backup to be too large or they become unwieldy. You possibly don't want to be running too many concurrently. The scheduling could be quite complex to fit in with Application schedules.
6. Whatever design you make has to cater for massive future growth.
7. How do you decide where the backups get created. Will it always be Tape or could some be to DASD if they're small? Each option requires different management techniques.
8. If required, how will your backups be replicated across to Disaster Recovery sites and properly managed there.
9. How do you prove you're backing up everything that is required? Sometimes you get datasets that are not opened (so change flag not on) but still need a backup in case they're expired because they may be referenced in JCL somewhere.
10. What is the scope of the backup? Does it need to include DB2 for example when there are Image Copies being taken?
11. Will the backup be driven mainly by dataset name or by volume or storgrp, or a combination?
12. Some datasets such as ZFS's may need special treatment by using Concurrent Copy for example to minimise the enqueue time against them.
13. There are some benefits in using DFDSS COPY with Fast Replicate to create backup copies on DASD but this would require another layer of management for the naming standards. The benefit though is that the backup version is accessible as a normal dataset and doesn't have to be restored, although it could be migrated. The copying can be extremely quick with Flashcopy. (Flashcopy only works intra-controller though)

Another option you might consider is using ABARS for your backups. This is initiated through DFHSM and has some advantages such as the ability to include migrated dataset and tape datasets in the backups.

Or you could just use the DFHSM incremental Backup facility if you have DFHSM.
Back to top
View user's profile Send private message
David Robinson

Active User


Joined: 21 Dec 2011
Posts: 199
Location: UK

PostPosted: Wed Jun 08, 2016 3:19 pm
Reply with quote

Although the DFDSS modules might be supplied with the OS, I believe it is a separately licensable product.

Certainly at the last place I worked, trying to run PGM=ADRDSSU resulted not in a S806 abend, but an error message saying that the product was not licenced.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts DFDSS COPY using Filter REFDT statement JCL & VSAM 2
No new posts DFDSS msg ADR485E when restoring VSAM... JCL & VSAM 5
No new posts Need help on FDRABR incremental backu... All Other Mainframe Topics 6
No new posts DFSMSdss full volume backups JCL when... IBM Tools 3
No new posts dfsmsdss full volume backups using mo... IBM Tools 4
Search our Forums:

Back to Top