Hello,
A week ago I suddenly lost snmp connection to our two esxi 4 hosts. Previously I was able to monitor them with Zenoss but now I can't get through with snmp. I don't remember doing any configuration or updating on the hosts just before the problem came up. I only tried SolarWinds VM Monitor software but I can't understand how it could have messed something up. And for the record even the SolarWinds couldn't connect to the hosts.
When checking the snmp setting with vMA virtual machine I get the following:
vicfg-snmp --server <serverip> --username root -s
Enter password:
Current SNMP agent settings:
Enabled : 0
UDP port : 161
Communities :
Notification targets :
And when trying to enable snmp agent I get:
vicfg-snmp --server <serverip> --username root -E
Enter password:
Enabling agent...
Failed : A general system error occurred: Load persistant store failed
Host's /etc/vmware/snmp.xml says:
<config>
<snmpSettings>
<communities>public</communities>
<enable>false</enable>
<targets><serverip>@161 public</targets>
<targets><serverip>@161 public</targets>
<targets><serverip>@161 public</targets>
</snmpSettings>
So what am I doing wrong? Im really stuck here. Google won't give me much answers for "Load persistant store failed" -error.