LTO5 Drive / Media head wear alert
Bought 12 LTO5 drives in August, already replaced 3 - currently investigation points to abrasive tapes causing excessive head wear.
Symptoms include excessive cleaning requests - 3 or 4 a day, write errors, frozen tapes, drives going down.
Tape drives are in for Failure Analysis, should know more in a few weeks.
Here is my problem - I need to run a command to list not only my media barcode, but the hidden manufacturer information including who made it and when, that is read when the tape loads. Any thoughts?
So - 11 of 12 drives in produciton and 2 of 2 drives in DR have been replaced - from less than 3 months of usage.
HP has been clear in maintaining that all HP tapes are within specs, they are working with us, which I appreciate.
HP has supplied us with improved tapes and we are trying them out.
the answer to finding the media information, with BPTM at level 5 and VERBOSE, on each media server, use this command:
cat {path to logs}/bptm/log.{date} | grep populate | grep VOLUME| grep -v DISKVOLUME | grep -v NULL | /usr/bin/cut -f10,14,15 -d " "| grep ^{tapeID 1st char} | sort -u