On Tue, Jun 11, 2002 at 03:55:53PM -0500, Craig Hancock wrote: > But everytime I try to label another tape > it keep referecing the first tape that I labeled > saying that label already exist is this > normal
Sounds like you're trying to assign the same label to multiple tapes. You need to give each one a distinct label. e.g., $ /usr/sbin/amlabel Daily Daily01 <switch tapes> $ /usr/sbin/amlabel Daily Daily02 <switch tapes> $ /usr/sbin/amlabel Daily Daily03 etc.
