<?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>Virtu-Al.Net &#187; Uncategorized</title>
	<atom:link href="http://www.virtu-al.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:47:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PowerCLI: How many VMs on your Datastores ?</title>
		<link>http://www.virtu-al.net/2009/09/23/powercli-how-many-vms-on-your-datastores/</link>
		<comments>http://www.virtu-al.net/2009/09/23/powercli-how-many-vms-on-your-datastores/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:41:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=923</guid>
		<description><![CDATA[How many VMs do you have on your datastores ?  Do you know ? should you care ? Yes, you should care, you should care because over saturated datastores can cause issues with IO and also cause scsi locks if you are using fibre.  So what is the sweet spot ? Unfortunately its one of [...]<p><a href="http://www.virtu-al.net/2009/09/23/powercli-how-many-vms-on-your-datastores/">PowerCLI: How many VMs on your Datastores ?</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>How many VMs do you have on your datastores ?  Do you know ? should you care ?</p>
<p>Yes, you should care, you should care because over saturated datastores can cause issues with IO and also cause scsi locks if you are using fibre.  So what is the sweet spot ?</p>
<p>Unfortunately its one of those “It Depends” situations, isn&#8217;t everything !</p>
<p>It depends on the type of shared storage you are using, fibre, iSCSI, NFS and also depends on the types of VMs you are using, all I can recommend is that you try and distribute your VMs evenly and try and think about the type of VMs you are putting on the same datastore, for example, if you have multiple SQL servers on the same datastore or if you have an exchange server on the same datastore as your SQL VM&#8217;s then do something out it.</p>
<p>The first place I would start is by reading the great Yellow-Bricks article<a href="http://www.yellow-bricks.com/2009/07/07/max-amount-of-vms-per-vmfs-volume/"> &#8220;Max amount of VMs per VMFS volume&#8221;</a> where Duncan tells us how he works out his sweet spot <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You can see how evenly you are currently distributed with the following one-liner:</p>
<pre class="brush: powershell; title: ; notranslate">Get-Datastore | Select Name, @{N=&quot;NumVM&quot;;E={@($_ | Get-VM).Count}} | Sort Name</pre>
<p>Example Output:</p>
<table style="width: 120pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="160">
<colgroup>
<col style="width: 72pt;" width="96"></col>
<col style="width: 48pt;" width="64"></col>
</colgroup>
<tbody>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; width: 72pt; height: 15pt;" width="96" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">Name</span></td>
<td style="border: medium none #f0f0f0; background-color: transparent; width: 48pt;" width="64"><span style="font-family: Calibri; color: #000000; font-size: small;">NumVM</span></td>
</tr>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; height: 15pt;" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">ESX01_Local</span></td>
<td style="background-color: transparent; border: #f0f0f0;" align="right"><span style="font-family: Calibri; color: #000000; font-size: small;">0</span></td>
</tr>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; height: 15pt;" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">iscsi_0</span></td>
<td style="background-color: transparent; border: #f0f0f0;" align="right"><span style="font-family: Calibri; color: #000000; font-size: small;">0</span></td>
</tr>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; height: 15pt;" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">iscsi_1</span></td>
<td style="background-color: transparent; border: #f0f0f0;" align="right"><span style="font-family: Calibri; color: #000000; font-size: small;">2</span></td>
</tr>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; height: 15pt;" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">iscsi_2</span></td>
<td style="background-color: transparent; border: #f0f0f0;" align="right"><span style="font-family: Calibri; color: #000000; font-size: small;">1</span></td>
</tr>
<tr style="height: 15pt;" height="20">
<td style="border: medium none #f0f0f0; background-color: transparent; height: 15pt;" height="20"><span style="font-family: Calibri; color: #000000; font-size: small;">NFS_1</span></td>
<td style="background-color: transparent; border: #f0f0f0;" align="right"><span style="font-family: Calibri; color: #000000; font-size: small;">7</span></td>
</tr>
</tbody>
</table>
<p>And don&#8217;t forget, with the wonders of <span style="color: #5f9ea0; font-weight: bold;">Move-VM</span> and SVMotion we can move some VM’s around to start evenly distributing the load on our datastores.</p>
<p>I would also suggest monitoring from the SAN up so you can see straight way if you have a volume or LUN issue.</p>
<p><a href="http://www.virtu-al.net/2009/09/23/powercli-how-many-vms-on-your-datastores/">PowerCLI: How many VMs on your Datastores ?</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/09/23/powercli-how-many-vms-on-your-datastores/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Script List &#8211; Finally !</title>
		<link>http://www.virtu-al.net/2009/09/05/script-list-finally/</link>
		<comments>http://www.virtu-al.net/2009/09/05/script-list-finally/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 13:22:02 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=894</guid>
		<description><![CDATA[I have had a link there for a while, you know the one at the top of this page that said &#8216;Script List&#8217; but didn&#8217;t actually contain anything. Well I finally managed to get some time to fill out a page with a list of all the scripts I have created so far, please take [...]<p><a href="http://www.virtu-al.net/2009/09/05/script-list-finally/">Script List &ndash; Finally !</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>I have had a link there for a while, you know the one at the top of this page that said &#8216;Script List&#8217; but didn&#8217;t actually contain anything.</p>
<p>Well I finally managed to get some time to fill out a page with a list of all the scripts I have created so far, please take a look, there are some in there which I had forgotten about !</p>
<p>I have categorised these into the following categories…</p>
<ul>
<li><span style="color: #0066cc;">Getting Started</span></li>
<li><span style="color: #0066cc;">Virtual Machines</span></li>
<li><span style="color: #0066cc;">ESX Hosts</span></li>
<li><span style="color: #0066cc;">Licensing</span></li>
<li><span style="color: #0066cc;">Datastore’s</span></li>
<li><span style="color: #0066cc;">Networking</span></li>
<li><span style="color: #0066cc;">Reporting</span></li>
<li><span style="color: #0066cc;">Lessons</span></li>
<li><span style="color: #0066cc;">Cluster</span></li>
<li><span style="color: #0066cc;">Snapshots</span></li>
<li><span style="color: #0066cc;">Security</span></li>
<li><span style="color: #0066cc;">Others</span></li>
</ul>
<p>Let me know if there is anything you are looking for that doesn&#8217;t exist as yet, I&#8217;m sure I can help out.</p>
<p><a href="http://www.virtu-al.net/2009/09/05/script-list-finally/">Script List &ndash; Finally !</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/09/05/script-list-finally/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Exchange Audit</title>
		<link>http://www.virtu-al.net/2009/05/07/exchange-audit/</link>
		<comments>http://www.virtu-al.net/2009/05/07/exchange-audit/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:23:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=529</guid>
		<description><![CDATA[I received a comment the other day on my Server/Workstation audit script from someone saying they had modified my script to audit Exchange 2003. As you can imagine, I was intrigued and asked to have a look, I cant tell you how much it pleases me that people are able to take the scripts I [...]<p><a href="http://www.virtu-al.net/2009/05/07/exchange-audit/">Exchange Audit</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>I received a comment the other day on my <a href="http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/">Server/Workstation audit script</a> from someone saying they had modified my script to <a href="http://powershellneedfulthings.blogspot.com/2009/05/i-recently-needed-to-automate-my.html">audit Exchange 2003</a>.</p>
<p>As you can imagine, I was intrigued and asked to have a look, I cant tell you how much it pleases me that people are able to take the scripts I write and amend/improve them to suite there needs.</p>
<p> <span id="more-529"></span><a href="http://www.virtu-al.net/wp-content/uploads/2009/05/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.virtu-al.net/wp-content/uploads/2009/05/image-thumb.png" width="291" height="139" /></a> Jean has done a great job with this, I ran it against our test exchange cluster and it worked great, the end results are in the same nice format (which I have now improved to work with all browsers but that&#8217;s for another post)
</p>
<p>On checking Jeans site I found a number of other cool powershell scripts including a nice script which allows you to analyze and defrag multiple machines hard disks from powershell, check the site out here: <a href="http://powershellneedfulthings.blogspot.com/">‘Powershell Needfull Things’</a></p>
<p>Fantastic job Jean !</p>
<p><a href="http://www.virtu-al.net/2009/05/07/exchange-audit/">Exchange Audit</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/05/07/exchange-audit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Virtual User Group</title>
		<link>http://www.virtu-al.net/2009/03/30/vmware-virtual-user-group/</link>
		<comments>http://www.virtu-al.net/2009/03/30/vmware-virtual-user-group/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:51:35 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=460</guid>
		<description><![CDATA[I was contacted and asked if it was a good idea to start a VMware Virtual User Group, I think this is a great idea and it would compliment the already existing physical user groups and podcasts which exist. To get an idea of the kind of format please visit Marco Shaw&#8217;s site and watch [...]<p><a href="http://www.virtu-al.net/2009/03/30/vmware-virtual-user-group/">VMware Virtual User Group</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>I was contacted and asked if it was a good idea to start a VMware Virtual User Group, I think this is a great idea and it would compliment the already existing physical user groups and podcasts which exist.</p>
<p>To get an idea of the kind of format please visit <a href="http://marcoshaw.blogspot.com/2008/06/master-post-wpvug.html">Marco Shaw&#8217;s site</a> and watch one of the Powershell User Groups.</p>
<p>To get a better idea of if this would be widely received and the kind of things people would like to see I thought I would start a quick survey. </p>
<p>So please take 2 minutes to fill out this single page survey and help pave the way for the virtual user group…</p>
<p><a href="http://FreeOnlineSurveys.com/rendersurvey.asp?sid=izrulmfeighpeuj571100">Click here to take our Online Survey </a></p>
<p> </p>
<p>Who knows, if its a hit we may even get more members than the Dutch VMUG <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.virtu-al.net/2009/03/30/vmware-virtual-user-group/">VMware Virtual User Group</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/03/30/vmware-virtual-user-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Virtu-Al goes mobile</title>
		<link>http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/</link>
		<comments>http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:51:49 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/</guid>
		<description><![CDATA[I have now optimised my site for mobile viewing, if you use a mobile browser this blog should now be much easier to read. All your favourite VI Toolkit goodness in the palm of your hand Any issues please let me know ! Virtu-Al goes mobile is a post from: Virtu-Al. Virtu-Al is one of [...]<p><a href="http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/">Virtu-Al goes mobile</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtu-al.net/wp-content/uploads/2009/03/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.virtu-al.net/wp-content/uploads/2009/03/image-thumb2.png" width="168" height="308" /></a>
<p>I have now optimised my site for mobile viewing, if you use a mobile browser this blog should now be much easier to read.</p>
<p>All your favourite VI Toolkit goodness in the palm of your hand <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any issues please let me know ! </p>
<p><a href="http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/">Virtu-Al goes mobile</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/03/08/virtu-al-goes-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veeam Backup and FastSCP</title>
		<link>http://www.virtu-al.net/2009/01/30/veeam-backup-and-fastscp/</link>
		<comments>http://www.virtu-al.net/2009/01/30/veeam-backup-and-fastscp/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:37:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=222</guid>
		<description><![CDATA[I was looking for a way to transfer some VM&#8217;s from a Linux VMware 2.0 server to a VMware ESX 3.5 server as fast as possible to minimise the amount of downtime. As these files would need to be copied to a windows share first for the converter to import i started with WinSCP, when [...]<p><a href="http://www.virtu-al.net/2009/01/30/veeam-backup-and-fastscp/">Veeam Backup and FastSCP</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<div>I was looking for a way to transfer some <span class="blsp-spelling-error" id="SPELLING_ERROR_0">VM&#8217;s</span> from a Linux <span class="blsp-spelling-error" id="SPELLING_ERROR_1">VMware</span> 2.0 server to a <span class="blsp-spelling-error" id="SPELLING_ERROR_2">VMware</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_3">ESX</span> 3.5 server as fast as possible to minimise the amount of downtime.</p>
<p>As these files would need to be copied to a windows share first for the converter to import i started with <span class="blsp-spelling-error" id="SPELLING_ERROR_4">WinSCP</span>, when it told me it was going to take 5 hours I looked elsewhere, I have used the Free <span class="blsp-spelling-error" id="SPELLING_ERROR_5">Veeam</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_6">FastSCP</span> program before and new that <span class="blsp-spelling-corrected" id="SPELLING_ERROR_7">unfortunately</span> I could not copy files from a Linux server to the local windows machine.</p>
<p>During the previous week I was made aware, courtesy of @<span class="blsp-spelling-error" id="SPELLING_ERROR_8">VMDoug</span> that there was a new Beta of this product, I downloaded it and installed it and to my <span class="blsp-spelling-corrected" id="SPELLING_ERROR_9">surprise</span> look at what I found&#8230;.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_cb6LrZBYWIw/SYNnOCFIdsI/AAAAAAAAARA/nokSyw6lGFk/s1600-h/Veeam.jpg"><img id="BLOGGER_PHOTO_ID_5297191077492061890" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; WIDTH: 231px; CURSOR: pointer; HEIGHT: 320px" alt="" src="http://2.bp.blogspot.com/_cb6LrZBYWIw/SYNnOCFIdsI/AAAAAAAAARA/nokSyw6lGFk/s320/Veeam.jpg" border="0" /></a>A nice new shiny &#8216;My Computer Node&#8217;.</p>
<p>As it turns out, that <span class="blsp-spelling-error" id="SPELLING_ERROR_10">VM</span> that was going to take 5 hours to transfer was done and dusted in 45 minutes !</p>
<p>Very, Very Impressive, and this is still a beta !</p>
<p>But as Duncan at Yellow Bricks makes clear in <a href="http://www.yellow-bricks.com/2009/01/20/fastscp-vs-winscp/">his post</a>, this is not <span class="blsp-spelling-corrected" id="SPELLING_ERROR_11">necessarily</span> the most secure method of <span class="blsp-spelling-corrected" id="SPELLING_ERROR_12">transferring</span> the data, but as I was on the same network and not worried about the security it worked out great !</p>
<p>Go download <span class="blsp-spelling-error" id="SPELLING_ERROR_13">Veeam</span> Backup and <span class="blsp-spelling-error" id="SPELLING_ERROR_14">FastSCP</span> from the <a href="http://www.veeam.com/"><span class="blsp-spelling-error" id="SPELLING_ERROR_15">Veeam</span> site</a> now, <span class="blsp-spelling-corrected" id="SPELLING_ERROR_16">every</span> VI admin should have it ! </div>
<p><a href="http://www.virtu-al.net/2009/01/30/veeam-backup-and-fastscp/">Veeam Backup and FastSCP</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/01/30/veeam-backup-and-fastscp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Blog layout</title>
		<link>http://www.virtu-al.net/2009/01/30/new-blog-layout/</link>
		<comments>http://www.virtu-al.net/2009/01/30/new-blog-layout/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 17:44:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=220</guid>
		<description><![CDATA[OK, I have finally stopped messing with my new blog layout so hopefully everyone will agree it looks better. Any comments or suggestions please do not hesitate to leave me a comment below. New Blog layout is a post from: Virtu-Al. Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" [...]<p><a href="http://www.virtu-al.net/2009/01/30/new-blog-layout/">New Blog layout</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p><span class="blsp-spelling-corrected" id="SPELLING_ERROR_0">OK</span>, I have finally stopped messing with my new blog layout so hopefully everyone will agree it looks better.</p>
<p>Any comments or suggestions please do not hesitate to leave me a comment below.</p>
<p><a href="http://www.virtu-al.net/2009/01/30/new-blog-layout/">New Blog layout</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2009/01/30/new-blog-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware London User group</title>
		<link>http://www.virtu-al.net/2008/10/30/vmware-london-user-group/</link>
		<comments>http://www.virtu-al.net/2008/10/30/vmware-london-user-group/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 22:34:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=168</guid>
		<description><![CDATA[Ok, so I attended my first VMware London User Group today, not strictly sure that I should have attended seeing as I’m from deepest darkest Wiltshire (I can put a fake cockney accent on pretty well govna). Im now typing this on the train home and was left with a few questions…… Was it worth [...]<p><a href="http://www.virtu-al.net/2008/10/30/vmware-london-user-group/">VMware London User group</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Ok, so I attended my first VMware London User Group today, not strictly sure that I should have attended seeing as I’m from deepest darkest Wiltshire (I can put a fake cockney accent on pretty well govna).</p>
<p>Im now typing this on the train home and was left with a few questions……</p>
<ul>
<li>Was it worth the £50 train ticket and £5 parking fees at the station car park ?</li>
<li>Was it worth the fact that I got to the train station in plenty of time only to find out the train had been cancelled and I had to catch the next one?</li>
<li>Was it worth the tube taking 45 minutes to get to the location meaning I was an embarrassing 45 minutes late after the train fiasco ?</li>
<li>Was it worth the tube being delayed on the way home and having to wait 1hr 10 minutes for the next one ?</li>
<li>Is it worth me sat next to the guy with the biggest snoring problem in England?</li>
</ul>
<p>One word……</p>
<p>DEFINITELY !</p>
<p>As I got to the location where the meeting was being held I made my way into the back of the room just as I heard my name being mentioned, there were around 50ish people in the room and I wondered why the presenter was asking If I was there, I later found out that he had recently added me to his list of blogs that he reads (Hi Alaric) and he was telling the attendees to check out the scripts I had written using the VI Toolkit.</p>
<p><span style="font-weight: bold;">Compellent Storage</span></p>
<p>After finally sitting down and forgetting about the horrendous train journey I started to relax, as Alaric Davis finished his introductory speech (sorry I missed it) Andy Hardy from Compellent took the stage and proceeded to tell us about his company and the Storage equipment they produce, a cutting edge product that it seamed would be suited to most infrastructures looking for a quality storage solution.</p>
<blockquote><p>All the benefits of VMware’s server virtualisation – from reduced hardware costs and simplified management to robust disaster recovery – can be amplified across the data center with Compellent’s feature-rich SAN. A unique Dynamic Block Architecture makes Compellent a perfect match for Virtualised environments, allowing you to create a virtual pool of storage and automatically manage it at the block level. </p></blockquote>
<p>This enables the use of both high end and slow disks to produce the most optimal performance which is managed by the SAN itself. Seamed like a great product to me and I will certainly be handing out the information to the contract I am working on at the moment which is undergoing a SAN refresh.</p>
<p>If you’re thinking about storage then I strongly suggest you check out the <a href="http://www.compellent.com">Compellent products </a>and give Andy a ring, a thoroughly nice guy.</p>
<p><span style="font-weight: bold;">Lifecycle Manager</span></p>
<p>Next up was Alexy Stokes, a specialist systems engineer from VMware who gave us a great insight into lifecycle manager, a product which is used to request, create, deploy, update, track, and decommission VM’s. It does this using a customisable Intranet portal based application, where users can choose and deploy VM’s which will then follow through a set of approvers, and rules to best place the VM, build the VM and present it to the users.</p>
<p>An interesting product that it seamed to me should be part of a bigger product that should merge Lifecycle manager, Stage Manager and Lab manager.</p>
<p>Lifecycle manager seamed to come in two forms, the locked version which was a set application that could fit into most companies and work along there current procedures to guide and add accountability for the full lifecycle of creating a VM, which isn’t a bad thing as most companies I have worked in or for do not update there processes to account for VM’s which means that the justification that was needed for the physical servers is no longer needed for virtual servers thus leading to sprawl.</p>
<p>There was also the unlocked version of Lifecycle Manager which enabled a tiered solution of deploying machines to meet customer needs and business process allowing for the locked version to be opened up and fully customised (with the help of VMware or some Javascript developers). It can be manipulated to incorporate custom asset, license key databases and other such existing systems.</p>
<p>Both versions can be customised to meet the style of your current intranet allowing the application to seem part of an integrated business application.</p>
<p>Once the VM’s have gone through the process the users are then presented with a webpage which allows them to perform common tasks on the vm such as snapshot, power on/off, reset, console access through http, and rdp to the newly created server.</p>
<p>He then showed us how this fit into the other similar products like Lab Manager &amp; Stage Manager.</p>
<p>I spent quite a bit of time afterwards in the pub talking to Alexey who struck me as a very clever and friendly person, hopefully I will meet him again in the future.</p>
<p><span style="font-weight: bold;">Round Table</span></p>
<p>Following the excellent presentation on Lifecycle manager there was an interesting QA type round table in which we managed to talk about some of the areas where we had found issues, some of the finer issues in VI and other useful subjects. I found this to be a highly useful part of the meeting which allowed the attendees to pick the brains of the expert panel at the front of the stage. Hopefully there will be a repeat of this in future meetings, this really allowed us to ask the lingering questions and discuss the areas you always wanted to know.</p>
<p><span style="font-weight: bold;">VMworld recap</span></p>
<p>The bit I had been looking forward too, the VMworld recap, this was presented by Richard Garsthagen and took us through some of the big announcements made at VMworld, still not sure what we are allowed to blog about on this subject so I wont elaborate too much but will provide you <a href="http://public.box.net/londonug">a link for the extended presentation by the Richard and all the other slides from the VMUKUG which will be uploaded here</a>, again, I strongly recommend you give a quick look if you are interested in the future developments of VI, he gave a great demo of some of the future enhancements due in the next version of VI (Apparently not being named VI4) Vservices, vNetwork and lots of other vWords.</p>
<p><span style="font-weight: bold;">Conclusion</span></p>
<p>So, all in all despite the fact that I’m a contractor and don’t get paid to take days off and attend such events, this was a very useful training exercise and highly recommendable to anyone thinking about going to the next user groups, the friendly presenters and attendees made the event a great experience and not just because there was £500 behind the bar afterwards!</p>
<p>If your reading this, thanks very much guys, oh yeah apple and pairs and all that geeza !</p>
<p><span style="font-weight: bold;">As always your comments are welcome, please leave them by clicking the comments link below.</span></p>
<p><a href="http://www.virtu-al.net/2008/10/30/vmware-london-user-group/">VMware London User group</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2008/10/30/vmware-london-user-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free ESX Secuirty Compliance Checker</title>
		<link>http://www.virtu-al.net/2008/10/14/free-esx-secuirty-compliance-checker/</link>
		<comments>http://www.virtu-al.net/2008/10/14/free-esx-secuirty-compliance-checker/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 08:50:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=159</guid>
		<description><![CDATA[Compliance Checker is a free, downloadable tool that provides a real time compliance check for multiple VMware ESX host servers at a time. This product is a robust utility providing detailed compliance checks against both the VMware Hardening Guidelines and the CIS benchmarks for ESX. Unlike other free tools in the market, Compliance Checker is [...]<p><a href="http://www.virtu-al.net/2008/10/14/free-esx-secuirty-compliance-checker/">Free ESX Secuirty Compliance Checker</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_cb6LrZBYWIw/SPRelezWuII/AAAAAAAAAK4/sF9rggbGmhg/s1600-h/compliance.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://2.bp.blogspot.com/_cb6LrZBYWIw/SPRelezWuII/AAAAAAAAAK4/sF9rggbGmhg/s200/compliance.jpg" alt="" id="BLOGGER_PHOTO_ID_5256930663064844418" border="0" /></a><br />Compliance Checker is a <span style="font-weight: bold;">free</span>, downloadable tool that provides a real time compliance check for multiple VMware ESX host servers at a time.</p>
<p>This product is a robust utility providing detailed compliance checks against both the VMware Hardening Guidelines and the CIS benchmarks for ESX. Unlike other free tools in the market, Compliance Checker is a fully functional product.</p>
<p>For example, you can print the reports that Compliance Checker produces, and can run compliance checks across multiple ESX servers at once.</p>
<p><a href="http://compliancechecker.configuresoft.com/">Download it here</a></p>
<p><a href="http://www.virtu-al.net/2008/10/14/free-esx-secuirty-compliance-checker/">Free ESX Secuirty Compliance Checker</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2008/10/14/free-esx-secuirty-compliance-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP&#8217;08 &amp; VM&#8217;08 &#8211; Day 1 Review</title>
		<link>http://www.virtu-al.net/2008/10/01/ip08-vm08-day-1-review/</link>
		<comments>http://www.virtu-al.net/2008/10/01/ip08-vm08-day-1-review/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 19:18:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virtu-al.net/?p=151</guid>
		<description><![CDATA[Day 1 sounded good, can&#8217;t wait to attend tomorrow&#8230;. Earls Court 2 buzzed with activity from the moment the enthusiastic voice announced that IP&#8217;08 and the new VM&#8217;08 were open for business. It was standing room only in the seminars and keynotes, particularly for the virtualisation sessions &#8211; there was a palpable sense of anticipation [...]<p><a href="http://www.virtu-al.net/2008/10/01/ip08-vm08-day-1-review/">IP&#8217;08 &amp; VM&#8217;08 &#8211; Day 1 Review</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Day 1 sounded good, can&#8217;t wait to attend tomorrow&#8230;.</p>
<blockquote><p>Earls Court 2 buzzed with activity from the moment the enthusiastic voice announced that IP&#8217;08 and the new VM&#8217;08 were open for business. It was standing room only in the seminars and keynotes, particularly for the virtualisation sessions &#8211;  there was a palpable sense of anticipation and curiosity for what is still, for many organisations, a new concept in computer engineering. Wth Microsoft, Citrix and VMware showing the latest solutions in action.</p>
<p>Among the exhibitors, the mood was surprisingly optimistic given the recent upheavals on Wall Street and Threadneedle Street, summed up by porttracker’s Caroline Barker-Littley: “If companies can get more out of their existing resources, it is good news at a time of belt-tightening. Tools like ours that can discover and re-utilise seemingly lost ports – just as virtualisation can utilise unused and ‘lost&#8217; server capacity – become very attractive when efficiency is a priority.”</p>
<p>From the get-go there was little room to swing a virtual desktop on the stands of IP show regulars such as Avaya, handling wide-ranging enquiries from security to Unified Communications. Avaya keynote speaker Martyn Lambert noted that visitors were anxious to cope with the rapid pace of technological and social change and the need to respond effectively: “They know that if they haven’t got a strategy for customers using Web 2.0 and social networking phenomena, such as Facebook and blogging, their competitors will. It’s an exciting time to be here.”.</p></blockquote>
<p><a href="http://www.virtu-al.net/2008/10/01/ip08-vm08-day-1-review/">IP&#8217;08 &amp; VM&#8217;08 &#8211; Day 1 Review</a> is a post from: <a href="http://www.virtu-al.net">Virtu-Al</a>.<br>
Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" <br><br>Buy it now from:
<a href="http://www.amazon.com/gp/product/0470890797?ie=UTF8&tag=virtal-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0470890797" target="_blank">Amazon USA</a>
<a href="https://www.amazon.co.uk/dp/0470890797?tag=virtal-21&camp=1406&creative=6394&linkCode=as1&creativeASIN=0470890797&adid=11S7HEXGGN3JB7HNME6M&" target="_blank">Amazon UK
</a><a href="http://www.sybex.com/WileyCDA/SybexTitle/VMware-vSphere-PowerCLI-Reference-Automating-vSphere-Administration.productCd-0470890797.html" target="_blank">Sybex</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtu-al.net/2008/10/01/ip08-vm08-day-1-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

