How to monitor HCI message for the Delta PSU?

How to monitor HCI message for the Delta PSU?

The answer to this questions are two solutions:

  1. Monitor the event log messages

  2. Send a HCI command into a HX Delta matrix . A new HCI manual will be released in 3-4 weeks’ time.

  Monitor the event log messages The alarm messages are sent only by HX Delta Matrix only.

  1. The delta matrix reports the psu status automatically via the event log and you can monitor the event logs for the psu status message.The current PSU alarm state is checked automatically (polled, by the CPU card) every 12 minutes. An event log message is only output if there is an active alarm.

 A good string to look for in the event log is “PSU Alarms Active”. When alarm happens we send an unsolicited event log message raised.

 The format of the event is

<Matrix type> PSU Alarms Active <Semicolon delimited array of active alarm names>

 The Matrix type strings are below

 char *RACK_TYPE_STRING[] =

{

                              "Unknown",

                              "E-Pico",

                              "Median",

                              "Omega",

                              "Delta"

};

 The alarms below are HX Delta only.

 The Alarm strings are

 “EXT. PSU 1 FAIL"

“EXT. PSU 2 FAIL”

“INT. PSU 1 FAIL”

“INT. PSU 2 FAIL”

“FAN 1 FAIL”

“FAN 2 FAIL”

“CONFIG FAIL”

“EXT. ALARM”

“OVERTEMP”

  

Send a HCI command into a Delta matrix

  1. Using a HCI client you can send a message into the Delta matrix and request the frame status

 

This is done in the Matrix Status message, the format is (payload shown doesn’t include standard HCI header)

 REQUEST_FRAME_STATUS message

Msg Id   (16 bits)               97

Flags (1 byte)                     0x8

HCI 2 ID bytes (64 bits)   0xABBACEDE

Schema (8 bits)                 1

  REPLY REQUEST_FRAME_STATUS message

Msg Id   (16 bits)               98

Flags (1 byte)                     0x8

HCI 2 ID bytes (64 bits)   0xABBACEDE

Schema (8 bits)                 1

PSU Alarm Bits (16 bits) (see below)

Rack Temp (16 bits)

 

The PSU alarm bits are as follows

 

Ext Psu 1 fail       - 0x0001

Ext Psu 2 fail       - 0x0002

Int Psu 1 fail       - 0x0004

Int Psu 2 fail       - 0x0008

Fan 1 fail             - 0x0010

Fan 2 fail             - 0x0020             

Config fail           - 0x0040              // Fired by CPU App e.g. when master slave switchover occurs

Ext. Alarm           - 0x0080              // alarm GPO state i.e. activated when core alarms bits are high

Overtemp            - 0x0100

 

 

 

 

CAN'T FIND YOUR ANSWER? CLICK HERE TO CONTACT SUPPORT


This solution was provided to you by Clear-Com via a question submitted to us by customers like you. If your question wasn’t answered, you need help or you have a recommended solution for our database, please send us an email at support@clearcom.com

The information on this page is owned by Clear-Com and constitutes Clear-Com’s confidential and proprietary information, may be used solely for purposes related to the furtherance of Clear-Com’ business and shall not be disclosed, distributed, copied or disseminated without Clear-Com’s prior written consent. Click Here for Clear-Com's privacy statement.