<?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>The Lazy Sys Admin&#187; ESX</title>
	<atom:link href="http://www.thelazysysadmin.net/tag/esx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelazysysadmin.net</link>
	<description>Why do things the hard way?</description>
	<lastBuildDate>Mon, 07 Jun 2010 22:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VMWare ESXi 4.0 and Boot from SAN</title>
		<link>http://www.thelazysysadmin.net/2009/05/vmware-esxi-40-boot-from-san/</link>
		<comments>http://www.thelazysysadmin.net/2009/05/vmware-esxi-40-boot-from-san/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:14:56 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=228</guid>
		<description><![CDATA[VMWare have just released the free VMWare ESXi 4.0. I have just tested and it now supports Boot from SAN. WOOT!! I have been looking into using USB drives as a way to boot my VMWare farm servers, but am a little nervous about the lack redundancy. So now I can carve out 2gb of [...]]]></description>
			<content:encoded><![CDATA[<p>VMWare have just released the free VMWare ESXi 4.0.</p>
<p>I have just tested and it now supports Boot from SAN. WOOT!! I have been looking into using USB drives as a way to boot my VMWare farm servers, but am a little nervous about the lack redundancy. So now I can carve out 2gb of redundant storage from my SAN for each server and save on having local disks that are very much under utilised.</p>
<p>It also looks like you can install the Free version direct to USB Drive rather than having to hack together something from the ISO and using DD or winimage to flash the USB.</p>
<p>This is an excellent move from VMWare and I look forward to reporting back on any other new features i find.</p>
<p>And as an a-side the Cacti Graphs found on this site still work under the new version. Now to find out if there is SNMP support in this release or not (I dont suppose I will be given everything I want in one go!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2009/05/vmware-esxi-40-boot-from-san/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring VMWare&#8217;s Free ESXi 3.5 with Cacti</title>
		<link>http://www.thelazysysadmin.net/2009/04/monitoring-vmwares-free-esxi-35-with-cacti/</link>
		<comments>http://www.thelazysysadmin.net/2009/04/monitoring-vmwares-free-esxi-35-with-cacti/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 04:02:12 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Graphing]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=17</guid>
		<description><![CDATA[Monitor the free VMWare ESXi 3.5 with Cacti to keep historical data based on CPU Utilisation and Memory Usage over time.]]></description>
			<content:encoded><![CDATA[<p>When I realised that the free version of VMWare ESXi only kept an hours worth of logging information I went looking for a solution to keep more statistical data. This is what I have come up with so far.</p>
<div id="attachment_25" class="wp-caption alignnone" style="width: 394px"><a href="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/cpugraph.png"><img class="size-full wp-image-25" title="VMWare ESXi 3.5 CPU Graph in Cacti" src="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/cpugraph.png" alt="VMWare ESXi 3.5 CPU Graph in Cacti" width="384" height="170" /></a><p class="wp-caption-text">VMWare ESXi 3.5 CPU Graph in Cacti</p></div>
<div id="attachment_24" class="wp-caption alignnone" style="width: 393px"><a href="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/memorygraph.png"><img class="size-full wp-image-24" title="VMWare ESXi 3.5 Memory Graph in Cacti" src="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/memorygraph.png" alt="VMWare ESXi 3.5 Memory Graph in Cacti" width="383" height="170" /></a><p class="wp-caption-text">VMWare ESXi 3.5 Memory Graph in Cacti</p></div>
<p><span id="more-17"></span>This method uses the VMWare Remove CLI tools to connect to the ESX server and download the information via an XML interface.</p>
<p>Software Required:</p>
<ul>
<li>Download the VMWare Remote CLI from <a title="http://www.vmware.com/go/remotecli" href="http://www.vmware.com/go/remotecli/" target="_blank">http://www.vmware.com/go/remotecli</a></li>
<li>Cacti <a title="http://www.cacti.net/" href="http://www.cacti.net/" target="_blank">http://www.cacti.net/</a></li>
</ul>
<p>Firstly download and install the VMWare Remote CLI tools to your Cacti server.</p>
<p>Next you need to add a user to ESX for the statistics collection.</p>
<p>On the ESX Virtual Infrastructure Client goto the <em>&#8220;Users &amp; Groups&#8221;</em> tab.</p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 430px"><a href="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap01.jpg"><img class="size-full wp-image-30" title="VMWare ESXi 3.5 Add Stats User Step 1" src="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap01.jpg" alt="VMWare ESXi 3.5 Add Stats User Step 1" width="420" height="330" /></a><p class="wp-caption-text">VMWare ESXi 3.5 Add Stats User Step 1</p></div>
<p>Right Mouse Click and <em>&#8220;Add&#8221;</em> a new user.</p>
<div id="attachment_31" class="wp-caption alignnone" style="width: 384px"><a href="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap02.jpg"><img class="size-full wp-image-31" title="VMWare ESXi 3.5 Add Stats User Step 2" src="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap02.jpg" alt="VMWare ESXi 3.5 Add Stats User Step 2" width="374" height="477" /></a><p class="wp-caption-text">VMWare ESXi 3.5 Add Stats User Step 2</p></div>
<p>Then go to the <em>&#8220;Permissions&#8221;</em> tab, and Right Mouse Click to <em>&#8220;Add Permission&#8221;</em>.</p>
<div id="attachment_33" class="wp-caption alignnone" style="width: 426px"><a href="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap04.jpg"><img class="size-full wp-image-33" title="VMWare ESXi 3.5 Add Stats User Step 4" src="http://www.thelazysysadmin.net/wp-content/uploads/2009/04/screencap04.jpg" alt="VMWare ESXi 3.5 Add Stats User Step 4" width="416" height="330" /></a><p class="wp-caption-text">VMWare ESXi 3.5 Add Stats User Step 3</p></div>
<p>Add the new StatsUser and select Read-Only for the assigned role and click Ok.</p>
<p>Now goto your Cacti installation and copy the <em>&#8220;esxstats.pl&#8221;</em> file into your cacti scripts directory and import the <em>&#8220;cacti_host_template_vmware_esxi_3_5_host.xml&#8221;</em> file into Cacti using the web interface. These scripts can be downloaded from the bottom of this post.</p>
<p>You should now be able to add a new ESX host into cacti. You will need to specify the <em>&#8220;Downed Device Detection&#8221;</em> mode to just <em>&#8220;Ping&#8221;</em> as there is no SNMP on the current Free version of VMWare ESXi 3.5.</p>
<p>I am hoping that SNMP support will come to the free versions as that would make life much easier.</p>
<p>Files Required:</p>
<ul>
<li><a href="http://www.thelazysysadmin.net/file-downloads/">VMWare ESXi 3.5 Cacti Graph Files</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2009/04/monitoring-vmwares-free-esxi-35-with-cacti/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
