CAM status: SCSI Status Error

Hello all.

I have a box with FreeBSD 9.0 and HP Proliant DL380 G7 with two CSI 150 hard disks. I create RAID1 hardware. Everything seems to be ok, but in my dmesg I see these logs.

Code:
May  7 11:18:55 mail kernel: (probe0:ciss0:0:0:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0 
May  7 11:18:55 mail kernel: (probe0:ciss0:0:0:0): CAM status: SCSI Status Error
May  7 11:18:55 mail kernel: (probe0:ciss0:0:0:0): SCSI status: Check Condition
May  7 11:18:55 mail kernel: (probe0:ciss0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
May  7 11:18:55 mail kernel: (probe1:ciss0:0:1:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0 
May  7 11:18:55 mail kernel: (probe1:ciss0:0:1:0): CAM status: SCSI Status Error
May  7 11:18:55 mail kernel: (probe1:ciss0:0:1:0): SCSI status: Check Condition
May  7 11:18:55 mail kernel: (probe1:ciss0:0:1:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
May  7 11:18:55 mail kernel: da0 at ciss0 bus 0 scbus0 target 0 lun 0
What are these logs? Is something bad or just logs?

Thanks.
 
0xA0 there is a SCSI REPORT_LUNS command. It means that device doesn't support reporting LUNs list. Most likely it just doesn't support LUNs other then 0. That is not fatal.
 
Back
Top