At Fermilab, we have recently placed LTO-10 drives in production. A Spectra TFinity Plus library with these drives has not shown any problems. An IBM TS4500 library is showing occasional issues.
After a drive has written for anywhere from 30 minutes to several hours, the following errors occur:
Failed ST write with crc32c in DriveGeneric::writeBlock Errno=5: Input/output error
Failed ST write with crc32c in DriveGeneric::writeBlock Errno=5: Input/output error
SCSI error in DriveLTO::isEncryptionCapEnabled status=0 host_status=0xb driver_status=0: SCSI command failed with host_status: SOFT ERROR
Failed ST ioctl (MTUNLOAD) in DriveGeneric::unloadTape Errno=5: Input/output error
Failed SG_IO ioctl in DriveGeneric::getTapeAlerts Errno=5: Input/output error
Failed SG_IO ioctl in DriveLTO::isEncryptionCapEnabled Errno=5: Input/output error
Failed SG_IO ioctl in DriveLTO::isEncryptionCapEnabled Errno=5: Input/output error
The last few errors occur during a cleaner/unload operation. After that, the drive goes down and the tape is left in the drive. I cannot immediately dismount it using cta-smc:
[root@tpsrvg2603 cta]# cta-smc -d -D 39
[root@tpsrvg2603 cta]# cta-smc -d -D 39
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: read_elem_status of on drive 39 detected Drive Not Unloaded
smc_dismount: SR018 - demount of on drive 39 failed : Drive Not Unloaded
I have to use mt -f [device] rewoffl and then cta-smc -d -D [drive] works.
This issue is occuring with both IBM SBN0 and the newest T3S0 firmware.
Has anyone else seen these issues? Are there any suggestions?