遇到问题,直接在esxi 主机中开启snmp协议报错:

在 vCenter Server“IP”上调用对象 “serviceSystem-173”的“HostServiceSystem.Start” 失败。

 

解决方法:

  1. 用ssh 登入exsi主机。

  2. vi /etc/vmware/snmp.xml

  3. 找到<enable>false</enable>字串,改为<enable>true</enable>

  4. 找到<communities></communities>字串,改为<communities>public</communities>

  5. 保存

  6. 然后再次开启即可。

详细操作方法请参考:无法从 VMware vCenter Server 5.x 启动 snmpd 服务 (2097225) KB link:http://kb.vmware.com/kb/2097225

esxi 开启snmp

转载于:https://my.oschina.net/ch66880/blog/1553786

相关文章:

  • 2021-09-09
  • 2021-08-12
  • 2021-10-26
  • 2021-12-09
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2021-09-21
  • 2021-11-24
  • 2021-05-26
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案