<?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>vinternals &#187; HOWTO</title>
	<atom:link href="http://vinternals.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinternals.com</link>
	<description>The Art and Science of Virtual Infrastructure</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>PowerCLI Mastery, Volume 3</title>
		<link>http://vinternals.com/2009/02/powercli-mastery-volume-3/</link>
		<comments>http://vinternals.com/2009/02/powercli-mastery-volume-3/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=93</guid>
		<description><![CDATA[Phew, Volume 1 and Volume 2 down, lets wrap this monster up. See, I told you I wasn&#8217;t going to leave you hanging for weeks to nail through all this. So, picking up right from where we left off. We need to perform a configuration operation on an ESX host. Of the available properties we&#8217;re [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2009/02/powercli-mastery-volume-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PowerCLI Mastery, Volume 2</title>
		<link>http://vinternals.com/2009/02/powercli-mastery-volume-2/</link>
		<comments>http://vinternals.com/2009/02/powercli-mastery-volume-2/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=92</guid>
		<description><![CDATA[Thought I was going to drag this out in some scandalous attempt to keep the viewers coming back week after week? Actually, wish I had thought of that before just now. Anyways, let&#8217;s continue. If you haven&#8217;t read Volume 1 in the series, go do so now. I&#8217;ll wait for you. So continuing on, let’s [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2009/02/powercli-mastery-volume-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerCLI Mastery, Volume 1</title>
		<link>http://vinternals.com/2009/02/powercli-mastery-volume-1/</link>
		<comments>http://vinternals.com/2009/02/powercli-mastery-volume-1/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=91</guid>
		<description><![CDATA[OK, this one has been a looooooooooong time coming. I&#8217;ve been meaning to take a shot at conveying the advanced features of the VI SDK as applied to PowerShell for quite some time now. When Carter corrected me some months ago with regards to what is and isn&#8217;t possible with PowerCLI (in the first statelesx [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2009/02/powercli-mastery-volume-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statelesx Initiator Script</title>
		<link>http://vinternals.com/2008/08/statelesx-initiator-script/</link>
		<comments>http://vinternals.com/2008/08/statelesx-initiator-script/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 13:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[statelesx]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=45</guid>
		<description><![CDATA[In all our anxiousness to get the statelesx 1.0.0 appliance out, we totally forgot to post up the client initiator script! So here it is: #!/usr/bin/pythonimport socketimport sysimport re#Open esx.conf, read onlyesxconf = open(&#8220;/etc/vmware/esx.conf&#8221;, &#8220;r&#8221;)#Define regular expressionsgetUUID = re.compile (&#8220;/system/uuid.=.(.*)&#8221;)#Search esx.conf for matchesfor line in esxconf.readlines():&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;UUID = getUUID.findall(line)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for uuid in UUID:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;uuid = uuid.strip(&#8216;&#8221;&#8216;)#Close esx.confesxconf.close()#Define statelesx [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2008/08/statelesx-initiator-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell &#8211; Create X Number of VM&#8217;s per Datastore</title>
		<link>http://vinternals.com/2008/07/powershell-create-x-number-of-vms-per-datastore/</link>
		<comments>http://vinternals.com/2008/07/powershell-create-x-number-of-vms-per-datastore/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=40</guid>
		<description><![CDATA[We all love the &#8216;shell, and the VI Toolkit for Windows even more. When i finish up with some other stuff, I&#8217;ll surely be pointing my C# skills at some cmdlets for that. Anyway, there are a load of &#8220;create VM&#8221; scripts out there, I thought I&#8217;d show you one with a useful twist &#8211; [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2008/07/powershell-create-x-number-of-vms-per-datastore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How a stateless ESXi infrastructure might work</title>
		<link>http://vinternals.com/2008/05/how-a-stateless-esxi-infrastructure-might-work/</link>
		<comments>http://vinternals.com/2008/05/how-a-stateless-esxi-infrastructure-might-work/#comments</comments>
		<pubDate>Sun, 18 May 2008 17:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[SAAAP]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=30</guid>
		<description><![CDATA[Yep, it&#8217;s Sunday afternoon, and thus time for another installment of Sunday Afternoon Architecture and Philosophy! Advance Warning: Get your reading specs, this post is a big &#8216;un. I&#8217;ve mused several times on the whole stateless thing, especially with regards to ESXi, today I&#8217;m going to take it a bit further in the hope that [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2008/05/how-a-stateless-esxi-infrastructure-might-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get rid of that pesky VMware Tools update notification&#8230;</title>
		<link>http://vinternals.com/2008/05/get-rid-of-that-pesky-vmware-tools-update-notification/</link>
		<comments>http://vinternals.com/2008/05/get-rid-of-that-pesky-vmware-tools-update-notification/#comments</comments>
		<pubDate>Wed, 14 May 2008 20:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://vinternals.com/?p=29</guid>
		<description><![CDATA[I have enough issues with the &#8220;VMware Tools out of date&#8221; notification appearing in the VI client every time an ESX patch is applied&#8230; it&#8217;s almost useless information, as generally there are no support issues with running the RTM version of Tools regardless of the patch level of the host. But even more annoying is [...]]]></description>
		<wfw:commentRss>http://vinternals.com/2008/05/get-rid-of-that-pesky-vmware-tools-update-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
