Here's a rerally lame one that I just used the other day to do just what
you want. If amlabel works with the slot command for you, make a script
like this:
#!/bin/sh
amlabel -f SMGDR0 SMGDR0-01 slot 2
sleep 20
amlabel -f SMGDR0 SMGDR0-02 slot 3
sleep 20
amlabel -f SMGDR0 SMGDR0-03 slot 4
sleep 20
amlabel -f SMGDR0 SMGDR0-04 slot 5
sleep 20
amlabel -f SMGDR0 SMGDR0-05 slot 6
sleep 20
amlabel -f SMGDR0 SMGDR0-06 slot 7
sleep 20
amlabel -f SMGDR0 SMGDR0-07 slot 8
sleep 20
amlabel -f SMGDR0 SMGDR0-08 slot 9
sleep 20
amlabel -f SMGDR0 SMGDR0-09 slot 10
sleep 20
amlabel -f SMGDR0 SMGDR0-10 slot 11
sleep 20
amlabel -f SMGDR0 SMGDR0-11 slot 12
sleep 20
amlabel -f SMGDR0 SMGDR0-12 slot 13
sleep 20
amlabel -f SMGDR0 SMGDR0-13 slot 14
sleep 20
amlabel -f SMGDR0 SMGDR0-14 slot 15
On Thu, 15 Feb 2001, Joseph Del Corso wrote:
> Is it possible to amlabel an entire rack of tapes without
> doing it manually for each tape?
>
> Specifically I have roughly 35 tapes that I'd like to label
> in some kind of automated fashion all at once. Besides writing
> my own script (which would take time and more than likely a HECK of
> a lot of debugging) is there an easier way to do this?
>
> Is there any benefit to doing this?
>
> Joe
--
Jason Hollinden
SMG Systems Admin