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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update last_use to null

Status
Not open for further replies.

maxcrook

Programmer
Jan 25, 2001
210
GB
I have a load of private tapes checked into my data library, all with a last_use of blank (not data) is there an easy way to update each of these volumes to show they have data on them ie.

upd v <volume_name> last_use=data (which obviously doesnt work!)

Thanks
 
Yes but what im looking for is a global way of updating the column rather than running an audit volume for each of them or a similar process.
 
update volume can't change this attribution, do you find other ways?
 
Move datas tend to do the trick, but i dont like running these.
 
From the TSM Admin Reference:
From the q libv command:

Last Use
The type of data on the volume. This field applies only to volumes in Private status. For storage pool volumes, this field shows Data. For database backup volumes (full, incremental, or snapshot), this field shows DbBackup.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top