<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Charles Socci - Information Technology and Amateur Radio KC2YWZ &#187; SNMP</title>
	<atom:link href="http://charlessocci.com/tag/snmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>Information Technology, Computers, and Amateur Radio</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free Monitor VMWare ESX Server Using SolarWinds and SNMP</title>
		<link>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/</link>
		<comments>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:07:16 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA["Solar Winds"]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Solarwinds]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve been using the free Solar Winds Exchange monitoring tool to keep an eye on my Exchange 2003 backend. Solarwinds has released a free tool to monitor ESX servers. Note this free tool will only monitor one server &#8211; if you want the full deal you have to pay for the monitoring suite. These instructions [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the free <a title="Solarwinds Exchange Monitor" href="http://www.solarwinds.com/products/freetools/exchange_monitor.aspx" target="_blank">Solar Winds Exchange monitoring tool</a> to keep an eye on my Exchange 2003 backend. Solarwinds has released a free tool to monitor ESX servers. Note this free tool will only monitor one server &#8211; if you want the full deal you have to pay for the monitoring suite. These instructions will get you started with the free tool.</p>
<p>1. <a title="Solarwinds ESX VMWare monitor" href="http://www.solarwinds.com/products/freetools/vm_monitor.aspx" target="_blank">Download the Solarwinds VMWare ESX Monitor</a>.</p>
<p>2. Install it in your Windows workstation.</p>
<p>3. SSH or console into your ESX server as root, or equivalent.</p>
<p>4. type nano /etc/snmp/snmpd.conf to open the configuration for editing.</p>
<p>5. make sure there is a statement that says rocommunity public, if not add it. Otherwise close.</p>
<p>6. at the command line type: chkconfig snmpd on t (to make the service start automatically)</p>
<p>7. Restart the snmpd service: service snmpd restart</p>
<p>8, open your ESX firewall for snmp port 161 UDP and TCP by entering the following:</p>
<p>esxcfg-firewall -o 161,tcp,in,snmp<br />
esxcfg-firewall -o 161,udp,in,snmp</p>
<p>Now open up your Solar Winds monitor and enter the name of the ESX server. The defaults should work fine unless you changed the public string name to something else.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
