Are tape libraries still WIP?
I have a script that runs mtx for zeroing out tapes before use. And seems to work with either drive.
But not sure I'm dealing with the updated pmtx dealing with a multiple drive arrangement, or the drive itself ( It was added at the same time)
get same error with either gui or cli
root@pbs172:/var/log# pmtx load 13 --changer ADIC --drivenum 1
using device /dev/tape/by-id/scsi-ADICA0C0607908_LLA
Error: load drive failed - Illegal Request, Additional sense: Invalid element address
root@pbs172:/var/log#
pmtx status --changer ADIC , resulting response
root@pbs172:/var/log# pmtx status --changer ADIC
using device /dev/tape/by-id/scsi-ADICA0C0607908_LLA
Transport Element (Griper) 0: Empty
Data Transfer Element (Drive) 0: VolumeTag("000005"), Source: 16, Serial: F09C7CF000
Data Transfer Element (Drive) 1: Empty
Storage Element 1: VolumeTag("000153")
Storage Element 2: VolumeTag("000149")
Storage Element 3: VolumeTag("000147")
Storage Element 4: VolumeTag("000148")
Storage Element 5: VolumeTag("000146")
Storage Element 6: VolumeTag("000063")
Storage Element 7: VolumeTag("000062")
Storage Element 8: Empty
Storage Element 9: Empty
Storage Element 10: Empty
Storage Element 11: Empty
Storage Element 12: VolumeTag("000004")
Storage Element 13: VolumeTag("000006")
Storage Element 14: VolumeTag("000039")
Storage Element 15: VolumeTag("000041")
Storage Element 16: Empty
Storage Element 17: VolumeTag("000059")
Storage Element 18: VolumeTag("000011")
Storage Element 19: VolumeTag("000021")
Storage Element 20: VolumeTag("000034")
Storage Element 21: VolumeTag("000076")
Storage Element 22: VolumeTag("001009")
Storage Element 23: VolumeTag("000106")
Storage Element 24: VolumeTag("000075")
Storage Element 25: VolumeTag("000107")
Storage Element 26: VolumeTag("000132")
Storage Element 27: VolumeTag("001049")
Storage Element 28: VolumeTag("001047")
Storage Element 29: VolumeTag("001055")
Storage Element 30: VolumeTag("000156")
Import/Export 31: Empty
Import/Export 32: Empty
Import/Export 33: Empty
Import/Export 34: Empty
Import/Export 35: Empty
Import/Export 36: Empty
I have emptied the library, reconfigured partitions to include the drive.
Removed configs in PBS for library and drives, readd and reboot
My next step will be to do the same and make the recently added drive the only one in the library
But a bit confused that my scripts are working with mtx on the same drive
I have a script that runs mtx for zeroing out tapes before use. And seems to work with either drive.
But not sure I'm dealing with the updated pmtx dealing with a multiple drive arrangement, or the drive itself ( It was added at the same time)
get same error with either gui or cli
root@pbs172:/var/log# pmtx load 13 --changer ADIC --drivenum 1
using device /dev/tape/by-id/scsi-ADICA0C0607908_LLA
Error: load drive failed - Illegal Request, Additional sense: Invalid element address
root@pbs172:/var/log#
pmtx status --changer ADIC , resulting response
root@pbs172:/var/log# pmtx status --changer ADIC
using device /dev/tape/by-id/scsi-ADICA0C0607908_LLA
Transport Element (Griper) 0: Empty
Data Transfer Element (Drive) 0: VolumeTag("000005"), Source: 16, Serial: F09C7CF000
Data Transfer Element (Drive) 1: Empty
Storage Element 1: VolumeTag("000153")
Storage Element 2: VolumeTag("000149")
Storage Element 3: VolumeTag("000147")
Storage Element 4: VolumeTag("000148")
Storage Element 5: VolumeTag("000146")
Storage Element 6: VolumeTag("000063")
Storage Element 7: VolumeTag("000062")
Storage Element 8: Empty
Storage Element 9: Empty
Storage Element 10: Empty
Storage Element 11: Empty
Storage Element 12: VolumeTag("000004")
Storage Element 13: VolumeTag("000006")
Storage Element 14: VolumeTag("000039")
Storage Element 15: VolumeTag("000041")
Storage Element 16: Empty
Storage Element 17: VolumeTag("000059")
Storage Element 18: VolumeTag("000011")
Storage Element 19: VolumeTag("000021")
Storage Element 20: VolumeTag("000034")
Storage Element 21: VolumeTag("000076")
Storage Element 22: VolumeTag("001009")
Storage Element 23: VolumeTag("000106")
Storage Element 24: VolumeTag("000075")
Storage Element 25: VolumeTag("000107")
Storage Element 26: VolumeTag("000132")
Storage Element 27: VolumeTag("001049")
Storage Element 28: VolumeTag("001047")
Storage Element 29: VolumeTag("001055")
Storage Element 30: VolumeTag("000156")
Import/Export 31: Empty
Import/Export 32: Empty
Import/Export 33: Empty
Import/Export 34: Empty
Import/Export 35: Empty
Import/Export 36: Empty
I have emptied the library, reconfigured partitions to include the drive.
Removed configs in PBS for library and drives, readd and reboot
My next step will be to do the same and make the recently added drive the only one in the library
But a bit confused that my scripts are working with mtx on the same drive