How to Enable and Configure SNMP in ESXi

Configuring SNMP Agent Parameters in ESXi Specify the monitoring server IP address (SNMP target), port (by default, 161 UDP) and SNMP community name (usually, public): esxcli system snmp set –targets=192.168.99.99@161/public Or you can set the community name as follows: esxcli system snmp set –communities YOUR_COMMUNITY_STRING Additionally, you can specify the location: esxcli system snmp set –syslocation … Read more

HOW TO SET UP VMWARE ESXI, A SYNOLOGY NFS NAS, AND FAILOVER STORAGE NETWORKING

There are some pretty significant differences between iSCSI and NFS, both in terms of architecture and performance. One big difference is that NFS really doesn’t have support for multi-pathing (MPIO) in the way that iSCSI does.  It has a few work-arounds like using alternate subnets and so forth, but for today we’re going to rely … Read more

Updating ESXi

esxcli software vib update -d “/vmfs/volumes/Datastore/DirectoryName/PatchName.zip” Wait about 5 minutes for it to complete then reboot the host. https://kb.vmware.com/s/article/2008939