1835627 Members
3265 Online
110081 Solutions
New Discussion

Re: Warning raid adapter

 
david_974
Contributor

Warning raid adapter

Hi, i have the following messages with my raid adapter. Pleases any know how i can do to avoid this problem.
Thanks.

# /opt/resmon/bin/resdata -R 127467522 -r /adapters/events/raid_adapter/0_6_1_0 -n 127467521 -a



CURRENT MONITOR DATA:



Event Time..........: Sun Jan 22 17:36:17 2006

Severity............: CRITICAL

Monitor.............: dm_raid_adapter

Event #.............: 2

System..............: hpuxprod



Summary:

Adapter at hardware path 0/6/1/0 : CISS: RAID160 SA adapter is now online.


Description of Error:


lbolt value: 3871



CISS: RAID160 SA adapter is now on-line.





Probable Cause / Recommended Action:



No Action required. Information message only.



Additional Event Data:

System IP Address...: 130.1.2.73

Event Id............: 0x43d408e100000000

Monitor Version.....: B.01.00

Event Class.........: I/O

Client Configuration File...........:

/var/stm/config/tools/monitor/default_dm_raid_adapter.clcfg

Client Configuration File Version...: A.01.00

Qualification criteria met.

Number of events..: 1

Associated OS error log entry id(s):

0x43d4086a00000000

Additional System Data:

System Model Number.............: 9000/800/rp4440

OS Version......................: B.11.11

EMS Version.....................: A.04.00

STM Version.....................: A.43.00

Latest information on this event:

http://docs.hp.com/hpux/content/hardware/ems/dm_raid_adapter.htm#2



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


I/O Log Event Data:



Driver Status Code..................: 0x00000002

Length of Logged Hardware Status....: 0 bytes.

Offset to Logged Manager Information: 0 bytes.

Length of Logged Manager Information: 12 bytes.



Manager-Specific Information:



Raw data from RAID160 SA SCSI Adapter CISS driver:

00000001 00000F1F 00000000





5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: Warning raid adapter

Use ioscan to find the device file for the smartarray controller and run the diag tool, e.g.

# sautil /dev/ciss8

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Patrick Wallek
Honored Contributor

Re: Warning raid adapter

Having the adapter online is a problem?

According to the message: "Adapter at hardware path 0/6/1/0 : CISS: RAID160 SA adapter is now online."

This looks normal to me. Perhaps the adapter went offline temporarily at some point. Do you have a message that says the adapter is "offline"?
Sandman!
Honored Contributor

Re: Warning raid adapter

Event# 2 is associated with the following:
---------------------------------------------
Severity: Information
Description: RAID SA adapter is now on-line.
Cause: Adapter is now on-line.
Action: No action required. Informative message
---------------------------------------------

additional checks can be done with sautil.

cheers!
Torsten.
Acclaimed Contributor

Re: Warning raid adapter

BTW, your diagnostic version is Dec 2003!

I would recommend to update to a current version!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   

Re: Warning raid adapter

Seems like an error in the configuration file:
/var/stm/config/tools/monitor/default_dm_raid_adapter.clcfg
there it defines:
EQ:2:CRITICAL:TRUE:1440:ANY:1:NONE:NO_OP:NO_OP:NONE
which should be:
EQ:2:INFORMATION:TRUE:1440:ANY:1:NONE:NO_OP:NO_OP:NONE
according to:

Latest information on this event:

http://docs.hp.com/hpux/content/hardware/ems/dm_raid_adapter.htm#2

regards,
Andre