Re: HSM recover backup from an missing tape

2012-03-01 Thread retired-mainfra...@q.com
You can check the catalog status of an individual dataset with the IDCAMS 
LISTCAT command or ISPF 3.4 (which will also let you check a group with similar 
DSNs).  However, the easiest way to check all the datasets from the ML2 tape 
probably is to use the HSM AUDIT command which can report any MCDS entries not 
found in the catalog.

You can check the backup status of a dataset using the HSM LIST command with 
the DSN and BCDS operands.  If the datasets have a common HLQ, you can use the 
LEVEL operand instead of DSN.  In any case, you can use the TTOC listing to 
build a REXX or CLIST that would issue the appropriate HLIST commands.

And when you have recovered as much as you can, it might be good idea to sit 
down and rethink your decision regarding dulexing ML2 volumes.

- Original Message -
From: af dc acbi...@gmail.com
To: IBM-MAIN@bama.ua.edu
Sent: Wednesday, February 29, 2012 7:43:04 PM
Subject: HSM recover backup from an missing tape

Hello,
i've a ttoc list of ml2 tape that i need to check if dsns in it have backup
and if they have delete migrat2 catalog entry and recover dsn from a
backup. Do you know a expedite way of doing this ??

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: HSM recover backup from an missing tape

2012-03-01 Thread Staller, Allan
There is no easy way to do this short of brute force. However, Brute
force is just what computers were designed for!

Generate a clist/rexx to issue the commad 'HLIST DA('datasetname') BOTH
for each dataset on the TTOC listing. This will tell you if there is a
backup for this dataset.

Use this information to generate HDEL 'datasetname' and HRECOVER
'datasetname' commands.

HTH, 

snip
i've a ttoc list of ml2 tape that i need to check if dsns in it have
backup
and if they have delete migrat2 catalog entry and recover dsn from a
backup. Do you know a expedite way of doing this ??
/snip

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


HSM recover backup from an missing tape

2012-02-29 Thread af dc
Hello,
i've a ttoc list of ml2 tape that i need to check if dsns in it have backup
and if they have delete migrat2 catalog entry and recover dsn from a
backup. Do you know a expedite way of doing this ??

Many thx, A.Cecilio

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN