<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: ESXi 4.1 SNMP aktivieren</title>
	<atom:link href="http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren</link>
	<description></description>
	<lastBuildDate>Wed, 13 Jul 2011 10:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: FritzM</title>
		<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/comment-page-1#comment-14812</link>
		<dc:creator>FritzM</dc:creator>
		<pubDate>Mon, 14 Feb 2011 13:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.festplatte.ch/?p=828#comment-14812</guid>
		<description>Hi. Bei mir geht das ganze mit dem Befehl  esxcfg-snmp.pl –enable –url https://ESX(i)-Hostname/sdk/webservice nicht. Es kommt immer die Fehlermeldung &quot;Error connecting to server at &#039;https://localhost/sdk/webService&#039;: Perhaps host i
s not a vCenter or ESX server.

Zur Info: ich habe logischerweise den Namen des ESXi 4.0 Servers eingetragen und nicht localhost ;)

Vielen Dank für eure Hilfe</description>
		<content:encoded><![CDATA[<p>Hi. Bei mir geht das ganze mit dem Befehl  esxcfg-snmp.pl –enable –url <a href="https://ESX(i)-Hostname/sdk/webservice" rel="nofollow">https://ESX(i)-Hostname/sdk/webservice</a> nicht. Es kommt immer die Fehlermeldung &#8220;Error connecting to server at &#8216;<a href="https://localhost/sdk/webService&#039;" rel="nofollow">https://localhost/sdk/webService&#039;</a>: Perhaps host i<br />
s not a vCenter or ESX server.</p>
<p>Zur Info: ich habe logischerweise den Namen des ESXi 4.0 Servers eingetragen und nicht localhost <img src='http://blog.festplatte.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Vielen Dank für eure Hilfe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: brickone</title>
		<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/comment-page-1#comment-14704</link>
		<dc:creator>brickone</dc:creator>
		<pubDate>Thu, 09 Dec 2010 12:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.festplatte.ch/?p=828#comment-14704</guid>
		<description>Nach der Änderung in der snmp.xml muss man auf dem Host noch:

[code]
/etc/init.d/hostd restart
[/code]
ausführen um den snmp Dienst zu starten. Danach mit:
[code]
esxcfg-snmp.pl -s –url https://url oder ip
[/code]
den Status prüfen, es sollte dann statt:
[code]
Current SNMP agent settings:
Enabled  : 0
UDP port : 161

Communities :

Notification targets :
[/code]

[code]
Current SNMP agent settings:
Enabled  : 1
UDP port : 161

Communities :
COMMUNITY

Notification targets :
IP UND COMMUNITY
[/code]

angezeigt werden</description>
		<content:encoded><![CDATA[<p>Nach der Änderung in der snmp.xml muss man auf dem Host noch:</p>
<pre class="brush: plain; title: ; notranslate">
/etc/init.d/hostd restart
</pre>
<p>ausführen um den snmp Dienst zu starten. Danach mit:</p>
<pre class="brush: plain; title: ; notranslate">
esxcfg-snmp.pl -s –url <a href="https://url" rel="nofollow">https://url</a> oder ip
</pre>
<p>den Status prüfen, es sollte dann statt:</p>
<pre class="brush: plain; title: ; notranslate">
Current SNMP agent settings:
Enabled  : 0
UDP port : 161

Communities :

Notification targets :
</pre>
<pre class="brush: plain; title: ; notranslate">
Current SNMP agent settings:
Enabled  : 1
UDP port : 161

Communities :
COMMUNITY

Notification targets :
IP UND COMMUNITY
</pre>
<p>angezeigt werden</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan</title>
		<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/comment-page-1#comment-14672</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 18:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.festplatte.ch/?p=828#comment-14672</guid>
		<description>Hmm - dann also mit eckigen Klammern anstelle von spitzen:

&lt;code&gt;
[config]
  [snmpSettings]
    [enable]true[/enable]
    [communities]public[/communities]
    [targets]192.168.10.23@161 public[/targets]
  [/snmpSettings]
[/config]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hmm &#8211; dann also mit eckigen Klammern anstelle von spitzen:</p>
<p><code><br />
[config]<br />
  [snmpSettings]<br />
    [enable]true[/enable]<br />
    [communities]public[/communities]<br />
    [targets]192.168.10.23@161 public[/targets]<br />
  [/snmpSettings]<br />
[/config]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan</title>
		<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/comment-page-1#comment-14671</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 18:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.festplatte.ch/?p=828#comment-14671</guid>
		<description>OK - hier ein neuer Versuch den Inhalt der Datei &lt;strong&gt;/etc/vmware/snmp.xml&lt;/strong&gt; zu posten:

&lt;code&gt;

  
    true
    public
    192.168.10.23@161 public
  

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>OK &#8211; hier ein neuer Versuch den Inhalt der Datei <strong>/etc/vmware/snmp.xml</strong> zu posten:</p>
<p><code></p>
<p>    true<br />
    public<br />
    192.168.10.23@161 public</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Thomas</title>
		<link>http://blog.festplatte.ch/index.php/esxi-4-1-snmp-aktivieren/comment-page-1#comment-14670</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 16 Sep 2010 16:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.festplatte.ch/?p=828#comment-14670</guid>
		<description>Hallo Stefan,
wärst du so nett und würdest deine geänderte snmp.xml nochmal posten?</description>
		<content:encoded><![CDATA[<p>Hallo Stefan,<br />
wärst du so nett und würdest deine geänderte snmp.xml nochmal posten?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

