Resolved in vCenter Server Appliance 6.0 Update 2a.
To work around this issue:
- Run these commands from the Pi Shell of the vCenter Server Appliance:
snmp.disable
snmp.enable
- Take an SSH session and run this command from the bash shell:
# kill -9 `pidof snmpd`
Note: The watchdog service on the vCenter Appliance restarts the service immediately when you run the kill -9 `pidof snmpd` through SSH.