Unsolved
This post is more than 5 years old
1 Rookie
•
7 Posts
0
31298
May 29th, 2008 09:00
ESX Servers not in VMware ESX Servers group
I'm working in a ESX 2.5.4 / 2.5.5 environment and recently updated the OpenManage ITA to 5.4. Now I see a section for ESX servers and their hosts, but nothing is listed.
The ESX servers all have OMSA installed (different versions) and they appear under the "Servers" group. I'm assuming these groups are based off of a query and I'm wondering why my VMware servers are not making it into the group.
The ESX servers all have OMSA installed (different versions) and they appear under the "Servers" group. I'm assuming these groups are based off of a query and I'm wondering why my VMware servers are not making it into the group.
No Events found!


Scott Hanson
342 Posts
0
May 29th, 2008 09:00
I didn't see anything in the docs that says "supports ESX 3.x and higher", so I'm assuming it should work. Maybe a MIB issue. Did you try all these steps for troubleshooting ?
------------------------------------------------
Check the management station and the VMware ESX Server settings.
Management station settings:
• Unblock firewall for the SNMP service.
• Ensure that the community name is set correctly.
• Ensure that the Accept SNMP packet from any host or Accept SNMP packet from this host is set with the VMware ESX Server.
• Ensure that the SNMP and the SNMP trap services are running.
VMware ESX Server settings:
• Unblock firewall for the SNMP service.
• Ensure /etc/snmpd.conf is set correctly on the host.
trapcommunity
trapsink
• Ensure that the path to the VMware SNMP agent is set and is valid on the host.
dlmod SNMPESX /usr/lib/vmware/snmp/libSNMPESX.so
• Ensure that the VMware MIBs are in the expected path on the host, or copy the MIB from cp /usr/lib/vmware/snmp/mibs/*.mib to /usr/share/snmp/mibs/
• Ensure that the SNMP and the VMware services are running correctly by using the following commands:
service snmpd status
service snmpd start
service mgmt-vmware status
service mgmt-vmware start
• Run the following command to start the hosted service of VMware and to view the list of guest devices that are registered with the host device:
vmware-cmd –l
-----------------
ITA can see them in "Servers" so there is communication, we'll see what Bala has to say.
tvieson
1 Rookie
•
7 Posts
0
May 29th, 2008 12:00
There might be a way to look closer, but I am not linux savvy. I'm going to continue looking for a way to see how to allow SNMP traffic unless you have that information.
tvieson
1 Rookie
•
7 Posts
0
May 29th, 2008 13:00
I also ran the SNMP connectivity test and it tells me:
IP Address Used :
Result :
The SNMP write request has failed for Set Community names -
Connected using the Get Community Names -
Connected to the agent software(s) - [cminventorysnmp, NA], [mib2, NA], [OpenManage Server Agent, 5.6.0], [storagemgmt, NA]
Time of Execution : Thursday, May 29, 2008 3:41:05 PM EDT
I'm assuming this has something to do with the firewall?
Scott Hanson
342 Posts
0
May 29th, 2008 13:00
And what about this ? ...
------------------------------------
Downgrade the IPMI
version to 35.13
using the
OpenManage scripts:
Go into the
OpenManage install
scripts directory and
execute the
command
./srvadminopenipmi.
sh
install-force.
tvieson
1 Rookie
•
7 Posts
0
May 29th, 2008 14:00
I was able to confirm that esxcfg-firewall does not exist in 2.5.4 / 2.5.5. It was introduced as part of ESX 3. Just to test I attempted to telnet on both SNMP ports (161/162) and was unable to connect. If the functionality I'm looking for requires read-write SNMP then that most likely explains why these servers are not in the correct group.