码迷,mamicode.com
首页 > 其他好文 > 详细

ESXi 无法开启SNMP的解决方法

时间:2017-03-23 14:44:17      阅读:1065      评论:0      收藏:0      [点我收藏+]

标签:inf   vmw   ica   war   director   无法   tin   ons   paste   

问题描述:

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>        

 

  1. Save and close the file.
  2. Start the snmpd service from vCenter Server using the Sphere Client.

ESXi 无法开启SNMP的解决方法

标签:inf   vmw   ica   war   director   无法   tin   ons   paste   

原文地址:http://www.cnblogs.com/zhnhelloworld/p/6604429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!