Operating System - HP-UX
1759551 Members
2887 Online
108884 Solutions
New Discussion юеВ

Error log message in rp4440 server

 
Mahamudul Hassan
Frequent Advisor

Error log message in rp4440 server


Hi there, i m getting the following error log in one rp4440 server. can any one help regarding the issue. Reply soon plz.

Thanks



CURRENT MONITOR DATA:

Event Time..........: Tue Aug 12 20:25:04 2008
Severity............: MAJORWARNING
Monitor.............: disk_em
Event #.............: 100091
System..............: wdkesc1

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


Description of Error:

The device is in a condition where it requires action on the part of the
device driver or a human operator.

Probable Cause / Recommended Action:

The device has been reset by a Bus Device Reset message, a hard reset
condition, or a power-on reset.

If this is the case, no action is necessary.

Alternatively, a removable medium has been loaded or replaced.

If this is the case, no action is necessary.

Alternatively, the mode parameters, microcode, or inquiry data for the
device have been changed.

If this is the case, no action is necessary.

Alternatively, the installed version of the device driver does not match
that of the installed version of HP-UX. Install the correct version of the
driver.

Additional Event Data:
System IP Address...: 10.243.96.12
System IP Address...: 10.243.96.12
Event Id............: 0x48a19d4000000003
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):
0x48a19d3000000001
Additional System Data:
System Model Number.............: 9000/800/rp4440
OS Version......................: B.11.23
STM Version.....................: C.53.00
EMS Version.....................: A.04.20
Latest information on this event:
http://docs.hp.com/hpux/content/hardware/ems/scsi.htm#100091

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/1/1/0.1.0
Device Class...........: Disk
Inquiry Vendor ID......: HP 146 G
Inquiry Product ID.....: ST3146707LC
Firmware Version.......: HPC2
Serial Number..........: 3KS47VEF00007701XFYF

Product/Device Identification Information:

Logger ID.........: sdisk
Product Identifier: SCSI Disk
Product Qualifier.: HP146
SCSI Target ID....: 0x01
SCSI LUN..........: 0x00

I/O Log Event Data:

Driver Status Code..................: 0x0000007E
Length of Logged Hardware Status....: 22 bytes.
Offset to Logged Manager Information: 24 bytes.
Length of Logged Manager Information: 34 bytes.

Hardware Status:

Raw H/W Status:
0x0000: 00 00 00 02 70 00 06 00 00 00 00 0A 00 00 00 00
0x0010: 29 02 02 00 00 00

SCSI Status...: CHECK CONDITION (0x02)
Indicates that a contingent allegiance condition has occurred. Any
error, exception, or abnormal condition that causes sense data to be
set will produce the CHECK CONDITION status.

SCSI Sense Data:

Undecoded Sense Data:
0x0000: 70 00 06 00 00 00 00 0A 00 00 00 00 29 02 02 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 : 0x06
Information Field Valid : FALSE
Information Field : 0x00000000
Additional Sense Length : 10
Command Specific : 0x00000000
Additional Sense Code : 0x29
Additional Sense Qualifier : 0x02
Field Replaceable Unit : 0x02
Sense Key Specific Data Valid : FALSE
Sense Key Specific Data : 0x00 0x00 0x00

Sense Key 0x06, UNIT ATTENTION, indicates that the target has been
reset by a BUS DEVICE RESET message, a hard reset condition, or by a
power-on reset. If not a reset, then one of the following may have
occurred.
1. A removable medium may have been changed.
2. The mode parameters in effect for this initiator have been
changed by another initiator.
3. The version or level of microcode has been changed.
4. Tagged commands queued for this initiator were cleared by
another initiator.
5. INQUIRY data has been changed.
6. The mode parameters in effect for this initiator have been
restored from non-volatile memory.
7. A change in the condition of a synchronized spindle.
8. Any other event that requires the attention of the initiator.

The combination of Additional Sense Code and Sense Qualifier (0x2902)
indicates: SCSI bus reset occurred.

SCSI Command Data Block:

Command Data Block Contents:
0x0000: 28 00 00 00 00 10 00 00 02 00

Command Data Block Fields (10-byte fmt):
Command Operation Code...(0x28)..: READ
Logical Unit Number..............: 0
DPO Bit..........................: 0
FUA Bit..........................: 0
Relative Address Bit.............: 0
Logical Block Address............: 16 (0x00000010)
Transfer Length..................: 2 (0x0002)

Manager-Specific Data Fields:
Request ID.............: 0x02010646
Data Residue...........: 0x00000400
CDB status.............: 0x00000002
Sense Status...........: 0x00000000
Bus ID.................: 0x02
Target ID..............: 0x01
LUN ID.................: 0x00
Sense Data Length......: 0x12
Q Tag..................: 0xEC
Retry Count............: 0
3 REPLIES 3
TTr
Honored Contributor

Re: Error log message in rp4440 server

The disk is at hardware path 0/1/1/0.1.0 and it is a 146GB spindle. Run the following

ioscan -fn and look for the above hardware path and find the disk device path /dev/dsk/cXtYdZ.

diskinfo /dev/rdsk/cXtYdZ check if the size of the disk is there.

pvdisplay -v /dev/dsk/cXtYdZ and see if the LVM info is OK and the volume group this disk belongs

vgdisplay -v /dev/vgXX to check the status of the volume group that contains this disk.

Check the /var/adm/syslog/syslog.log for any errors such as scsi reset as suggested in the errors/possible causes.

This may be a bogus error and you disgnostic can not monitor the large disk correctly. You may need patching for STM and EMS, check for patches.
Steven E. Protter
Exalted Contributor

Re: Error log message in rp4440 server

Shalom,

If this system has no LUN0 presented, it may be picking up the disk array and thinking it is a disk. Since its not a disk it generates this EMS error.

The real solution is to presnt some kind of useful storage as LUN0 and then these messages will be meaningful.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TTr
Honored Contributor

Re: Error log message in rp4440 server

> Inquiry Product ID.....: ST3146707LC

It is clear from the above details that this disk is NOT an array disk. It is a seagate 146Gb LC drive.