Server Management - Systems Insight Manager
1832591 Members
3354 Online
110043 Solutions
New Discussion

HP SIM 4.2 & Managed nodes on Linux

 
Amy Bach_1
Advisor

HP SIM 4.2 & Managed nodes on Linux

Hi all,

I have just installed HP SIM 4.2 on one of our servers and I am having a difficult time getting a DL145 to show up correctly on HP SIM. This is the information that it shows:
-----------------------------
Address 192.168.73.189
Preferred System Name opetron
Network Name opetron
DNS Name opetron
Serial Number
System Type Unknown
System Subtype None
Product Model
Contact Root (configure /etc/snmp/snmp.local.conf)
Administrator
Location Unknown (edit /etc/snmp/snmpd.conf)
Asset Number
Hardware Description Linux opetron 2.4.21-9.EL #1 Thu Jan 8 17:03:13 EST 2004 i686
OS Name
OS For Tool Filtering
OS Version
OS Description
Management Protocols HTTP:, SMH:2.0, SSH:SSH-1.99-OpenSSH_3.6.1p2

Status Information

Hardware Status from ping
-------------------------------------

From this I can see that it is obtaining its hardwared information from ping and not SNMP. The HP SIM 4.2 user guide doesn't really mention much about configuring SNMP. The user guide talks about uncommenting some lines regarding trapsink and rocommunity, however, on my linux distro these lines do not appear. I added them manually, stopped and restarted hpasm, but still no luck. Also if I try to execute something like hplog -t or hplog -f the command just hangs. I try to run cpqilmview and I get the following:
------------------------------------------
"ERROR: cpqilmview requires the module hpasmd to be running"

I then do /etc/rc.d/init.d/hpasm start

"Starting Proliant System Health Monitor (hpasmd):Proliant System Monitor"

# ./cpqilmview

"ERROR: cpqilmview requires the module hpasmd to be running"

----------------------------------
I stopped and restarted hpasm several times but doesn't seem to help. Is there a document that explains the "hpasm configure" command? The HP SIM user guide doesn't really mention anything about hpasm.

Attached is a session from "hpasm configure", I am not really sure how to answer these prompts and I can't find documentation either.


Any help is greatly appreciated.

Thanks,
Amy


3 REPLIES 3
Aravindh Rajaram
Honored Contributor

Re: HP SIM 4.2 & Managed nodes on Linux

If I remember correctly, there was a similar question in the forum about installing SNMP agents on DL140. There is some concern using the agents on these series of servers.

Here is a link to that thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1119530104579+28353475&threadId=685479
Rick Garland
Honored Contributor

Re: HP SIM 4.2 & Managed nodes on Linux

The snmp needs to be installed on the Linux system. Verify with 'rpm -qa | grep -i snmp'.

For the snmp config on Linux, here is a short simple config - attached.

Make the necessary changes for your environment

David Claypool
Honored Contributor

Re: HP SIM 4.2 & Managed nodes on Linux

ProLiant 100 series systems have a different level of manageability than ProLiant 300/500/700 or BladeSystem servers. The ProLiant Support Pack (which includes hpasm) is not for the 100 series which explains some of your errors.

When running Windows, HP SIM gets information from the ProLiant 100 series using WMI, the Microsoft implementation of WBEM. There are open source WBEM implementations of WBEM for Linux from both the OpenPegasus and OpenWBEM projects.