1

I have been using the mtx utility (from Sourceforge) with success in both Linux and Windows environments to manage a tape library. It was last modified in 2008.

Today, at a customer site, we used the following device id (from Windows Device Manager) to inquire on the inventory of the library, but received an error. I am concerned whether mtx (for Windows) allows a target of 2 digits, or is it something else ? The following is the command I submitted, followed by the error. Any ideas what could be the problem ?

C:\BackBox_AutoLoader>mtx.exe -f 5:0:23:1 status
mtx: Request Sense: Long Report=yes
mtx: Request Sense: Valid Residual=no
mtx: Request Sense: Error Code=0 (Unknown?!)
mtx: Request Sense: Sense Key=No Sense
mtx: Request Sense: FileMark=no
mtx: Request Sense: EOM=no
mtx: Request Sense: ILI=no
mtx: Request Sense: Additional Sense Code = 00
mtx: Request Sense: Additional Sense Qualifier = 00
mtx: Request Sense: BPV=no
mtx: Request Sense: Error in CDB=no
mtx: Request Sense: SKSV=no
INQUIRY command Failed
vidarlo
  • 6,654
  • 2
  • 18
  • 31
Chai
  • 21
  • 3

1 Answers1

1

Solved! The device id from Device Manager on Windows was not correct. We had to use the IBM Tape Diagnostic Tool to get the correct device id ! When we used those values, the mtx worked perfectly. Go figure :-|.

Chai
  • 21
  • 3