Operating System - Linux
1829147 Members
2661 Online
109986 Solutions
New Discussion

HP System Management Homepage

 
Andrew-Swiftel
Occasional Contributor

HP System Management Homepage

I have a number of DL360 G5's that are running RHEL4. When I login to the system management homepage, none of the agents are reporting, even though the service is running. Also the System Model is listed as NULL and the Management processor is listed as none.
2 REPLIES 2
Andrew-Swiftel
Occasional Contributor

Re: HP System Management Homepage

If I uninstall hp-OpenIPMI, then the System Management Page displays some of the information from the system. I have tried using hp-OpenIPMI that is included with psp-7.70 and also the latest hp-OpenIPMI (7.8.0-83).
Craig Gilmore
Trusted Contributor

Re: HP System Management Homepage

It sounds like your /etc/snmpd.conf file is not setup correctly.

Attached is a sample configuration file that you can use to test. Make sure that the trapsink for localhost is set.

# This is a simple snmpd.conf that may help you test SNMP.
# It is not recommended for production use. Consult the
# snmpd.conf(5) man pages to set up a secure installation.

dlmod cmaX /usr/lib/libcmaX.so

rocommunity public localhost
rocommunity public
# rocommunity
# rwcommunity
trapcommunity public
trapsink localhost
trapsink

syscontact root@localhost (edit snmpd.conf)
syslocation room1 (edit snmpd.conf)

# End of file

Good Luck!