首页 > 代码库 > ESXi 无法开启SNMP的解决方法
ESXi 无法开启SNMP的解决方法
问题描述:
Call "HostServiceSystem.Start" for object "serviceSystem"
解决方法:
Log in to a console or SSH session on your host.
Go to the directory /etc/vmware:
cd /etc/vmware
Run this command to back up the snmp.xml file.
cp snmp.xml snmp.xml.bkup
Copy and paste this content in the snmp.xml file:
<?xml version="1.0" encoding="ISO-8859-1"?><config> <snmpSettings> <enable>true</enable> <port>161</port> <syscontact></syscontact> <syslocation></syslocation> <EnvEventSource>indications</EnvEventSource> <communities>public</communities> <loglevel>info</loglevel> <authProtocol></authProtocol> <privProtocol></privProtocol> </snmpSettings></config>
- Save and close the file.
- Start the snmpd service from vCenter Server using the Sphere Client.
ESXi 无法开启SNMP的解决方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。