<?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>VirtIRL</title>
	<atom:link href="http://virtirl.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://virtirl.com</link>
	<description>Virtualization: In Real Life</description>
	<lastBuildDate>Wed, 13 Mar 2013 17:41:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Creating an HP Integrity Virtual Machine on HP-UX 11.31</title>
		<link>http://virtirl.com/?p=141</link>
		<comments>http://virtirl.com/?p=141#comments</comments>
		<pubDate>Wed, 13 Mar 2013 17:41:12 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=141</guid>
		<description><![CDATA[VirtIRL is about all forms of virtualization &#8211; server, storage, desktop &#8211; and not just x86! Check out this post by former coworker ericVB: Creating an HP Integrity Virtual Machine on HP-UX 11.31 &#124; Eric VB.com.]]></description>
				<content:encoded><![CDATA[<p>VirtIRL is about all forms of virtualization &#8211; server, storage, desktop &#8211; and not just x86! Check out this post by former coworker ericVB: <a href="http://www.ericvb.com/archives/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31">Creating an HP Integrity Virtual Machine on HP-UX 11.31 | Eric VB.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QLogic Mt. Rainier Technology Preview</title>
		<link>http://virtirl.com/?p=140</link>
		<comments>http://virtirl.com/?p=140#comments</comments>
		<pubDate>Wed, 27 Feb 2013 19:23:46 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=140</guid>
		<description><![CDATA[QLogic Mt. Rainier Technology Preview Everybody&#8217;s favorite VMware Storage blogger Cormac Hogan discusses the new QLogic Mt. Rainier technology which basically involves a dual-port 8GB HBA with onboard 200 or 400GB of SLC cache. Read-cache only at the moment (writes go direct to the LUN, not cached on the card). Very cool.]]></description>
				<content:encoded><![CDATA[<p><a href="http://cormachogan.com/2013/01/17/qlogic-mt-rainier-technology-preview/">QLogic Mt. Rainier Technology Preview</a></p>
<p>Everybody&#8217;s favorite VMware Storage blogger Cormac Hogan discusses the new QLogic Mt. Rainier technology which basically involves a dual-port 8GB HBA with onboard 200 or 400GB of SLC cache.</p>
<p>Read-cache only at the moment (writes go direct to the LUN, not cached on the card). Very cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answering VM questions with PowerCLI</title>
		<link>http://virtirl.com/?p=138</link>
		<comments>http://virtirl.com/?p=138#comments</comments>
		<pubDate>Wed, 27 Feb 2013 17:56:31 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=138</guid>
		<description><![CDATA[Managing Virtual Machine questions with PowerCLI &#124; VMware PowerCLI Blog &#8211; VMware Blogs. Seems like every day there are a number of View VMs that have the question asking if the VM was moved or copied. VMware View can&#8217;t do any operations with them until the question is answered, and it won&#8217;t answer the question [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blogs.vmware.com/vipowershell/2011/06/managing-virtual-machine-questions-with-powercli.html">Managing Virtual Machine questions with PowerCLI | VMware PowerCLI Blog &#8211; VMware Blogs</a>.</p>
<p>Seems like every day there are a number of View VMs that have the question asking if the VM was moved or copied. VMware View can&#8217;t do any operations with them until the question is answered, and it won&#8217;t answer the question itself so here&#8217;s a quick one-liner to just answer them all at once:</p>
<pre class="brush: powershell; title: ; notranslate">
Get-VMQuestion | Set-VMQuestion -Option &quot;I copied it&quot; -confirm:$false
</pre>
<p>This could be scripted to run regularly, but for now I only run it when I see a few pending questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Count of powered-on VMs in a cluster</title>
		<link>http://virtirl.com/?p=136</link>
		<comments>http://virtirl.com/?p=136#comments</comments>
		<pubDate>Wed, 27 Feb 2013 17:52:43 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=136</guid>
		<description><![CDATA[Great couple of one-liners and some thoughts on speeding them up: How many Powered On VMs are running on my host + Speed up your PowerCLI cmdlets! &#124; Boerlowie&#8217;s Blog. I was looking for this to get a quick way to count the number of VMs powered up in a cluster: The article lists some ways [...]]]></description>
				<content:encoded><![CDATA[<p>Great couple of one-liners and some thoughts on speeding them up: <a href="http://boerlowie.wordpress.com/2010/08/09/how-many-powered-on-vms-are-running-on-my-host/">How many Powered On VMs are running on my host + Speed up your PowerCLI cmdlets! | Boerlowie&#8217;s Blog</a>.</p>
<p>I was looking for this to get a quick way to count the number of VMs powered up in a cluster:</p>
<pre class="brush: powershell; title: ; notranslate">
get-cluster Cluster01 | get-vm | where {$_.PowerState -eq &quot;PoweredOn&quot;} | measure-object
</pre>
<p>The article lists some ways to speed up the above by using get-view, but if you are looking for something quick and dirty, this will do the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly add a portgroup to all hosts in a cluster</title>
		<link>http://virtirl.com/?p=129</link>
		<comments>http://virtirl.com/?p=129#comments</comments>
		<pubDate>Mon, 28 Jan 2013 15:04:48 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=129</guid>
		<description><![CDATA[Sometimes a new VLAN comes along that needs to be added to all hosts. This snippet is probably really obvious to anyone who&#8217;s done anything with VMware PowerCLI, but here it is anyway: Quickly add the same new portgroup/vlan to all hosts in a cluster:]]></description>
				<content:encoded><![CDATA[<p>Sometimes a new VLAN comes along that needs to be added to all hosts. This snippet is probably really obvious to anyone who&#8217;s done anything with VMware PowerCLI, but here it is anyway: Quickly add the same new portgroup/vlan to all hosts in a cluster:</p>
<pre class="brush: powershell; title: ; notranslate">
get-cluster ProdCluster | get-vmhost | get-virtualswitch -name vSwitch1 | new-virtualportgroup -name Prod-Vlan0123 -vlanid 123
</pre>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=129</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datastore migration, one VM at a time</title>
		<link>http://virtirl.com/?p=116</link>
		<comments>http://virtirl.com/?p=116#comments</comments>
		<pubDate>Mon, 14 Jan 2013 18:47:48 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=116</guid>
		<description><![CDATA[Found some good PowerCLI Examples &#124; ForwardOrReverse including the one I was looking for, to move VMs from one datastore to another, one at a time: The nice thing about this is you can open multiple powershell windows and do a few migrations concurrently, if your storage infrastructure is capable of it, without kicking off movement of [...]]]></description>
				<content:encoded><![CDATA[<p>Found some good <a href="http://wannemacher.us/?p=338">PowerCLI Examples | ForwardOrReverse</a> including the one I was looking for, to move VMs from one datastore to another, one at a time:</p>
<pre class="brush: powershell; title: ; notranslate">
# Storage VMotion ALL VMs from one LUN to another (One at a time)
Get-Datastore &quot;Old_Datastore_01&quot; | Get-VM | ForEach-Object {Move-VM -VM $_ -Datastore &quot;New_Datastore_01&quot;}
</pre>
<p>The nice thing about this is you can open multiple powershell windows and do a few migrations concurrently, if your storage infrastructure is capable of it, without kicking off movement of all VMs at the same time from the source datastore (get-vm | move-vm would cause this to happen).</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recreating a missing virtual machine disk (VMDK) descriptor file</title>
		<link>http://virtirl.com/?p=114</link>
		<comments>http://virtirl.com/?p=114#comments</comments>
		<pubDate>Wed, 12 Dec 2012 14:52:50 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=114</guid>
		<description><![CDATA[For those days where you feel like pulling out your hair, VMware offers these lovely articles: VMware KB: Recreating a missing virtual machine disk (VMDK) descriptor file. VMware KB: Recreating a missing virtual disk (VMDK) descriptor file for delta disks. Had a VM the other day with a snapshot. Needed to make a new snapshot, [...]]]></description>
				<content:encoded><![CDATA[<p>For those days where you feel like pulling out your hair, VMware offers these lovely articles:</p>
<ul>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1002511">VMware KB: Recreating a missing virtual machine disk (VMDK) descriptor file</a>.</li>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1026353">VMware KB: Recreating a missing virtual disk (VMDK) descriptor file for delta disks</a>.</li>
</ul>
<div>Had a VM the other day with a snapshot. Needed to make a new snapshot, but it refused. Powered off the VM to make the snapshot (failed) and then it wouldn’t power back on. Looked in its folder and found the -flat and -delta VMDKs (data intact), but no descriptor files.</div>
<div></div>
<div>Luckily the snapshot chain was not long and it was easy to recreate the descriptor files, even though vmkfstools did not like the ‘pvscsi’ controller option, so I used lsi and changed it to pvscsi it in the descriptor file.</div>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy vSwitch portgroups to a new host</title>
		<link>http://virtirl.com/?p=111</link>
		<comments>http://virtirl.com/?p=111#comments</comments>
		<pubDate>Mon, 10 Dec 2012 18:48:43 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=111</guid>
		<description><![CDATA[Based on: PowerCLI: Easy vSwitch &#38; PortGroup Setup &#124; Virtu-Al.Net. Here&#8217;s a great one-liner to copy all the portgroups from one host&#8217;s vswitch to a new host&#8217;s vswitch (example below copies oldhost&#8217;s portgroups on vSwitch1 to newhost&#8217;s portgroups on vSwitch2, keeping VLAN IDs intact):]]></description>
				<content:encoded><![CDATA[<p>Based on: <a href="http://www.virtu-al.net/2009/06/27/powercli-easy-vswitch-portgroup-setup/">PowerCLI: Easy vSwitch &amp; PortGroup Setup | Virtu-Al.Net</a>.</p>
<p>Here&#8217;s a great one-liner to copy all the portgroups from one host&#8217;s vswitch to a new host&#8217;s vswitch (example below copies oldhost&#8217;s portgroups on vSwitch1 to newhost&#8217;s portgroups on vSwitch2, keeping VLAN IDs intact):</p>
<pre class="brush: powershell; title: ; notranslate">

$oldhost = get-vmhost -name oldhost.local.dom
$newhost = get-vmhost -name newhost.local.dom

$oldhost | get-virtualswitch -name vSwitch1 | get-virtualportgroup | foreach { $newportgroup = $newhost | get-virtualswitch -name vSwitch2 | new-virtualportgroup -name $_.Name -VLanID $_.VLanID }

</pre>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset HP ILO Via the Command Line</title>
		<link>http://virtirl.com/?p=108</link>
		<comments>http://virtirl.com/?p=108#comments</comments>
		<pubDate>Tue, 06 Nov 2012 03:27:25 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://virtirl.com/?p=108</guid>
		<description><![CDATA[iLO3 on a DL380 G7 was pretty jacked up, fortunately it can be reset via the command line: (via Reset HP ILO Via the Command Line) &#60;/&#62;hpiLO-&#62; cd /map1 status=0 status_tag=COMMAND COMPLETED Tue Nov  6 03:25:05 2012 /map1 &#60;/map1&#62;hpiLO-&#62; reset status=0 status_tag=COMMAND COMPLETED Tue Nov  6 03:25:10 2012 Resetting iLO. CLI session stopped]]></description>
				<content:encoded><![CDATA[<p>iLO3 on a DL380 G7 was pretty jacked up, fortunately it can be reset via the command line:</p>
<p>(via <a href="http://www.fatmin.com/2010/08/reset-hp-ilo-via-the-command-line.html">Reset HP ILO Via the Command Line</a>)</p>
<p>&lt;/&gt;hpiLO-&gt; cd /map1</p>
<p>status=0<br />
status_tag=COMMAND COMPLETED<br />
Tue Nov  6 03:25:05 2012</p>
<p>/map1</p>
<p>&lt;/map1&gt;hpiLO-&gt; reset</p>
<p>status=0<br />
status_tag=COMMAND COMPLETED<br />
Tue Nov  6 03:25:10 2012</p>
<p>Resetting iLO.</p>
<p>CLI session stopped</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRM 5.0 installer &#8211; &#8220;database version is not supported&#8221;</title>
		<link>http://virtirl.com/?p=80</link>
		<comments>http://virtirl.com/?p=80#comments</comments>
		<pubDate>Mon, 05 Nov 2012 19:49:49 +0000</pubDate>
		<dc:creator>chouse</dc:creator>
				<category><![CDATA[SRM]]></category>
		<category><![CDATA[srm]]></category>

		<guid isPermaLink="false">http://www.virtirl.com/?p=80</guid>
		<description><![CDATA[Got this vague message during SRM 5.0 install: &#8220;The provided database version is not supported. Please enter a supported database.&#8221;. Thought it was referring to the version of the database server (SQL Server) which was supported. Dug in to the installer log file (Example: C:\Users\\AppData\Local\Temp\3) and found the following lines: VMware: Srm::Installation::Database::CheckDsn: INFORMATION: Validating DB [...]]]></description>
				<content:encoded><![CDATA[<p>Got this vague message during SRM 5.0 install: &#8220;The provided database version is not supported. Please enter a supported database.&#8221;. Thought it was referring to the version of the database server (SQL Server) which was supported. Dug in to the installer log file (Example: C:\Users\\AppData\Local\Temp\3) and found the following lines:</p>
<blockquote><p>VMware: Srm::Installation::Database::CheckDsn: INFORMATION: Validating DB type: SQL Server<br />
VMware: Srm::Installation::Database::CheckDsn: INFORMATION: Successfully connected to database.<br />
VMware: Srm::Installation::Database::CheckDbPopulatedAndNeedsUpgrade: INFORMATION: Database already contains product tables.<br />
VMware: Srm::Installation::Database::CheckDbPopulatedAndNeedsUpgrade: INFORMATION: Database version: &#8217;4.0.0&#8242;<br />
VMware: Srm::Installation::Utility::GetMsgFromErrorTable: INFORMATION: Error message is The provided database version is not supported. Please enter a supported database.<br />
VMware: Srm::Installation::Database::CheckDbPopulatedAndNeedsUpgrade: ERROR: Unsupported database instance.</p></blockquote>
<p>Caught red-handed, I was trying to &#8220;upgrade&#8221; an SRM 4.0.0 installation to 5.0, which is not supported. I didn&#8217;t need the current config as it was easy to reconfigure, so I dropped the tables and was able to continue on and finish the installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://virtirl.com/?feed=rss2&#038;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
