Page last modified 20:16, 22 May 2006 by Ppragin?
Zmanda Documentation > Labeling Tapes using (amlabel)

Labeling Tapes using (amlabel)

Table of contents
No headers

How to use command amlabel to label tapes:
1. amlabel DailySet1 Tape1 slot 1 #this command will label 1 tape in slot 1 with name "Tape-1"
2. for i in 1 2 3 4 5; do amlabel DailySet1 Tape-$i slot $i; done #this command will label 5 tapes in slots 1 through, Tape-1, Tape-2,...
3. for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do amlabel tape TapeSet1-$i slot $i;sleep 10; done #if labeling real tapes this gives 5 sec for library to get ready for next request