<?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>VM-Aware &#187; ESX</title>
	<atom:link href="http://www.vm-aware.com/tag/esx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vm-aware.com</link>
	<description>Server, Storage &#38; Application Virtualisation!</description>
	<lastBuildDate>Thu, 03 Mar 2011 11:28:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Keyboard &amp; Region In ESX Deployment Appliance</title>
		<link>http://www.vm-aware.com/2009/02/changing-keyboard-region-in-esx-deployment-appliance/</link>
		<comments>http://www.vm-aware.com/2009/02/changing-keyboard-region-in-esx-deployment-appliance/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:09:30 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=346</guid>
		<description><![CDATA[I&#8217;ve been using the ESX Deployment Appliance for a while now and really, really love it.   One thing that I have had to do though is to change the regional settings and keyboard settings to be UK based instead of US based for the deployed ESX installations.
It&#8217;s not difficult to do so here&#8217;s how:
Log [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the ESX Deployment Appliance for a while now and really, really love it.   One thing that I have had to do though is to change the regional settings and keyboard settings to be UK based instead of US based for the deployed ESX installations.</p>
<p>It&#8217;s not difficult to do so here&#8217;s how:</p>
<p>Log into the appliance</p>
<p>Open /var/www/ks/ks.php with vi</p>
<p>Change the following:</p>
<p><em>l<span style="color: #333399;">ang en_US</span></em> to <span style="color: #993300;"><em>lang en_UK</em></span></p>
<p><em><span style="color: #333399;">langsup<span style="color: #333399;">port &#8211;</span>default en_US</span></em> to <span style="color: #800000;"><em>langsupport &#8211;default en_U</em><em>K</em></span></p>
<p><span style="color: #800000;"><em><span style="color: #333399;">keyboard us</span> <span style="color: #000000;">to</span> keyboard uk</em></span></p>
<p><span style="color: #800000;"><span style="color: #000000;">That should be it, as these changes don&#8217;t require a reboot. You can check whether they were applied correctly by clicking the ks link next to one of your hosts in the EDA web interface:</span></span></p>
<p><span style="color: #800000;"><span style="color: #000000;"><img class="alignnone size-full wp-image-348" title="eda" src="http://www.vm-aware.com/wp-content/uploads/2009/02/eda.jpg" alt="eda" width="367" height="242" /><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2009/02/changing-keyboard-region-in-esx-deployment-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating VMware ESX Unattended Install Media</title>
		<link>http://www.vm-aware.com/2008/12/creating-vmware-esx-unattended-install-media/</link>
		<comments>http://www.vm-aware.com/2008/12/creating-vmware-esx-unattended-install-media/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 22:05:48 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Scripted Installs]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=285</guid>
		<description><![CDATA[I had a customer that had a requirement to backup the ESX Service Console settings and wanted to know the best files to backup. I suggested that it may be more prudent to create unattended installation media to make restores more seamless. This took a turn and I was asked to make a single CD [...]]]></description>
			<content:encoded><![CDATA[<p>I had a customer that had a requirement to backup the ESX Service Console settings and wanted to know the best files to backup. I suggested that it may be more prudent to create unattended installation media to make restores more seamless. This took a turn and I was asked to make a single CD that was capable of restoring any one of the 11 ESX hosts in the clusters. With a lot of reading and a lot of testing this was achieved and <a title="Creating Custom ESX CD" href="http://www.vm-aware.com/files/tech_notes/Creating_Custom_ESX_CD.pdf" target="_blank">this</a> document explains how I did it.</p>
<p>Most of the information came from a multitude of different blog posts and knowledge base articles, but the two main articles are referenced in the appendix, but they deserve special mention:</p>
<p><a title="VMProfessional" href="http://www.vmprofessional.com" target="_blank">VMProfessional</a> &#8211; <a title="VMProfessional" href="http://www.vmprofessional.com/index.php?content=kickstart_2" target="_blank">Custom .iso with integrated kickstarts</a></p>
<p><a title="Yellow Bricks" href="http://www.yellow-bricks.com">Yellow Bricks</a> &#8211; <a title="Yellow Bricks" href="http://www.yellow-bricks.com/2008/06/27/scripted-install/" target="_blank">Scripted install</a></p>
<p>These sites are always fantastic, but they proved absolutely invaluable for me during this exercise, so thanks guys.</p>
<p>I hope that the document adds some value, but if you think that I have got anything wrong or can offer some enhancements please don&#8217;t hesitate to comment on the post and I will update the document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/12/creating-vmware-esx-unattended-install-media/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>vSMP Fundamentals</title>
		<link>http://www.vm-aware.com/2008/08/vsmp-fundamentals/</link>
		<comments>http://www.vm-aware.com/2008/08/vsmp-fundamentals/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 13:32:55 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[vSMP]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=259</guid>
		<description><![CDATA[Daemon Behr has written a nice and succinct article on when and how to use more than one virtual CPU in a Virtual Machine.
A few of the highlights:

Be very selective with vSMP only use it when applications can take advantage
Don&#8217;t assign a VM the same amount of vCPUs as you have pCPUs
Remember to change HALs [...]]]></description>
			<content:encoded><![CDATA[<p>Daemon Behr has written a nice and succinct <a title="vSMP Fundamentals" href="http://daemonb.blogspot.com/2008/08/when-to-use-virtual-symmetric.html" target="_blank">article</a> on when and how to use more than one virtual CPU in a Virtual Machine.</p>
<p>A few of the highlights:</p>
<ul>
<li>Be very selective with vSMP only use it when applications can take advantage</li>
<li>Don&#8217;t assign a VM the same amount of vCPUs as you have pCPUs</li>
<li>Remember to change HALs for migrated physical machines if necessary</li>
</ul>
<p>I know most of this is taught during the training courses, but you&#8217;d be surprised how many installs I have been to that have ignored them.</p>
<p>Always useful to keep in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/vsmp-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX 3.5 Update 2 Issue!</title>
		<link>http://www.vm-aware.com/2008/08/vmware-esx-35-update-2-issue/</link>
		<comments>http://www.vm-aware.com/2008/08/vmware-esx-35-update-2-issue/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 11:47:15 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=235</guid>
		<description><![CDATA[As most people will know by now there is a serious issue with licensing in the latest version of ESX 3.5 Update 2, which causes valid licenses to expire today (12th August).
The implications here being:

No VMotion
No DRS
Inability to power on of machines that are not already powered on

The solution is to disable NTP and manually [...]]]></description>
			<content:encoded><![CDATA[<p>As most people will know by now there is a serious issue with licensing in the latest version of ESX 3.5 Update 2, which causes valid licenses to expire today (12th August).</p>
<p>The implications here being:</p>
<ul>
<li>No VMotion</li>
<li>No DRS</li>
<li>Inability to power on of machines that are not already powered on</li>
</ul>
<p>The solution is to disable NTP and manually change the date to a few days past and then wait for VMware to release a patch within the next 36 hours.</p>
<p>To change the date simply check out this <a title="Amending ESX Time" href="http://www.vm-aware.com/2008/05/01/amending-esx-time/" target="_blank">post</a>.</p>
<p>Be careful when changing the time as any Virtual Machine that has the time synchronised with the host via VMware Tools will have the incorrect time applied.  You may want to change this option to use either you time keeping DC or an ntp server directly.</p>
<p>Be careful and don&#8217;t do it unless you absolutely have to.</p>
<p>Existing Virtual Machines that are already powered on will continue to run, but if they are shut down they will not be able to be powered on again until either patched or the date has been changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/vmware-esx-35-update-2-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two More Eric Siebert Top Tens</title>
		<link>http://www.vm-aware.com/2008/08/two-more-eric-siebert-top-tens/</link>
		<comments>http://www.vm-aware.com/2008/08/two-more-eric-siebert-top-tens/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:45:45 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=207</guid>
		<description><![CDATA[Eric Siebert has compiled two more excellent Top Ten lists:
Storage in VMware
Get More Technical with VMware
Not much more to say, just that they are as excellent as I&#8217;ve come to expect.
]]></description>
			<content:encoded><![CDATA[<p>Eric Siebert has compiled two more excellent Top Ten lists:</p>
<p><a title="VMware &amp; Storage" href="http://www.virtual-strategy.com/Features/Top-10-things-you-must-read-about-VMware-Storage-SAN/iSCSI/NFS.html" target="_blank">Storage in VMware</a></p>
<p><a title="Get Technical with VMware" href="http://www.virtual-strategy.com/Features/Top-10-things-you-must-read-to-get-more-technical-with-VI3.html" target="_blank">Get More Technical with VMware</a></p>
<p>Not much more to say, just that they are as excellent as I&#8217;ve come to expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/two-more-eric-siebert-top-tens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Testing In ESX</title>
		<link>http://www.vm-aware.com/2008/08/memory-testing-in-esx/</link>
		<comments>http://www.vm-aware.com/2008/08/memory-testing-in-esx/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 11:40:25 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=193</guid>
		<description><![CDATA[Richard Bramley has written another excellent article that has stoked up some helpful comments as well.
It discusses the very useful RAMCheck tool in ESX that will check for faulty memory.  I have used the utility a few times and it turns out, courtesy of a reader comment, that it has been removed from ESX 3.5.  [...]]]></description>
			<content:encoded><![CDATA[<p>Richard Bramley has written another excellent <a title="RAMCHECK" href="http://vmetc.com/2008/07/31/memtest86-and-ramcheck-esx-ram-test-options/" target="_blank">article</a> that has stoked up some helpful comments as well.</p>
<p>It discusses the very useful RAMCheck tool in ESX that will check for faulty memory.  I have used the utility a few times and it turns out, courtesy of a reader comment, that it has been removed from ESX 3.5.  I usually use <a title="MemTest" href="http://www.memtest.org/" target="_blank">MemTest</a> if I&#8221;m pretty certain that a machine has faulty memory, but RAMCheck was always quite useful.</p>
<p>Anyway, have a stroll over to Richard&#8217;&#8217;s blog and check out all the useful posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/memory-testing-in-esx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Security Banners To ESX</title>
		<link>http://www.vm-aware.com/2008/08/adding-security-banners-to-esx/</link>
		<comments>http://www.vm-aware.com/2008/08/adding-security-banners-to-esx/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 10:28:26 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=211</guid>
		<description><![CDATA[Using a few different articles I managed to add a security banner at the request of a customer recently.  The first article discusses which files to customise, the second article is the Message of the Day editor tool how to and finally Jase McCarty&#8217;s post that covered the whole process from start to finish.
Nice.
]]></description>
			<content:encoded><![CDATA[<p>Using a few different articles I managed to add a security banner at the request of a customer recently.  The <a title="Customise ESX Security Banner" href="http://www.xtravirt.com/index.php?option=com_content&amp;task=view&amp;id=67&amp;Itemid=65" target="_blank">first article</a> discusses which files to customise, the <a title="MOTD Editor" href="http://edeca.net/site/programs:motdmaker" target="_blank">second article</a> is the Message of the Day editor tool how to and finally Jase McCarty&#8217;s <a title="Edit MOTD" href="http://www.jasemccarty.com/blog/2007/06/esx-security-banner-at-console-login.html" target="_blank">post</a> that covered the whole process from start to finish.</p>
<p>Nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/adding-security-banners-to-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Emails From ESX Service Console</title>
		<link>http://www.vm-aware.com/2008/08/send-emails-from-esx-service-console/</link>
		<comments>http://www.vm-aware.com/2008/08/send-emails-from-esx-service-console/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 10:28:10 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=213</guid>
		<description><![CDATA[Duncan Epping of yellowbricks has written many excellent articles in his time, but I have recently needed to check the free disk space of VMFS volumes at regular intervals and Duncan came to the rescue.
Check this article for a script that will check the disk space of all VMFS volumes and format the results into [...]]]></description>
			<content:encoded><![CDATA[<p>Duncan Epping of <a title="Yellow Bricks" href="http://www.yellow-bricks.com" target="_blank">yellowbricks</a> has written many excellent articles in his time, but I have recently needed to check the free disk space of VMFS volumes at regular intervals and Duncan came to the rescue.</p>
<p>Check this <a title="Checking Disk Space" href="http://www.yellow-bricks.com/2008/01/21/checking-the-diskspace-on-your-vmfs-volumes/" target="_blank">article</a> for a script that will check the disk space of all VMFS volumes and format the results into a nice table.  Then check this <a title="Send Mail From ESX SOC" href="http://www.yellow-bricks.com/2008/01/23/howto-sending-html-email-from-the-service-console/" target="_blank">post</a> to find out how to email it to yourself every day at 10am.</p>
<p>Really excellent stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/send-emails-from-esx-service-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing A Mislaid ESX Root Password</title>
		<link>http://www.vm-aware.com/2008/08/changing-a-mislaid-esx-root-password/</link>
		<comments>http://www.vm-aware.com/2008/08/changing-a-mislaid-esx-root-password/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 11:59:51 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=215</guid>
		<description><![CDATA[The Desktop Virtualization blog have posted a handy article on how to change the root password if you have forgotten/lost/mislaid it.
Check it out here.
]]></description>
			<content:encoded><![CDATA[<p>The Desktop Virtualization blog have posted a handy article on how to change the root password if you have forgotten/lost/mislaid it.</p>
<p>Check it out <a title="Change Lost ESX Password" href="http://www.desktop-virtualization.com/2008/07/04/how-to-change-password-on-your-esx-server/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/changing-a-mislaid-esx-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing ESX Timezone</title>
		<link>http://www.vm-aware.com/2008/08/changing-esx-timezone/</link>
		<comments>http://www.vm-aware.com/2008/08/changing-esx-timezone/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:46:06 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=182</guid>
		<description><![CDATA[Following a request on a previous post, I have written this post about how to change the timezone of an ESX host from the command line.
* &#8211; None of the below requires an ESX host reboot.
Check the current timezone using the following command:
cat /etc/sysconfig/clock
This will produce output something like this:
ZONE=&#8221;/GMT&#8221;
UTC=true
ARC=false
Given that I live in Manchester, [...]]]></description>
			<content:encoded><![CDATA[<p>Following a request on a previous <a title="Amending ESX Time" href="http://www.vm-aware.com/2008/05/01/amending-esx-time/#comment-84" target="_blank">post</a>, I have written this post about how to change the timezone of an ESX host from the command line.</p>
<p>* &#8211; None of the below requires an ESX host reboot.</p>
<p>Check the current timezone using the following command:</p>
<p>cat /etc/sysconfig/clock<span id="more-182"></span></p>
<p>This will produce output something like this:</p>
<p>ZONE=&#8221;/GMT&#8221;<br />
UTC=true<br />
ARC=false</p>
<p>Given that I live in Manchester, England I would want to change to the setting that will automatically compensate for Daylight saving etc you need to set it to /Eurpoe/London.  This setting will automatically change to the daylight saving when using NTP.</p>
<p>So to change simply cd the zoneinfo folder using this command:</p>
<p><strong><em>cd /usr/share/zoneinfo</em></strong></p>
<p>For the London setting you will have to cd to the Europe folder below the zoneinfo folder:</p>
<p><em><strong>cd /usr/share/zoneinfo/Europe</strong></em></p>
<p>Execute an ls, just to check that your desired timezone is there.</p>
<p>Now if you are still in the correct folder (/usr/share/zoneinfo/Europe) simply overwrite the existing timezone file with the correct one, as below:</p>
<p><em><strong>cp /London /etc/localtime</strong></em></p>
<p>Or if in any other folder:</p>
<p><em><strong>cp /usr/share/zoneinfo/Europe/London /etc/localtime</strong></em></p>
<p>When prompted to overwrite answer yes.</p>
<p>Now check that the file overwrite was successful using a diff:</p>
<p><em><strong>diff /etc/localtime /usr/share/zoneinfo/Europe/London</strong></em></p>
<p>If they are identical there will be no output.</p>
<p>Now resync NTP or run the date command to update the clock.  For instructions on how to update the time without using NTP check out this article <a title="Amending ESX Time" href="http://www.vm-aware.com/2008/05/01/amending-esx-time/" target="_blank">here</a>.</p>
<p>The bulk of this document was adapted from an <a title="Changing Time Zone" href="http://communities.vmware.com/blogs/Knorrhane/2008/02/05/change-time-zone-on-esx-3" target="_blank">article</a> at the VMware Communities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/08/changing-esx-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

