- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- help with snmpd.conf for 8.0.1 ESX 3.5.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2008 12:57 PM
тАО08-27-2008 12:57 PM
help with snmpd.conf for 8.0.1 ESX 3.5.2
I am having a problem understanding the config file for snmp. Is there a site that explains and give examples on how to config this file. I have read the readme files and still nothing. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2008 01:58 PM
тАО08-27-2008 01:58 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
dlmod cmaX /usr/lib/libcmaX.so
rwcommunity [somestring] 127.0.0.1
rocommunity [someotherstring] xxx.xxx.xxx.xxx
trapcommunity public
trapsink xxx.xxx.xxx.xxx
syscontact root@localhost
syslocation [where it is]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2008 02:11 PM
тАО08-27-2008 02:11 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
even better is to configure up the hpmgmt.conf file and then use that in a silent install. That way you get a consistent snmp set up each time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2008 05:54 AM
тАО08-28-2008 05:54 AM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
Thanks Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2008 12:05 PM
тАО08-28-2008 12:05 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
I keep the installation and configuration file on a common disk, mounted to all ESX Hosts and do an installation on each server of the HP Agents from that one source.
That way I get a consistent working install on all hosts.
Also our procedure for ESX here is to rebuild for the major releases rather than upgrade, so again being able to quickly rerun a silent install on each host makes things easier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2008 02:47 PM
тАО08-28-2008 02:47 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
The installation of "HP Management Agents for VMware ESX Server 3.x" was successfull and the Web Page https://vmhost01.pv.vkb.at:2381/ opens ok but all links contain no data (Storage, ...).
The Web Page displays on the left side:
Integrated Agents
HP Foundation Agent
HP NIC Agent
HP Server Agent
HP Storage Agent
My snmpd.conf is as follows:
# Sample snmpd.conf containing VMware MIB module entries.
# 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.
syscontact root@localhost (edit snmpd.conf)
syslocation room1 (edit snmpd.conf)
rocommunity public
trapcommunity public
trapsink localhost
# VMware MIB modules. To enable/disable VMware MIB items
# add/remove the following entries.
dlmod SNMPESX /usr/lib/vmware/snmp/libSNMPESX.so
Any help to get this working would be appreciated.
Regards
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2008 02:54 PM
тАО08-28-2008 02:54 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
Additionally,
- best practice is not to use 'public' as a community string.
- in addition to an rocommunity you also need to establish an rwcommunity that can respond only to localhost
- there is no need to send traps to localhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2008 11:26 PM
тАО08-28-2008 11:26 PM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
many thanks for the the quick answer which solved my problem.
Wy was the line with "dlmod" missing in my snmpd.conf?
The installation itself was run successfull.
Where can I find sample snmpd.conf files or documentation about this configuration?
I only read snmp read access, no write.
Best Regards
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2008 05:03 AM
тАО08-29-2008 05:03 AM
Re: help with snmpd.conf for 8.0.1 ESX 3.5.2
# Sample snmpd.conf containing VMware MIB module entries.
# 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.
syscontact root@localhost (edit snmpd.conf)
syslocation room1 (edit snmpd.conf)
rwcommunity labgartner 127.0.0.1
rocommunity public 127.0.0.1
rocommunity public localhost
rwcommunity priviate testwallaby.testent.abc.com
rocommunity testent.abc testwallaby.testent.abc.com
trapcommunity testent.abc
trapsink testwallaby.testent.abc.com
syscontact vcadmins@abc.com
syslocation development
rocommunity public
trapcommunity public
trapsink localhost
# VMware MIB modules. To enable/disable VMware MIB items
# add/remove the following entries.
dlmod SNMPESX /usr/lib/vmware/snmp/libSNMPESX.so
dlmod cmaX /usr/lib/libcmaX.so.1
I found a new file and tried pointing to that one still nothing. Can you have a look at my file above let me know if you can see what I am doing wrong.
thanks