ESXi

 View Only
  • 1.  snmp

    Posted Feb 01, 2017 06:21 AM

    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.



  • 2.  RE: snmp



  • 3.  RE: snmp

    Posted Feb 02, 2017 03:24 PM

    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