1752777 Members
6202 Online
108789 Solutions
New Discussion

Re: snmp needed

 
joseph pareti
Frequent Advisor

snmp needed

I need to install snmp agents on a proliant dl360 G6 running RHEL 5.5 and HP SIM 6.0; what are the SNMP components required and where can I find them? TIA

2 REPLIES 2
viniciof
Valued Contributor

Re: snmp needed

Hello,

 

I just checked on the HP's webpage for that you can find SNMP agents on this link:

 

http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=3884320&spf_p.tpst=psiSwdMain&spf_p.prp_psiSwdMain=wsrp-navigationalState%3Dlang%253Den%257Ccc%253DUS%257CprodSeriesId%253D3884319%257CswItem%253DMTX-d3affc7cf45d4b2e86fd7e6561%257CprodNameId%253D3884320%257CswEnvOID%253D4004%257CswLang%253D8%257Cmode%253D4%257Cidx%253D1%257Caction%253DdriverDocument&javax.po...

 

It also has some Prerequisites:


The hp-health and hp-snmp-agents run as 32 bit applications in the x86_64 environment. The Linux kernel 32 bit compatibility must be enabled (usual default for Linux) and the 32 bit compatibility libraries must be present.

 

You can find them here:

 

http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdHome/?sp4ts.oid=3884320&spf_p.tpst=psiSwdMain&spf_p.prp_psiSwdMain=wsrp-navigationalState%3Dlang%253Den%257Ccc%253DUS%257CprodNameId%253D3884320%257CprodSeriesId%253D3884319%257CswLang%253D8%257CswEnvOID%253D4004%257Caction%253DlistDriver&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.c...

 

-After installation you can run this command to autoconfigure SNMP:

 

#hpsnmpconfig

 

-Example:

 

rwcommunity public 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity public SIM server IP address (If there is any)
rocommunity public SIM server IP address (If there is any)
trapcommunity public
trapsink public SIM server IP address (If there is any)
syscontact Sysadmin (root@localhost)
syslocation Server_Room

 

-To manually configure SNMP the file should be here /etc/snmp/snmpd.conf

 

Once the file is configured proceed to restart the agents with the following command:

 

#service hp-health restart
#service hp-snmp-agents restart

 

-To check if SNMP is working and all services are loaded correctly:

 

#/etc/init.d/hp-snmp-agents status

 

If you need something else, let me know.

 

 

rgds,
vf

How to Say Thank You? Just click the KUDOS Star! .....
joseph pareti
Frequent Advisor

Re: snmp needed

Thank you very much vf; but before I go ahead and do it, I'd like to double check on these 32 bit libraries; what exactly do I need to install and how do I avoid screwing things up that would otherwise require 64 bit. This is just a demo, but it's my goal to make it look as production ready as possible; i am using old technologies like HP SIM 6 and DL360 G6 becuase this is what i have available. Thanks again.