ProLiant Servers (ML,DL,SL)
1751876 Members
5318 Online
108782 Solutions
New Discussion

Re: HP DL180G6 hp-snmp-agents

 
666
Occasional Contributor

HP DL180G6 hp-snmp-agents

Hello!

 

I have done following steps and have wrong result:

Prerequisites:

 HP DL180G6 server with P212 controller

 Debian 6 (squeeze)

 

What i have done:

 wget downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/GPG-KEY-ProLiantSupportPack -O - | apt-key add -

 wget downloads.linux.hp.com/SDR/downloads/bootstrap.sh

 chmod a+x bootstrap.sh

 apt-get install lsb-release

 ./bootstrap.sh ProLiantSupportPack

 apt-get update

 apt-get install hp-health hponcfg hp-snmp-agents hpacucli

 

Result i have got:

 

..skipped output...

Setting up hp-health (8.7.0.1.2-5) ...
ERROR: This Server is NOT Supported!
Error: No supported management controller found
invoke-rc.d: initscript hp-health, action "start" failed.
dpkg: error processing hp-health (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
dpkg: dependency problems prevent configuration of hp-snmp-agents:
hp-snmp-agents depends on hp-health; however:
Package hp-health is not configured yet.
dpkg: error processing hp-snmp-agents (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of hponcfg:
hponcfg depends on hp-health; however:
Package hp-health is not configured yet.
dpkg: error processing hponcfg (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
configured to not write apport reports
Errors were encountered while processing:
hp-health
hp-snmp-agents
hponcfg
E: Sub-process /usr/bin/dpkg returned an error code (1)

 

I have reviewed /etc/init.d/hp-health script code, and it looks like script tries to find an iLO by PCI ID, and didn't found it.

 

Is HP DL180 supported by hp-snmp-agents?

How I can make hp-snmp-agents and hp-health working on HP DL180G6 on Debian 6?

Or what software I must use to minitor status of RAID arrays on HP DL180G6?

 

3 REPLIES 3
Marco_Sperandio
New Member

Re: HP DL180G6 hp-snmp-agents

Hello,

 

same problem here with RHEL 6.2.

 

installation procedure (silent mode) of HP PSP 9.10 madesuccessfully on DL380G7, but on DL180G6 when starting /etc/init.d/hp-health

 

It returned this error:

/etc/init.d/hp-health start
  Using Proliant Standard
        IPMI based 1XX System Health Monitor
  Using standard Linux IPMI device driver
  Starting Proliant Standard
        IPMI based 1XX System Health Monitor (hpasmpld):
/etc/init.d/hp-health: line 666:  2810 Segmentation fault      (core dumped) $PNAME $PARGS < /dev/null >> $LOGFILE 2>&1

 

Someone previously hitted this problem? no chanche of install HP PSP on Proliant DL180G6

 

Thank you!

 

Marco

 

Bunny82
Occasional Collector

Re: HP DL180G6 hp-snmp-agents

I had redhat 6.1 or so installed on a DL160G6 which should be close enough.

and PSP 8.7 something worked fine.

 

What a mistake doing "yum update" was. It now coredumps in the same way:

 

Using Proliant Standard
IPMI based 1XX System Health Monitor
Using standard Linux IPMI device driver
Starting ipmi drivers: [ OK ]
Starting Proliant Standard
IPMI based 1XX System Health Monitor (hpasmpld):
/etc/init.d/hp-health: line 666: 18986 Segmentation fault (core dumped) $PNAME $PARGS < /dev/null >> $LOGFILE 2>&1
[FAILED]

 

I actually see:

 

Core was generated by `./hpasmpld -f /dev/ipmi0'.
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000414918 in SMBIOSGetRecordByType ()
#1 0x0000000000414add in ehpsmb_get_SMBIOS_CRU64_info ()
#2 0x000000000041440b in ehprom_init_interfaces ()
#3 0x00000000004132a4 in hpasmxl_hlthinit ()
#4 0x000000000041a9d8 in main ()

 

If I could find out where to report a bug, I would.

 

 

Gagan_Brahmi
Occasional Visitor

Re: HP DL180G6 hp-snmp-agents

The following link should help for temporary work around.
 
http://gaganonthenet.com/2012/08/22/fix-for-hp-health-on-dl100-series-running-centos6/