[Veritas-bu] count of scratch tapes

2006-05-23 Thread Covington, Garrett
I run Solaris9 - NBU 5.1mp4 Is there a good way to output the number or tapes within a pool or robot, ie: to count the number of SCRATCH tapes within a robot? Thanks, Garrett Covington The TriZetto Group, Inc. [EMAIL PROTECTED] p: [EMAIL PROTECTED] w: 303-323-6886 c:

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Hampus Lind
- Frn: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Fr Covington, Garrett Skickat: den 23 maj 2006 17:27 Till: 'veritas-bu@mailman.eng.auburn.edu' mne: [Veritas-bu] count of scratch tapes I run Solaris9 - NBU 5.1mp4 Is there a good way to output the number or tapes within a pool or robot, ie

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Dave Markham
@mailman.eng.auburn.edu Subject: [Veritas-bu] count of scratch tapes I run Solaris9 - NBU 5.1mp4 Is there a good way to output the number or tapes within a pool or robot, ie: to count the number of SCRATCH tapes within a robot? Thanks, Garrett Covington The TriZetto Group, Inc. [EMAIL

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Mark.Donaldson
ent: Tuesday, May 23, 2006 9:39 AMTo: 'Covington, Garrett'; veritas-bu@mailman.eng.auburn.eduSubject: Re: [Veritas-bu] count of scratch tapes Hi, “vmquery –pn scratch –b | grep –i hcart | wc –l” will give you the nr hcart tapes in scratch pool. Cheers, Hampus LindRikspolisstyrelsenNational

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Bobby Williams
-bu@mailman.eng.auburn.edu Subject: [Veritas-bu] count of scratch tapes I run Solaris9 - NBU 5.1mp4 Is there a good way to output the number or tapes within a pool or robot, ie: to count the number of SCRATCH tapes within a robot? Thanks, Garrett Covington The TriZetto Group, Inc

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Hall, Christian N.
vmquery -pn Scratch -b | grep -iv none | wc -l -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Williams Sent: Tuesday, May 23, 2006 11:55 AM To: Covington, Garrett; 'veritas-bu@mailman.eng.auburn.edu' Subject: Re: [Veritas-bu] count of scratch tapes

Re: [Veritas-bu] count of scratch tapes

2006-05-23 Thread Bluejay
Is there a good way to output the number or tapes within a pool or robot, ie: to count the number of SCRATCH tapes within a robot? You could do something like this, which assumes TLD libraries and works with Netbackup V4.5 on Tru64: #!/bin/ksh # Show the number of free tapes, and the total