For 3494's, you can use the mtilb command to count scratch tapes, or insert tapes - whatever class you want. I've got a shared library - 4 TSM servers, one 3494, and I run this script daily: echo "Scratch tapes on RTP1" > /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qC -s012E | wc -l >> /home/nickpc/data/scratchcount echo "Scratch tapes on RTP2" >> /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qC -s013E | wc -l >> /home/nickpc/data/scratchcount echo "Scratch tapes on RTP3" >> /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qC -s014E | wc -l >> /home/nickpc/data/scratchcount echo "Scratch tapes on RTP4" >> /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qC -s015E | wc -l >> /home/nickpc/data/scratchcount echo "Number of insert tapes in UR13494" >> /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qC -sFF00 | wc -l >> /home/nickpc/data/scratchcount mtlib -l /dev/lmcp0 -qL | grep Intervention >> /home/nickpc/data/scratchcount more -e /home/nickpc/data/scratchcount I have a second script that runs this one and then mails the output file to me. Nick Cassimatis [EMAIL PROTECTED] "I'm one cookie away from happy." - Snoopy (Charles Schulz)
Re: Several tapes with zero capacity and zero utilization
Nicholas Cassimatis/Raleigh/IBM Wed, 18 Oct 2000 09:08:07 -0700
- Several tapes with zero capacity and zero ... Tyree, David
- Re: Several tapes with zero capacity ... Doug Thorneycroft
- Re: Several tapes with zero capacity ... Richard Sims
- Re: Several tapes with zero capacity ... Tyree, David
- Re: Several tapes with zero capacity ... Tyree, David
- Re: Several tapes with zero capacity ... Richard Sims
- Re: Several tapes with zero capacity ... Warren, Matthew James
- Re: Several tapes with zero capacity ... Nicholas Cassimatis/Raleigh/IBM
- Re: Several tapes with zero capacity ... Snyder.John
- Re: Several tapes with zero capacity ... ben huber
- Re: Several tapes with zero capacity ... Lawrence Clark
- Re: Several tapes with zero capacity ... Serge Gaudet/EIG
- Re: Several tapes with zero capacity ... Steve Harris
