Results 1 to 7 of 7
-
03-30-2009, 06:59 AM #1
How to get the scratch volumes after reclamation
Dear friends,
I am trying to the volume names which became scratch after reclamation.Is there any command for that....???
Regards,
Vijo.
-
03-30-2009, 08:17 AM #2Member
- Join Date
- Mar 2007
- Location
- switzerland
- Posts
- 140
- Thanks
- 0
- Thanked 5 Times in 5 Posts
search for this message after a successful reclamation
ANR1341I Scratch volume B02152 has been deleted from
storage pool 3592POOL. (SESSION: 42747, PROCESS: 506)
-
03-30-2009, 10:51 AM #3Senior Member
- Join Date
- Jun 2004
- Location
- Great White North
- Posts
- 642
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Those volumes will show as pending...They will be pending for as long as you configured the reuse delay option, which by then they will return as scratch...
select volume_name,stgpool_name,est_capacity_mb,pct_utili zed, status,access,access,location,devclass_name,last_w rite_date from volumes where status='PENDING'and all that could have been...
-
03-30-2009, 11:15 AM #4
-
03-30-2009, 11:43 AM #5
Dear Stephan,
I tried the command but it gave error
tsm: TSM>select volume_name,stgpool_name,est_capacity_mb,pct_utili zed,status,access,access,location,devclass_name,la st_write_date from volumes where status='PENDING'
ANR2034E SELECT: No match found using this criteria.
ANS8001I Return code 11.
And when I tried Q ACTLOG BEGIND=-<no of days> search=ANR1341I
gave the scratch tape....
Thanks and regards,
VIJO.
-
03-30-2009, 12:33 PM #6Senior Member
- Join Date
- Jun 2004
- Location
- Great White North
- Posts
- 642
- Thanks
- 0
- Thanked 0 Times in 0 Posts
It is not an error. It just mentions that you have no tapes in Pending mode...They problably all returned to scratch mode already. If your reuse delay is set to 0, then it would be normal not to have pending tapes. If your reuse delay is set to 3, that would mean that a tape, after being reclaimed would "sit" in pending mode until the 3 days expired before returning to scratch...
and all that could have been...
-
03-30-2009, 07:56 PM #7Member
- Join Date
- Jun 2006
- Posts
- 34
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Hi
try this.
SELECT substr(char(start_time),1,19) AS START_TIME,substr(char(end_time - start_time),1,10) AS "ELAPTIME (D HHMMSS)",activity, number, entity,mediaw, successful FROM summary WHERE activity='RECLAMATION' AND end_time>current_timestamp-48 hours
Similar Threads
-
Reclamation of Offsite Volumes
By rtiebout in forum TSM OperationReplies: 4Last Post: 02-25-2009, 03:12 PM -
Reclamation and Scratch Tapes Issues
By keithlages in forum Backup / Archive DiscussionReplies: 13Last Post: 04-24-2008, 01:17 PM -
Reclamation of volumes offsite
By Stephan in forum Backup / Archive DiscussionReplies: 2Last Post: 01-11-2007, 11:07 AM -
reclamation with no scratch
By tjelf in forum Capacity PlanningReplies: 2Last Post: 09-20-2006, 01:08 PM -
Virtual volumes (db) and reclamation
By s11018 in forum Disaster Recovery ModuleReplies: 0Last Post: 11-11-2002, 04:24 PM


Reply With Quote
