Marcy, if you are allowed to make local mods to CMS and you know how, you
 
might be interested in my mods to the IDENTIFY command.  I posted them a 

couple of years ago and you can find them here (check for wrap):  
http://listserv.uark.edu/scripts/wa.exe?A2=ind0602&L=IBMVM&P=
R39511&I=-
3&X=37FE6C0871AE4A4DAC

For DR tests, I copy a dummy file to the Y-Disk called "DRTEST FILE", (if
 
it was real disaster, I would copy a file called "DRPROD FILE" instead). 
 
We changed some of our code to test for the existence of these files and 

to take appropriate action based on the presence or lack of presence of 

these files.  For example, we run daily DB2/VM Log Archives, but we don't
 
want them to run during a DR test.

/* Sample REXX Code */
Address COMMAND
...
'ESTATE DRTEST FILE Y'
drtest = (rc = 0)
'ESTATE DRPROD FILE y'
drprod = (rc = 0)
...
If drtest Then 
   /* Skip Archives */
Else
   /* Run Archives  */
...

Dale R. Smith

"Experience is not always the kindest of teachers, but it is surely the 

best."                       
                         
         
- Spanish proverb                   
                         
      
   
On Thu, 10 Jul 2008 09:32:34 -0500, Marcy Cortes 
<[EMAIL PROTECTED]> wrote:

>John, It's the box for disaster real vs. disaster test :)  The CPU ids
>will be the same.
>I think having a different config file entered on the HMC will probably
>work best.  It will imbed much of the same stuff.
>
>Curious about SYSTEM NETID though.
>Do we still need the multiple entries like:
>096F4A MC9VM  RSCS
>196F4A MC9VM  RSCS
>296F4A MC9VM  RSCS
>396F4A MC9VM  RSCS
>496F4A MC9VM  RSCS
>
>I don't think I've ever not seen a 0 in the 1st digit in recent history.

>
>
>
>Marcy

Reply via email to