ADSM-L

Re: Can the volume write pass value be used to track media life?

2003-04-18 09:14:48
Subject: Re: Can the volume write pass value be used to track media life?
From: Bill Boyer <bill.boyer AT VERIZON DOT NET>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 18 Apr 2003 08:41:32 -0400
Once a volume is returned to "Scratch" status, aren't these statistics
deleted for that volume? I would think you would have to DEF VOL each tape
to the specific storage pool to keep the statistics alive.

If you just want to track how many times the volume has been mounted, try
the SUMMARY table with ACTIVITY='TAPE MOUNT'. It doesn't distinguish between
READ and WRITE or if it used the whole tape, but it show usage.

Bill Boyer
DSS, Inc.

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU]On Behalf Of
Ted Byrne
Sent: Thursday, April 17, 2003 10:47 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Can the volume write pass value be used to track media
life?


Laura,

I don't think that the WRITE_PASS column is going to help you - I ran the
following query on our busiest server.  At least some of the volumes have
been filled and emptied several times, but none shows a write_pass value
greater than one.

tsm: TSM>select volume_name, write_pass from volumes where write_pass
 >1 order by write_pass desc
ANR2034E SELECT: No match found using this criteria.
ANS8001I Return code 11.

Another thing to consider is that some tapes may never be completely
written from beginning to end - if they are reclaimed prior to becoming
full.  DB backup tapes will generally also not be filled.  It also does not
address how frequently tape is read from - are reads "counted" as usage by
Sony in the coming up with the lifecycle  figures?

Perhaps you could do something by maintaining usage records based on the
volhistory table?

Ted

Ted Byrne