Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find tapes that has been set offline 1

Status
Not open for further replies.

Spanjis

Programmer
May 8, 2006
8
NO
I just ran:
upd vol * acc=Off lo='off' wherestg=tapecopy whereacc=readw,reado wherest=fill,ful

i forgot to copy the volume name, how can i find them again?

tried with something like query volume stg=tapecopy access=off location=off, but didnt work.

Any tips?

Thanks!
 
Try "query actlog begint=hh:mm"

where hh:mm is a time slightly before you ran the update

HTH

Kind Regards,
Matthew Bourne
"Find a job you love and never do a day's work in your life.
 
Or search the volumes table directly - "select volume_name, chg_time from volumes where chg_time like '2006-10-13*'"

Then you only have to know the date and you can browse the time. You may have to cast the date tho i.e. ...where cast (chg_time as date)...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top