VMware Cloud Community
WERFVB
Contributor
Contributor

snmp

I want to open snmp services on esx but I'm getting the error below

Call "HostServiceSystem.Start" for object "serviceSystem" on ESXi "10.10.20.10" failed.

Reply
0 Kudos
2 Replies
npadmani
Virtuoso
Virtuoso

see if this helps

https://serenity-networks.com/how-to-enable-snmp-on-esxi-5-5-5-6-for-remote-monitoring/

Narendra Padmani VCIX6-DCV | VCIX7-CMA | VCI | TOGAF 9 Certified
Reply
0 Kudos
Stanley_
Enthusiast
Enthusiast

did you try it from ESXi shell

esxcli system snmp set --communities YOUR_STRING

esxcli system snmp set --enable true

esxcli network firewall ruleset set --ruleset-id snmp --allowed-all true

esxcli network firewall ruleset set --ruleset-id snmp --enabled true

/etc/init.d/snmpd restart

or look at VMware KB    Cannot start the snmpd service from VMware vCenter Server (2056832) | VMware KB

Reply
0 Kudos