Enable SNMP on VMware ESX: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
== Solution == | == Solution == | ||
{{#invoke:Message box|ambox |type= | {{#invoke:Message box|ambox |type=content|text=Once SNMP is enabled, the Device Details > SNMP Tables > System Group > Up Time value will start at zero and starts to increase. OptiView will show a "Detected reboot in the last 5 days" warming for this first five days to come. This is normal behavior of VMware and cannot be avoided.}} | ||
To enable SNMP, execute the following command on each ESX on your network. | To enable SNMP, execute the following command on each ESX on your network. |
Revision as of 18:45, 14 January 2017
Introduction
When SNMP is enabled on the ESX hypervisors on your network, OptiView will be able to communticate with the ESX and showi detailed information that is otherwise unavailable.
- Device resources and virtual machine info.
- What virtual machine is running on what host
- What host is running a specific virtual machine
Solution
Once SNMP is enabled, the Device Details > SNMP Tables > System Group > Up Time value will start at zero and starts to increase. OptiView will show a "Detected reboot in the last 5 days" warming for this first five days to come. This is normal behavior of VMware and cannot be avoided. |
To enable SNMP, execute the following command on each ESX on your network.
esxcli system snmp set --community <community string> esxcli system snmp set --enable true