1833875 Members
1863 Online
110063 Solutions
New Discussion

EMS - Disk error?

 
Joelmel Roche
Valued Contributor

EMS - Disk error?

Good Day!

I've just saw some EMS even notification in syslog (see below). And i checked the disk but all disks are okay and they are in the CLAIMED and optimal status.

Anubody can tell if this error is critical, anybody can explain why its happens.



CURRENT MONITOR DATA:

Event Time..........: Fri Jun 13 09:48:30 2008
Severity............: SERIOUS
Monitor.............: disk_em
Event #.............: 100776
System..............: LSS

Summary:
Disk at hardware path 0/0/4/1/0.117.2.239.0.0.1 : Software configuration
error


Description of Error:

The device was unsuccessful in processing the current request message
because the message contained an invalid field in the command data block.
The request was not processed.

Probable Cause / Recommended Action:

The error most likely indicates that the device is not fully supported by
the current driver. This may or may not cause a problem in the operation
of the device.

Additional Event Data:
System IP Address...: 10.123.161.115
System IP Address...: 10.123.161.116
Event Id............: 0x4851d1ee00000006
Monitor Version.....: B.01.01
Event Class.........: I/O
Client Configuration File...........:
/var/stm/config/tools/monitor/default_disk_em.clcfg
Client Configuration File Version...: A.01.00
Qualification criteria met.
Number of events..: 1
Associated OS error log entry id(s):
None
Additional System Data:
System Model Number.............: ia64 hp server rx7640
OS Version......................: B.11.23
STM Version.....................: C.56.00
EMS Version.....................: A.04.20
Latest information on this event:
http://docs.hp.com/hpux/content/hardware/ems/scsi.htm#100776

v-v-v-v-v-v-v-v-v-v-v-v-v D E T A I L S v-v-v-v-v-v-v-v-v-v-v-v-v



Component Data:
Physical Device Path...: 0/0/4/1/0.117.2.239.0.0.1
Device Class...........: Disk
Inquiry Vendor ID......: DGC
Inquiry Product ID.....: CX3-80WDR5
Firmware Version.......: HP03
Serial Number..........: CK200063900067

Product/Device Identification Information:

Logger ID.........: disc30; sdisk
Product Identifier: Disk
Product Qualifier.: DGC CX3-80WDR5
SCSI Target ID....: 0x00
SCSI LUN..........: 0x01

SCSI Command Data Block:

Command Data Block Contents:
0x0000: 1A 00 1C 00 FF 00

Command Data Block Fields (6-byte fmt):
Command Operation Code...(0x1A)..: MODE SENSE
Logical Unit Number..............: 0
DBD Bit..........................: 0
Page Control Bits................: 0
Page Code Bits...................: 28
Allocation Length................: 255 (0xFF)

Hardware Status: (not present in log record).

SCSI Sense Data:

Undecoded Sense Data:
0x0000: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
0x0010: 00 00

SCSI Sense Data Fields:
Error Code : 0x70
Segment Number : 0x00
Bit Fields:
Filemark : 0
End-of-Medium : 0
Incorrect Length Indicator : 0
Sense Key : 0x05
Information Field Valid : FALSE
Information Field : 0x00000000
Additional Sense Length : 10
Command Specific : 0x00000000
Additional Sense Code : 0x24
Additional Sense Qualifier : 0x00
Field Replaceable Unit : 0x00
Sense Key Specific Data Valid : FALSE
Sense Key Specific Data : 0x00 0x00 0x00

Sense Key 0x05, ILLEGAL REQUEST, indicates that there was an illegal
parameter in the command data block or in the additional parameters
supplied as data for some commands (FORMAT UNIT, SEARCH DATA, etc.).
This sense key may also indicate that an invalid IDENTIFY message was
received.

The combination of Additional Sense Code and Sense Qualifier (0x2400)
indicates: Invalid field in cdb.

6 REPLIES 6
Mirror breaking
Contributor

Re: EMS - Disk error?

Hi,
Well it is clearily says that the issue is with your driver.so insert the driver for disk again in the kernel and reboot the system.
Joelmel Roche
Valued Contributor

Re: EMS - Disk error?

what module/kernel do i need to modify?
Khairy
Esteemed Contributor

Re: EMS - Disk error?

hi,

looks like you have emc clariion CX attach to your server.

I don't think driver patch is an issue if other HP disks are well detected.

or maybe this 0/0/4/1/0.117.2.239.0.0.1 is actually the storage controller.
You can check this with emc vendor is this normal.

U can also check if this lun were remove previously from navisphere. If that is the case, the only thing you can do to stop EMS from reporting this is to `rmsf` this disk device.

Let us know.

Rgds
Murat SULUHAN
Honored Contributor

Re: EMS - Disk error?

Hi Joelmel

Can you look at following URL.
http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=ucr_na-KMN8606469959_ssb-1

You are using EMC disks but the device path in your log looks like similar paths in the document

You can upgrade OnlineDiag from following url
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

HP-UX 11i v2 (11.23) (March 08 release)
B.11.23.11.05, STM version: C.60.00

Best Regards
Murat


Murat Suluhan
SUDHAKAR_18
Trusted Contributor

Re: EMS - Disk error?

Hi Joelmel,

I am having solution::

Run the cstm on the comamnd propmt
# cstm
cstm> dsd
Select Deamon to Shut Down on the host
1 diaglogd
2 memlogd
3 psmctd
Enter selection or cancel to quit : 3 >>> Here we need to Shutdown psmctd daemon. Hence choose the appropriate number
Are you sure you want to shutdown psmctd?
Enter Cancel, Help, or OK: [Cancel] OK
cstm>
cstm> quit
Enter Cancel, Help, or OK: [OK] OK
#
# cd /var/stm/data
# pwd
/var/stm/data
# mv psm_data /tmp
Move the following file for precaution !!
==> Run the cstm again from the command prompt:
# cstm
cstm> dsu
Select Daemon to Start on the host
1 cclogd
2 psmctd
Enter selection or cancel to quit [done]: 2 >>> ( start the psmctd daemon. Hence choose the appropriate number)
Enter selection or cancel to quit [done]: Press Enter
cstm> quit
#


Also restart diagnostic daemon

# /sbin/init.d/diagnostic stop
# /sbin/init.d/diagnostic start

Cheers,
SHR
Joelmel Roche
Valued Contributor

Re: EMS - Disk error?

Hi, Is this Online? please take note that server is in production.

Thanks,