Confirn that the drive ordering is correct.
Drive ordering means that 0cbn should be the first tape drive in the jukebox (j/b), 1cbn points to the second tape drive, and 2cbn points to the third tape drive.
To do this you should do this when you're next to the j/b, but not critical. Also, the following should be done on the backup server:
First, reset the j/b with: nsrjb -HEv. When it ask you which j/b, choose the ATL j/b.
Next run nsrjb. Again, choose the atl j/b. Confirm that the tape drives are unmounted. Then run the following to confirm that the drives are unmounted:
mt -f /dev/rmt/0cbn status
mt -f /dev/rmt/1cbn status
mt -f /dev/rmt/2cbn status
Go into the following directory: cd /etc/LGTOuscsi
Now we start to verify drive order. Load the tape in slot 1 into drive one, and then verify whether the o/s confirms the same:
./sjimm 4.4.0 slot 1 drive 1 ! this tells the j/b to move the tape in slot 1 to drive 1
mt -f /dev/rmt/0cbn status
mt -f /dev/rmt/1cbn status
mt -f /dev/rmt/2cbn status
One of the mt commands should report that it has the tape mounted. Which one? It should be 0cbn.
Unload the drive with: ./sjimm 4.4.0 drive 1 slot 1
Repeat the above with drive 2 and 1cbn, and again with drive 3 and 2cbn, each time recording what drive the mt command says the tape is loaded.
When you're finish, you should have a mapping of what 0cbn, 1cbn and 2cbn actually points to which physical drive in the j/b.
If 0cbn maps to the first drive in the j/b, 1cbn points to the second tape drive, and 2cbn points to the third tape drive, then the drive ordering is correct.
If it doesn't, then either reconnect the scsi cables so that the drives are in proper order, or delete the drives and j/b from networker, then rerun jbconfig. When jbconfig asks you what is the path of the first, second and third drive, then specify the real order as you determined from the above tests.