[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::winnt-clusters

Title:WinNT-Clusters
Notice:Info directories moved to DECWET::SHARE1$:[NT_CLSTR]
Moderator:DECWET::CAPPELLOF
Created:Thu Oct 19 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:863
Total number of notes:3478

619.0. "Interpreting SCSI errors from CluPort" by CSC32::STUBAI::T_FISHEL () Thu Feb 13 1997 19:07

Hello,

	I need help in interpreting the errors from CluPort.

	How do the field line up?  Which longword is associated with which
	words/bytes?


Date:        1/30/97            Event ID: 769
Time:        12:42:18 PM        Source:   CluPort
User:        N/A                Type:     Warning
Computer:    PSCL1REGION1       Category: None

Description:
Device: The Cluster Port Driver encountered a SCSI I/O error. (The dump
data contains additional information) LONGWORD 0 - Port|Pathd|
TargetId|Lun, LONGWORD 1 - Scsi Operation code|SrbStatus|Scsi
Status, LONGWORD 2 - Sense Key|Add'l Sense Conde|Add'l Sense
Code Qual

Data: Bytes
0000: 0f 00 0c 00 01 00 c0 00
0008: 00 00 00 00 01 03 00 83
0010: 00 00 00 00 00 00 00 00
0018: 00 00 00 00 00 00 00 00
0020: 00 00 00 00 00 00 00 00
0028: 00 00 00 00 02 04 16 00
0030: 00 3e 02 00

Data: Words
0000: 000c000f 00c00001 00000000 83000301
0010: 00000000 00000000 00000000 00000000
0020: 00000000 00000000 00000000 00160402
0030: 00023e00






Date:        1/30/97            Event ID: 1036
Time:        12:42:18 PM        Source:   CluPort
User:        N/A                Type:     Error
Computer:    PSCL1REGION1       Category: None

Description:
Device: The Cluster Port Driver failed to execute the SCSI RESERVE
function.  (the dump data dontains additional information)LONGWORD 0 -
status, LONGWORD 1 - Port number, LONGWORD 2 - Target Id.

Data: Bytes
0000: 0f 00 0c 00 02 00 5c 00
0008: 00 00 00 00 0c 04 00 c3
0010: 00 00 00 00 00 00 00 00
0018: 00 00 00 00 00 00 00 00
0020: 00 00 00 00 00 00 00 00
0028: 85 01 00 c0 00 00 00 00
0030: 00 00 00 00

Data: Words
0000: 000c000f 005c0002 00000000 c300040c
0010: 00000000 00000000 00000000 00000000
0020: 00000000 00000000 c0000185 00000000
0030: 00000000
T.RTitleUserPersonal
Name
DateLines
619.1not ready on reserveDECWET::LEESWill, NTSG DECwest, SeattleFri Feb 14 1997 18:5236
Description:
Device: The Cluster Port Driver encountered a SCSI I/O error. (The dump
data contains additional information) LONGWORD 0 - Port|Pathd|
TargetId|Lun, LONGWORD 1 - Scsi Operation code|SrbStatus|Scsi
Status, LONGWORD 2 - Sense Key|Add'l Sense Conde|Add'l Sense
Code Qual
Data: Words
0000: 000c000f 00c00001 00000000 83000301
0010: 00000000 00000000 00000000 00000000
0020: 00000000 00000000 00000000 00160402
0030: 00023e00
Scsi op code = 0x16 = RESERVE (see ddk\src\storage\inc\scsi.h)
Srb Status = 04 = ERROR (see srb.h)
Scsi Stat = 02 = CHECK CONDITION
sk = 0x02 = NOT READY
asc = 0x3e = ? DEVICE SPECIFIC
asc = 00

Description:
Device: The Cluster Port Driver failed to execute the SCSI RESERVE
function.  (the dump data dontains additional information)LONGWORD 0 -
status, LONGWORD 1 - Port number, LONGWORD 2 - Target Id.
Data: Words
0000: 000c000f 005c0002 00000000 c300040c
0010: 00000000 00000000 00000000 00000000
0020: 00000000 00000000 c0000185 00000000
0030: 00000000

Status = c0000185 = STATUS_IO_DEVICE_ERROR (see ddk\inc\ntstatus.h)
Port number = 0
Target number = 0


The device on ScsiPort0 TargetId 0 is responding with NOT_READY for a RESERVE 
command.  If this occurred during the middle of a hsz failover it is normal.  
Check that the Raid box is configured correctly.
619.2To reviewCSC32::STUBAI::T_FISHELMon Feb 17 1997 14:1226
It appears only the last three longwords are used to describe the error by
CluPort.


Description:
Device: The Cluster Port Driver encountered a SCSI I/O error. (The dump
data contains additional information) LONGWORD 0 - Port|Pathd|
TargetId|Lun, LONGWORD 1 - Scsi Operation code|SrbStatus|Scsi
Status, LONGWORD 2 - Sense Key|Add'l Sense Conde|Add'l Sense
Code Qual
Data: Words
0000: 000c000f 00c00001 00000000 83000301
0010: 00000000 00000000 00000000 00000000
0020: 00000000 00000000 00000000 00160402   
			^^^^^^^^ ^^^^^^^^
			  LW 0      LW1
0030: 00023e00
       ^^^^^^^
	LW3

Scsi op code = 0x16 = RESERVE (see ddk\src\storage\inc\scsi.h)
Srb Status = 04 = ERROR (see srb.h)
Scsi Stat = 02 = CHECK CONDITION
sk = 0x02 = NOT READY
asc = 0x3e = ? DEVICE SPECIFIC
asc = 00