After some help with SCSI sense decoding

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Falloutboy

Member
Oct 23, 2011
221
23
18
Hi everyone I have a 9361-8i and have noted the following occur which I found when researching since it said "No additional sense data" is supposedly related to a firmware bug in the controller and can supposedly be safely ignored.

What I would like to do is understand how these messages are formatted so I as a human can read them, once I know that I can then write a program to copy/paste the message into and actually determine that the message I am being given is something that I can safely ignore or not. I don't just like being told ignore it, it does not sit right.

The log message is as follows and I have tried looking up CDB and Sense information and found screeds of info but nothing literally explains how to decode this stuff.

Controller ID: 0 Unexpected sense: PD = Port 0 - 3:1:0No addtional sense information,
CDB = 0x93 0x00 0x00 0x00 0x00 0x01 0x97 0xe9 0x40 0x50 0x00 0x00 0xff 0xf8 0x00 0x00 ,
Sense = 0x72 0x0b 0x4b 0x03 0x00 0x00 0x00 0x34 0x00 0x0a 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x0a 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x02 0x06 0x00 0x00 0x00 0x00 0x00 0x00 0x03 0x02 0x00 0x00 0x05 0x02 0x00 0x00 0x80 0x02 0xf5 0x51 0x81 0x06 0x00 0x00 0x00 0x00 0x00 0x00

Can someone help me by telling me how to convert this hex into a human readable format then I can make it easy for everyone.

Thanks in advance.