SOLVED - FreeNAS 9.10.1-U4 - SCSI Status Error

Status
Not open for further replies.

ClioBrando

Cadet
Joined
Nov 30, 2016
Messages
1
SOLVED - UPDATE:
Seems that freebsd can't read disks formatted with Type 2 protection, I just reformatted one of the problematic discs using:
# sg_format --format --fmtpinfo=0 /dev/daX
And after 9 or 10 hours the disk works correctly.

Sources:
https://forums.freenas.org/index.ph...es-9240-9211-w-ibm-seagate-disks.43453/page-2
http://talesinit.blogspot.cl/2015/11/formatted-with-type-2-protection-huh.html

Hi Guys,
I've a problem, I've connected 5 Toshiba MG04SCA40EN FW D06 4TB HDD to a PERC H200 (crossflashed with a LSI-9211-8i IT P20 firmware).
Every time FreeNAS starts the following message appears in the console for every 4TB HDD connected:
Code:
(da12:mps0:0:20:0): READ(10). CDB: 28 00 00 00 00 00 00 01 00 00																	
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(10). CDB: 28 00 00 00 02 00 00 01 00 00																	
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(16). CDB: 88 00 00 00 00 01 d1 c0 ba 00 00 00 01 00 00 00												
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(16). CDB: 88 00 00 00 00 01 d1 c0 bc 00 00 00 01 00 00 00												
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(10). CDB: 28 00 00 00 00 00 00 01 00 00																	
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(10). CDB: 28 00 00 00 02 00 00 01 00 00																	
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(16). CDB: 88 00 00 00 00 01 d1 c0 ba 00 00 00 01 00 00 00												
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error																					
(da12:mps0:0:20:0): READ(16). CDB: 88 00 00 00 00 01 d1 c0 bc 00 00 00 01 00 00 00												
(da12:mps0:0:20:0): CAM status: SCSI Status Error																				
(da12:mps0:0:20:0): SCSI status: Check Condition																					
(da12:mps0:0:20:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)										
(da12:mps0:0:20:0): Error 22, Unretryable error					

I can't use the 4TB disks, when I try to create a volume it says "Error: Unable to GPT format the disk".
There are another 7HDDs connected to the same card (146GB SAS HDD with no problems), I can even make raids with those disks.
I've tried to low level format the 4TB disks using the disk controller and the FreeNAS format command, and it didn't work, after the format the same error occur.
I think that it's a driver or FreeNAS problem, because I've installed Solaris on the same machine and I can create zpools without problem using the 4TB HDDs.
I've tried the FreeNAS beta, and same error occur.
The test machine is a Dell PowerEdge R510.
EDIT:
I found a similar problem here with no answer: https://forums.freenas.org/index.ph...lume-with-disks-attached-to-lsi-9300-8e.45401
Thanks!
 
Last edited:
Status
Not open for further replies.
Top