Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*wildcard\s+del\s+vol\?\s*$/: 13 ]

Total 13 documents matching your query.

1. wildcard del vol? (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Tue, 5 Dec 2006 16:21:47 -0500
Ah....... Since I'm redoing the volumes on SAN and need to delete the ones auto generated by TSM, is there a way of wholesale deleteing the existing volumes without doing an explicit del vol on each?
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00077.html (12,148 bytes)

2. Re: wildcard del vol? (score: 1)
Author: Kelly Lipp <lipp AT STORSERVER DOT COM>
Date: Tue, 5 Dec 2006 14:53:43 -0700
Ah, No. But wouldn't it be nice? You could download a trial copy of our SSM product and delete them with that. Perhaps the ISC has some functionality. You could also issue a q vol > temp.mac and edit
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00079.html (12,915 bytes)

3. Re: wildcard del vol? (score: 1)
Author: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Tue, 5 Dec 2006 17:05:50 -0500
SELECT is your friend! Select 'DELETE VOL', volume_name from volumes where stgpool_name='BLAH' Cut the output and paste it in as a TSM script! (If the volume names are very long, you may have to run
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00080.html (13,617 bytes)

4. Re: wildcard del vol? (score: 1)
Author: "Allen S. Rout" <asr AT UFL DOT EDU>
Date: Tue, 5 Dec 2006 17:32:08 -0500
dsmadmc -dataonly -tab " select 'del vol ',volume_name,' wait=yes' where your_criterion_here " > something.macro then TSM:your_server > macro something.macro - Allen S. Rout
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00082.html (11,880 bytes)

5. Re: wildcard del vol? (score: 1)
Author: "Allen S. Rout" <asr AT UFL DOT EDU>
Date: Tue, 5 Dec 2006 17:32:55 -0500
Oh, piffle. I was late to the dance again. - Allen S. Rout
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00084.html (11,640 bytes)

6. Re: wildcard del vol? (score: 1)
Author: William Boyer <bjdboyer AT COMCAST DOT NET>
Date: Tue, 5 Dec 2006 18:17:29 -0500
Use the SQL contatenation operator: Select 'del vol ' || volume_name from volumes where stgpool_name='WHATEVERINCAPS'... Do it right from the dsmadmc command prompt and cut 'n paste right back to exe
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00086.html (12,796 bytes)

7. Re: wildcard del vol? (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Wed, 6 Dec 2006 08:42:10 -0500
Yes, but this is a copypool where I also want to dop a discard=yes SELECT is your friend! Select 'DELETE VOL', volume_name from volumes where stgpool_name='BLAH' Cut the output and paste it in as a T
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00091.html (14,525 bytes)

8. Re: wildcard del vol? (score: 1)
Author: William Boyer <bjdboyer AT COMCAST DOT NET>
Date: Wed, 6 Dec 2006 09:25:38 -0500
Set sqldisplaymode wide Select 'del vol ' || volume_name || ' discard=yes wait=yes' from volumes where stgpool_name='COPYPOOLSTORAGEPOOLNAMEINCAPS' Then cut this and save it to a file. Then from the
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00092.html (15,173 bytes)

9. Re: wildcard del vol? (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Wed, 6 Dec 2006 09:45:48 -0500
Thanks. Tried that with this result output from the admin command line: tsm: BACKUP>Set sqldisplaymode wide tsm: BACKUP>Select 'del vol ' || volume_name || ' discard=yes wait=yes' from vol umes where
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00093.html (16,536 bytes)

10. Re: wildcard del vol? (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Wed, 6 Dec 2006 11:13:27 -0500
Well, from various fiddlings I have a text file from a SELECT with a series of del files as so: del vol /var/diskpool/satacopyvoc/00008738.BFS discard=yes wait=yes del vol /var/diskpool/satacopyvoc/0
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00101.html (13,041 bytes)

11. Re: wildcard del vol? (score: 1)
Author: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Wed, 6 Dec 2006 11:18:37 -0500
If you are working directly on your TSM server, save those commands into a file: blah.txt If you are working from the ADMIN GUI, Go to Object View -> Automation -> Server Scripts Save those lines as
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00102.html (13,869 bytes)

12. Re: wildcard del vol? (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Wed, 6 Dec 2006 11:31:25 -0500
Thanks! Actualy I typed in: macro <filename> and it began executing the deletes they are running now. If you are working directly on your TSM server, save those commands into a file: blah.txt If you
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00103.html (14,690 bytes)

13. Re: wildcard del vol? (score: 1)
Author: Richard Sims <rbs AT BU DOT EDU>
Date: Wed, 6 Dec 2006 11:19:29 -0500
How do I get TSM to execute each of these commands? As Allen said, as a macro. Read the section Using Macros in the Admin Guide manual, please. Richard Sims
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00107.html (11,675 bytes)


This search system is powered by Namazu