VMware Cloud Community
Khue
Enthusiast
Enthusiast
Jump to solution

Limited SNMP Information

I decided to start using Orion to monitor my ESX servers. At the moment I can see 1 and I have 2. The first server I enabled, I updated both snmpd.conf and snmpd.conf.esx and only changed their ro community string line. After doing this I was able to see many details, pretty much everything i expected to see. I repeated the process on the second server and I was only able to see 3 items: cpu load, loopback, and volume utilization. I have tried restarting the snmp daemon to no avail. Does anyone have any suggestions?

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
Texiwill
Leadership
Leadership
Jump to solution

Hello,

Make sure the /etc/snmp/snmpd.conf file for the working server is identical to the non-working server. Then restart snmpd. Also make sure the firewall is setup to allow snmp

service snmpd restart
esxcfg-firewall -e snmpd


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill

View solution in original post

0 Kudos
2 Replies
Texiwill
Leadership
Leadership
Jump to solution

Hello,

Make sure the /etc/snmp/snmpd.conf file for the working server is identical to the non-working server. Then restart snmpd. Also make sure the firewall is setup to allow snmp

service snmpd restart
esxcfg-firewall -e snmpd


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
Khue
Enthusiast
Enthusiast
Jump to solution

Thanks, I will try that. Is there a way to specify an IP for the

firewall with that esxcfg-firewall command? I want to specify the

destination and I only want SNMP information to go to and from that

server.

I suppose I could do this with IPTables, but is that the only way?

Jonathan Finkbiner

0 Kudos