Re: q libv just stopped working?

2002-11-11 Thread Lars Bebensee
On 11/09/2002 02:19:23 AM "ADSM: Dist Stor Manager" wrote: Hi guys, where the heck does one change the barcode label length for the 3583? On the libraries' display? Thanks Lars > Got it working. ... When updating the microcode to 2.80.41 on the 3583 > library, > it sets the barcode length to 'n

Re: q libv just stopped working?

2002-11-08 Thread Mark Stapleton
From: ADSM: Dist Stor Manager [mailto:ADSM-L@;VM.MARIST.EDU]On Behalf Of Coats, Jack > Got it working. ... When updating the microcode to 2.80.41 on the 3583 > library, > it sets the barcode length to 'normal' (6 CHARACTER) from 'extended' (8 > character). > > After setting it to 'extended' I shoul

Re: q libv just stopped working?

2002-11-08 Thread Coats, Jack
fastest audit I have ever done :) ... then did check them all in again. ... Worked well. Thanks for the reply ... Jack > -Original Message- > From: David Longo [SMTP:[EMAIL PROTECTED]] > Sent: Friday, November 08, 2002 6:24 PM > To: [EMAIL PROTECTED] > Subject: Re: q lib

Re: q libv just stopped working?

2002-11-08 Thread Coats, Jack
Got it working. ... When updating the microcode to 2.80.41 on the 3583 library, it sets the barcode length to 'normal' (6 CHARACTER) from 'extended' (8 character). After setting it to 'extended' I should have pulled all my tapes out of the library, inventoried the library, then check all the tapes

Re: q libv just stopped working?

2002-11-08 Thread David Longo
Just upgraded huh? Did you halt and restart TSM server after the upgrade? Need to do that with library upgrade. I have AIX for server platform, may need to do something else also for NT platform. Basically it's so TSM picks up new slots or other changes. You should also run an "audit library"

Re: q libv

2002-10-07 Thread Raghu S
select count(volume_name) as "No.of Scratch Volumes" from libvolumes where status='Scratch' Regards Raghu S Nivas Consultant - TSM DCM Data Systems Ltd New Delhi India. e-mail: [EMAIL PROTECTED],[EMAIL PROTECTED] Michelle Wiedeman cc

Re: q libv

2002-10-07 Thread Ilja G. Coolen
I've made a small server script which we use regularly. paste this in your Admin CLI. ---> del script lvstat def script lvstat desc='run lvstat' upd script lvstat 'select -' upd script lvstat 'cast(library_name as char(6)) as "Libary", -' upd script lvstat 'cast(count(status) as char(6)) as "Tap

Re: q libv

2002-10-07 Thread Michael Swinhoe
Michelle, Here you go. All you have to do is enter you library name: select count(*) from libvolumes where status='Scratch' and library_name ='Library_Name' Mike. Regards, Michael Swinhoe Storage Management Group Zurich Financial Services E-mail: mailto:[EMAIL PROTECTED]

Re: q libv

2002-10-07 Thread Karel Bos
When using drm: select status,count(*) as "3584LIB" from libvolumes where library_name='3584LIB' group by status select state,count(*) as "DRMEDIA" from drmedia group by state -Oorspronkelijk bericht- Van: Michelle Wiedeman [mailto:[EMAIL PROTECTED]] Verzonden: maandag 7 oktober 2002 13

Re: q libv

2002-10-07 Thread Michelle Wiedeman
hi geirr and bruce my hero's, THNX! mi©helle -Original Message- From: Halvorsen Geirr Gulbrand [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: Re: q libv Hi Michelle try the following; select count(*) from libvolumes where s

Re: q libv

2002-10-07 Thread Bruce Kamp
select count(*) from libvolumes where status='Scratch' --- Bruce Kamp Network Analyst II Memorial Healthcare System E: [EMAIL PROTECTED] P: (954) 987-2020 x4597 F: (954) 985-1404 -Original Message- From: Michelle Wiede

Re: q libv

2002-10-07 Thread Halvorsen Geirr Gulbrand
Hi Michelle try the following; select count(*) from libvolumes where status='Scratch' Rgds Geirr G. Halvorsen -Original Message- From: Michelle Wiedeman [mailto:[EMAIL PROTECTED]] Sent: 7. oktober 2002 13:43 To: [EMAIL PROTECTED] Subject: q libv hi! does anyone know how to query the li

Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-06 Thread Ford, Phillip
Ford Senior Software Specialist Corporate Computer Center Schering-Plough Corp. (901) 320-4462 (901) 320-4856 FAX [EMAIL PROTECTED] -Original Message- From: Seay, Paul [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:17 AM To: [EMAIL PROTECTED] Subject: Re: q libv showed

Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-06 Thread Seay, Paul
, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: q libv showed 'private' STATUS but blank LAST_USE Check the tape out and then back in with a status=scratch. On Wed, 5 Jun 2002, Chuck Lam wrote: > TSM 4.1.4 running in AIX 4.3.3 > > After I came back from the Memorial wee

Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-05 Thread Joel Fuhrman
Check the tape out and then back in with a status=scratch. On Wed, 5 Jun 2002, Chuck Lam wrote: > TSM 4.1.4 running in AIX 4.3.3 > > After I came back from the Memorial weekend, I noticed > a bunch of tapes with 'private' Status but blank > Last_Use when I did a 'q libv'. 'q vol volume_name' >

Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-05 Thread Nicholas Cassimatis
If TSM tried to pull them from scratch to private to use in a pool, and the drive problem happened, then TSM will mark them as Private as to not use them as scratch again. If this is the case, you can just update them back to scratch - "update libvol libraryname volumename stat=scratch" for each

Re: q libv problem

2002-05-06 Thread Martin, Jon R.
Q VOL shows information on tapes assigned to storage pools. Since scratch tapes are not assigned (yet) to any storage pools they do not show in the output of Q VOL. -Original Message- From: Taha, Hana [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 1:38 PM To: [EMAIL PROTECTED] S

Re: 'q libv' question

2002-05-03 Thread Kai Hintze
Greetings Chuck, Sometimes when we have problems with labels we get tapes marked private. Also we have the rare tape that should have been released back to the scratch pool that just doesn't get updated for some reason after reclamation. I 'q contents' just as a double check that the database re

Re: 'q libv' question

2002-05-02 Thread Seay, Paul
If the tape has been ejected from the library and reinserted this will happen. I also seem to remember this happening when a tape is empty and has a reuse period in the stg pool causing this. The tape is private because it is still in the pool and can be reused but the last use is cleared to ref

Re: 'q libv' question

2002-05-02 Thread Kelly J. Lipp
m (719)531-5926 Fax: (240)539-7175 -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Zlatko Krastev Sent: Thursday, May 02, 2002 5:09 PM To: [EMAIL PROTECTED] Subject: Re: 'q libv' question They might be checked in as status=private or sta

Re: 'q libv' question

2002-05-02 Thread Zlatko Krastev
They might be checked in as status=private or stayed private for some reason. You can try UPDate LIBVolume STATus=SCRatch Zlatko Krastev IT Consultant Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by:"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL