<?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; VMWare</title>
	<atom:link href="http://www.thelazysysadmin.net/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelazysysadmin.net</link>
	<description>Why do things the hard way?</description>
	<lastBuildDate>Tue, 11 Oct 2011 05:31:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Commvault Simpana 9.0 with Granular File Recovery for Linux under VMWare</title>
		<link>http://www.thelazysysadmin.net/2011/07/commvault-simpana-9-0-with-granular-file-recovery-for-linux-under-vmware/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=commvault-simpana-9-0-with-granular-file-recovery-for-linux-under-vmware</link>
		<comments>http://www.thelazysysadmin.net/2011/07/commvault-simpana-9-0-with-granular-file-recovery-for-linux-under-vmware/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 05:28:27 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[Commvault]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=848</guid>
		<description><![CDATA[I am currently going through the process of installing a brand new Commvault installation. One thing I am evaluating is doing most of my backups via the Virtual Server iDataAgent, this will give me &#8220;bare metal&#8221; recovery of my VM&#8217;s &#8230; <a href="http://www.thelazysysadmin.net/2011/07/commvault-simpana-9-0-with-granular-file-recovery-for-linux-under-vmware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am currently going through the process of installing a brand new Commvault installation. One thing I am evaluating is doing most of my backups via the Virtual Server iDataAgent, this will give me &#8220;bare metal&#8221; recovery of my VM&#8217;s as well as cover my individual file restore requirements. As at Simpana 8 granular file level recovery was only supported for NTFS volumes but with the release of Simpana 9 the documentation has been updated to remove the NTFS requirement. Also a nice little line that also says &#8220;Granular file-level recoveries are now supported for Linux-based VMware virtual machines.&#8221; under the new features in the documentation for Simpana 9.</p>
<p>So testing begins, and you would imagine given the above information that file-level recoveries for Linux would just work. Problem is it just doesn&#8217;t work out of the box, after hours of playing with settings and tick boxes and reading forum posts I finally found the solution I needed to get file-level recovery working.</p>
<p>Ok, so to get Linux backup working you need to add a registry entry on the Virtual Server iDataAgent proxy server (the documentation for which can be found <a href="http://documentation.commvault.com/commvault/release_9_0_0/books_online_1/english_us/prod_info/features.htm?var1=http://documentation.commvault.com/commvault/release_9_0_0/books_online_1/english_us/features/registry_keys/registry_keys.htm#LinuxMetadataSupport" target="_blank">here</a>).</p>
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\CommVault Systems\Galaxy\Instance001\VirtualServer</pre>
<p>Then add the following DWORD value</p>
<pre>LinuxMetadataSupport    REG_DWORD    0x00000001</pre>
<p>Restart the Commvault agent on the VMWare server for good measure and now take your backup.</p>
<p>As for file system support it seems very limited. I have tested the following setups:</p>
<p>Ubuntu Host<br />
sda1 /boot ext3<br />
sda3 / reiserfs<br />
sda4 /data ext4</p>
<p>Centos Host<br />
LVM2 with partition formatted in ext3</p>
<p>The only file systems that backed up were the EXT3 file systems, LVM appears to be supported as well. One can only assume that EXT2 would be supported, but I haven&#8217;t tested this.</p>
<p>Overall this solution can only get better, as more file systems are supported and the option to backup the linux systems on a file level are brought into the GUI it can only get easier from here. Personally I plan on moving forward using the Virtual Server iDataAgent to backup all my VM&#8217;s that don&#8217;t have special applications on them (ie, database, AD, and Exchange).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2011/07/commvault-simpana-9-0-with-granular-file-recovery-for-linux-under-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMWare ESX 4.0 Update 1 Supports Windows 7!</title>
		<link>http://www.thelazysysadmin.net/2009/11/vmware-esx-4-update-1-supports-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-esx-4-update-1-supports-windows-7</link>
		<comments>http://www.thelazysysadmin.net/2009/11/vmware-esx-4-update-1-supports-windows-7/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 03:25:30 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=761</guid>
		<description><![CDATA[Good news! VMWare have decided to finally add support for Windows 7. I would say a little too late given the general availability of the RTM for the last couple of months. <a href="http://www.thelazysysadmin.net/2009/11/vmware-esx-4-update-1-supports-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Good news! VMWare have decided to finally add support for Windows 7. I would say a little too late given the general availability of the RTM for the last couple of months.</p>
<p>The upgrade the VMWare ESX 4.0 Update 1 ran smoothly and all hosts came back to life after the upgrade as they should. Installation of the client on Windows 7 was also painless, and best of all it actually worked.</p>
<p>To anyone from VMWare who may be watching, it would be nice if you had some form of announcements mailing list so we could be informed of these updates being made available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2009/11/vmware-esx-4-update-1-supports-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare vSphere Client on Windows 7 doesn&#8217;t work</title>
		<link>http://www.thelazysysadmin.net/2009/11/vmware-vsphere-client-on-windows-7-doesnt-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vsphere-client-on-windows-7-doesnt-work</link>
		<comments>http://www.thelazysysadmin.net/2009/11/vmware-vsphere-client-on-windows-7-doesnt-work/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:12:11 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=715</guid>
		<description><![CDATA[There are certain things that when it doesn't work you wouldn't be surprised. We all have that application that hasn't been updated in years but we still need to use on a regular basis. I can somewhat understand why these things don't work within a new operating system. But for something that gets updated on a regular basis to not work, that is a different story altogether and that really annoys me. <a href="http://www.thelazysysadmin.net/2009/11/vmware-vsphere-client-on-windows-7-doesnt-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest in a relatively short line of annoyances with the upgrade to Windows 7 is the lack of support for the VMWare vSphere Client.</p>
<p>There are certain things that when it doesn&#8217;t work you wouldn&#8217;t be surprised. We all have that application that hasn&#8217;t been updated in years but we still need to use on a regular basis. I can somewhat understand why these things don&#8217;t work within a new operating system. But for something that gets updated on a regular basis to not work, that is a different story altogether and that really annoys me.</p>
<p><span id="more-715"></span>Given that some form of Windows 7 has been available to vendors for a long time it shows VMWare with a high level of contempt for it&#8217;s users. There is absolutely no excuse for there not to be an update to support Windows 7, especially considering there have been reports of it not working from early RC days.</p>
<p>The <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1011329&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=45828396&amp;stateId=0%200%2045646197" target="_blank">official response from VMWare (KB 1011329)</a> is to just use a XP virtual machine. There is not even a mention on how long they will take to fix the issue.</p>
<p><a href="http://www.techhead.co.uk/running-vmware-vsphere-client-on-windows-7" target="_blank">Kiwi Si at Techhead has found a better workaround</a> but still while this gets things working there should be a better option. We all pay a lot of money for VMWare and as such should deserve better treatment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2009/11/vmware-vsphere-client-on-windows-7-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VMWare ESXi 4.0 and Boot from SAN</title>
		<link>http://www.thelazysysadmin.net/2009/05/vmware-esxi-40-boot-from-san/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 &#8230; <a href="http://www.thelazysysadmin.net/2009/05/vmware-esxi-40-boot-from-san/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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. <a href="http://www.thelazysysadmin.net/2009/04/monitoring-vmwares-free-esxi-35-with-cacti/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>23</slash:comments>
		</item>
	</channel>
</rss>

