ESXi 无法开启SNMP的解决方法

Posted 张楠0412

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>        

 

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

以上是关于ESXi 无法开启SNMP的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

ESXI开启snmp协议方法

ESXi 5.1开启并配置SNMP

ESXi 5.5开启并配置SNMP

Cacti监控ESXI主机步骤详解

PowerCLI 通过vCenter批量设置所有esxi主机SNMP

PowerCLI 通过vCenter批量设置所有esxi主机SNMP