Andrew,
   
  We finally found the problem - bad drive in the ROBOT.  It was not apparent 
from our tracking tools (so much for those softwares).  It took continous batch 
job abends which raised our suspicion.  We had the drive checked and found a 
defective R/W head.
   
  Thanks to all who responded to my post.

Andrew N Wilt <[EMAIL PROTECTED]> wrote:
  Esmie,
I would add the UTILMSG=YES parameter to the backup EXEC statements.
This will tell you if DFSMSdss is invoking ICKDSF to init the volumes
instead of simply issuing the FCWITHDRAW after the DUMP is completed. If
ICKDSF is being invoked, it is because the VTOC tracks of the DASD volume
are in a target FlashCopy relationship, and issuing an FCWITHDRAW against
them could well cause the volume to be online but invalid (because the VTOC
location now contains the residual data from before the FlashCopy was done
to it).

Thanks,

Andrew Wilt
IBM DFSMSdss Architecture/Development


IBM Mainframe Discussion List wrote on 05/08/2008
08:43:05 AM:

> [image removed]
>
> Question About DFDSS :FCNOCOPY/FCWITHDRAW
>
> esmie moo
>
> to:
>
> IBM-MAIN
>
> 05/08/2008 08:46 AM
>
> Sent by:
>
> IBM Mainframe Discussion List 
>
> Please respond to IBM Mainframe Discussion List 
>
> Good Morning Gentle Readers,
>
> I am investigating a problem with a backup(backups of SNAP
> volumes) that is executed daily. For some reason in the last 2 days
> the backup has been taking 12-15 hours to execute. I covered all
> angles : changes to the job, Z/OS version, tape mounts/tape drives,
> scheduling, envirnonment changes etc. Nothing has been changed. I
/snip
>
> //BACKUP1 EXEC PGM=ADRDSSU,TIME=60
> //SYSPRINT DD SYSOUT=*
> //SYSUDUMP DD SYSOUT=*
> //DEV1LST DD SYSOUT=*
> //INDEV DD UNIT=3390,VOL=SER=SNAP01,DISP=SHR
> //OUTDEV DD DSN=SYS2.BACKUP1.OUT.SYS001(+1),
> // DISP=(,CATLG,DELETE),
> // DCB=GDGDSCB,
> // UNIT=3490,VOL=(,RETAIN),
> // LABEL=(01,SL)
> //SYSIN DD *
> DUMP FULL INDD(INDEV) OUTDD(OUTDEV) CAN OPT(4) FCWITHDRAW
> //*
> //BACKUP2 EXEC PGM=ADRDSSU,TIME=60
> //SYSPRINT DD SYSOUT=*
> //SYSUDUMP DD SYSOUT=*
> //DEV1LST DD SYSOUT=*
/snip
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



       
---------------------------------
Looking for the perfect gift? Give the gift of Flickr!

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to