Server Management - Systems Insight Manager
1836579 Members
1714 Online
110102 Solutions
New Discussion

PSP RedHat Linux ES 3

 
Daniel Neeves
Advisor

PSP RedHat Linux ES 3

I have three proliant dl380 G4's installed with RH Linux ES3 (Update4), all have the latest Proliant support pack installed also. I'm attempting to forward any hardware/software events back to a HP SIM server, any help greatfully received. I've configured the servers in HP SIM ok but I can't prove snmp connectivity.

Thanks
Like Ya Know !!
2 REPLIES 2

Re: PSP RedHat Linux ES 3

Are you running the hpsmh? You can try accessing that from the web. If you have HP SIM installed somewhere you can try manually discovering via ip of the box.....What have you done so far to try and prove snmp connectivity?
Daniel Neeves
Advisor

Re: PSP RedHat Linux ES 3

Hi James, I've already discovered these servers from the HP SIM that part worked fine. I've tested SNMP connectivity with the following commands :
snmptest -c level_3 -v 1 localhost
Variable: system.sysDescr.0
Variable:
Received Get Response from 127.0.0.1
requestid 0x61ED5BC3 errstat 0x0 errindex 0x0
SNMPv2-MIB::sysDescr.0 = STRING: Linux lvl3-intcorp-03 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686

Then :

snmptest -c level_3 -v 1 192.168.252.14
Variable: system.sysDescr.0
Variable:
Timeout: No Response from 192.168.252.14

I guess my first question is, is this a correct test?
Like Ya Know !!