The utility requires that a test data set be allocated on the shared DASD device in question. Then, the JCL PROC of the utility needs to be customized and started on all systems that have access to the DASD device being tested. The utility remains active on all systems until 1) it is terminated using a z/OS CANCEL command, 2) it is terminated by replying to its outstanding WTOR, or 3) it detects a reserve failure, issues an error message, then abends with a U0011.
To install the DASD reserve validation facility
//ALLOCDS JOB 1,'allocate data set',CLASS=A // * //ALLOC EXEC PGM=IEFBR14 //SHARED DD DISP=(NEW,CATLG),DSN=MIM.PROOF.TEST.DATASET // UNIT=xxxx,VOL=SER=XXXXXX,SPACE=(TRK,1)
On SYSA: START RSVTEST,INDEX=0,CYCLE=02,FORMAT=F (on 1st system) On SYSB: START RSVTEST,INDEX=1,CYCLE=03 (on 2nd system) On SYSC: START RSVTEST,INDEX=2,CYCLE=04 (on 3rd system) On SYSD: START RSVTEST,INDEX=3,CYCLE=05 (on 4th system) On SYSE: START RSVTEST,INDEX=4,CYCLE=06 (on 5th system) On SYSF: START RSVTEST,INDEX=5,CYCLE=07 (o n 6th system) On SYSG: START RSVTEST,INDEX=6,CYCLE=08 (on 7th system) On SYSH: START RSVTEST,INDEX=7,CYCLE=09 (on 8th system)
Notes:
|
Copyright © 2014 CA.
All rights reserved.
|
|