Tony, I haven't seen a reply to this yet, so here goes...
The number of slots in a library is read when the library is defined. So to get tsm to recognise the new slots the library has to be redefined. q libr f=d and save the output q dr f=d and save the output Checkout all the libvols from the library (use an external script since checkout is one-at-a-time - there are times when i <heart> unix) delete all the drives delete the library re-define the library - details from the q libr re-define the drives - details from the q dr checkin the volumes search=y. I've been through 2*stk lib upgrades, and 2*scalar 1000 upgrades this way. regards, -=Dave=- -- +44 (0)20 7608 7140 (A)bort, (R)etry, (I)gnore, (F)ail, (N)uke... -----Original Message----- From: Tony Morgan [mailto:[EMAIL PROTECTED]] Sent: 08 March 2002 11:47 To: [EMAIL PROTECTED] Subject: Scalar100 on NT - How Many Slots? Free Script Attached! Hi there... I can only "see" 50 slots on my Adic Scalar 100, although I have changed the "door" to Storage. Anyone else have this setup... how many slots can you see? The script below will list tapes by slot number... ideal if you want to pull a tape or two! Please Help! Many Thanks Tony /* Slots - Tony Morgan 20FEB02 */ audit libr scalar100 checklabel=barcode select (home_element-4095) as "Slot Number", volume_name, status, last_use from libvolumes - order by "Slot Number" ============================================================ This e-mail and any files transmitted with it, are confidential and intended solely for the use of the addressee. The content of this e-mail may have been changed without the consent of the originator. The information supplied must be viewed in this context. If you have received this e-mail in error please notify our Helpdesk by telephone on +44 (0) 20-7444-8444. Any use, dissemination, forwarding, printing, or copying of this e-mail or its attachments is strictly prohibited. _____________________________________________________________________ This message has been checked for all known viruses by MessageLabs Virus Control Centre. www.guardianit.com The information contained in this email is confidential and intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. Guardian iT Group will accept no responsibility or liability in respect to this email other than to the addressee. If you have received this communication in error, please notify us immediately via email: [EMAIL PROTECTED] _____________________________________________________________________ This message has been checked for all known viruses by MessageLabs Virus Control Centre.
