does anyone know how to setup snmp on an ESXI host through the vsphere client?
Please follow the steps listed here in the NPM Admin Guide.
DH
is there a way to do this besides the command line? the instructions say to use the script vicfg-snmp.pl in the bin directory but that script is not there?
You can WinSCP into the server and edit the snmp.xml file in the /etc/vmware/ directory. After you edit the file you will need to restart the services "services.sh restart." This will not affect the VMs on the host.
Example:
<config>
<snmpSettings>
<enable>true</enable>
<communities>SNMPString</communities>
<targets>x.x.x.x</targets>
</snmpSettings>
</config>
it looks like it was neverstarted or enabled. What's the command to start the service and to allow it through the firewall?