<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>virtual-machine &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/virtual-machine/</link>
	<description>Feed of posts on WordPress.com tagged "virtual-machine"</description>
	<pubDate>Thu, 24 Dec 2009 05:12:47 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Software Spotlight: VirtualBox]]></title>
<link>http://goomba141.wordpress.com/?p=185</link>
<pubDate>Tue, 22 Dec 2009 21:14:22 +0000</pubDate>
<dc:creator>Goomba141</dc:creator>
<guid>http://goomba141.wordpress.com/?p=185</guid>
<description><![CDATA[Hello and here&#8217;s Goomba141 here with a Software Spotlight! What is a Software Spotlight? It is]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hello and here&#8217;s Goomba141 here with a Software Spotlight! What is a Software Spotlight? It is when I make a post about great software (aiming to be freeware!). So here is the product of the month: <strong>Virtual Box</strong>.</p>
<p>What does VirtualBox do, some of you may ask, well VirtualBox is is similar the Microsoft Virtual PC, but better! If you heard of VMWare Fusion or VMWare Workstation, Virtualbox does that too, and it supports Linux, Windows, and Mac, but best of all, it&#8217;s FREE!!! Yep, it&#8217;s free! It supports Windows, Linux, and Mac (Only on macs), as guest OS&#8217;s.</p>
<p>VirtualBox is also opensource, allowing anyone to make it run better! It has USB support, guest additions work on all three OS&#8217;s, and if you those virtual hard disks from your old virtual machine manager, you can just open them with from VirtualBox.</p>
<p>So if you are interested in VirtualBox, you can download it <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">here</a>.</p>
<p>-Goomba141</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Convert VHD to VMDK]]></title>
<link>http://ihilt.wordpress.com/2009/12/22/convert-vhd-to-vmdk/</link>
<pubDate>Tue, 22 Dec 2009 12:32:00 +0000</pubDate>
<dc:creator>ihilt</dc:creator>
<guid>http://ihilt.wordpress.com/2009/12/22/convert-vhd-to-vmdk/</guid>
<description><![CDATA[Required programs: VMware Virtual Machine Importer 2 The purpose here is to convert a VHD file to a ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Required programs: <strong>VMware Virtual Machine Importer 2</strong></p>
<p>The purpose here is to convert a VHD file to a VMDK file and then upload it to a VMware ESXi 4.0 server.</p>
<p>First, start the importer. Click Next.</p>
<p>Select <strong>Import a standalone machine</strong>. Click Next.</p>
<p>Browse to the VMC file associated with the VHD file. Click Next.
<div style="margin-left:40px;">This is the stage at which the importer checks the VHD file.&#160; If it cannot determine the OS, cannot read the filesystem, etc, then it will fail.&#160; Check the log file for errors. &#160;</div>
<p>Choose<strong> VMware workstation virtual machine</strong> as the destination. Click Next.</p>
<p>Give the virtual machine a name and choose the destination directory.&#160; Select <strong>Workstation 5.x, VMware Player 1.x and VMware Server 1</strong> under <strong>Create this virtual machine for</strong>. Click Next.</p>
<p>In Disk Options, choose <strong>Create a full clone</strong>, and <strong>Allocate all disk space now for better performance</strong>.&#160; Click Next.</p>
<p>If all the settings look ok, click Next.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The virtual data center, nomadic virtual machines.]]></title>
<link>http://vburke.wordpress.com/2009/12/22/the-virtual-data-center-nomadic-virtual-machines/</link>
<pubDate>Tue, 22 Dec 2009 01:22:43 +0000</pubDate>
<dc:creator>vburke</dc:creator>
<guid>http://vburke.wordpress.com/2009/12/22/the-virtual-data-center-nomadic-virtual-machines/</guid>
<description><![CDATA[Tonight I&#8217;ve been reading about security implications of migrating virtual machines between ph]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Tonight I&#8217;ve been reading about <a href="http://www.networkworld.com/news/2009/122109-virtualized-data-centers.html">security implications of migrating virtual machines</a> between physical hosts in the data center cloud. I think this is far from the awful problem the authors make it out to be.</p>
<p>Live migration of virtual machines between hosts in a cloud provides large benefits in reliability. Migration allows virtual machines to be moved from hosts requiring maintenance, they can be moved to avoid imminent disaster, or moved to balance loads across the cloud. This gives us maximum uptime and the most consistent performance for the virtual machines.</p>
<p>The first objection to this migration is to insure the migrated virtual machine retains all of its security settings, storage access, and etc. This is a bit of a red herring to me. These are either things under control of the virtual machine (the cloud hosts couldn&#8217;t manipulate them anyways) or they are things that, if wrong, wouldn&#8217;t allow the virtual machine to continue to run. Not a security risk by any means.</p>
<p>The second objection is that any facilities such as load balancers have to know the virtual machine migrated. Not at all. Considering Xen Cloud Platform (which we use for our cloud), virtual machines retain their IP settings and the MAC addresses of their virtual interfaces. No external system has any idea whatsoever which virtual machine is running on which physical cloud host, or even which are virtual machines or physical machines. It&#8217;s all completely transparent.</p>
<p>Since no outside application that interfaces with the virtual machine, be it load balancer, firewall, etc has any way of knowing where the virtual actually lives in the cloud, there&#8217;s nothing to migrate when the virtual migrates.</p>
<p>The cloud does indeed demand uniformity of the equipment in it, but that has nothing to do with migrating virtuals and everything to do with basic cloud functionality. XCP, for example, will not permit physical hosts to join the cloud unless they match in terms of CPU, memory, and Ethernet ports. It doesn&#8217;t matter who the vendor is or even that the hardware is an across the board full match as long as those items match.</p>
<p>Migrating virtual machines isn&#8217;t as hard as you might think.</p>
<p>Vern, SwiftWater Telecom</p>
<p><a href="http://www.swiftwatertel.com/datacenter/virtual/aurora-rcs-cloud.html">virtual data center cloud service</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to extend a boot or system volume on a Windows 2003 Server VMware Virtual Machine]]></title>
<link>http://itbod.wordpress.com/2009/12/14/how-to-extend-a-boot-or-system-volume-on-a-windows-2003-server-vmware-virtual-machine/</link>
<pubDate>Mon, 14 Dec 2009 23:11:33 +0000</pubDate>
<dc:creator>itbod</dc:creator>
<guid>http://itbod.wordpress.com/2009/12/14/how-to-extend-a-boot-or-system-volume-on-a-windows-2003-server-vmware-virtual-machine/</guid>
<description><![CDATA[You may have had a requirement to increase the space on the system drive of a Windows Server only to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You may have had a requirement to increase the space on the system drive of a Windows Server only to find that even though there is unallocated space to extend into you cannot extend the partition.</p>
<p>There is a neat workaround that I have tried a few times that works very well.</p>
<ul style="margin-top:0;" type="disc">
<li>Power down the Virtual Machine </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Make a backup copy of the Virtual Machine. Depending upon your flavour of VMware this can be done a number of ways. I like to browse the datastore using the VI client and take a full copy of the VM. </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>In the VI client edit the settings of the VM and increase the system partitions&#8217; virtual hard disk to the desired setting and apply </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Next you will need a second VM that is also running Windows 2003 Server. Power it down. In the VI client edit the settings of the second VM and <strong>Add</strong> a <strong>Hard Disk</strong>. </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Select <strong>Use an existing virtual disk</strong> and Browse to the actual location of the first VM&#8217;s system disk </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>After you have added the disk and applied it, power up the second VM </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Open Computer Management &#62; Disk Management and you should see the system disk from the first VM with the accompanying Unallocated space </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Run the Diskpart utility from Start &#62; Run &#62; Diskpart </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Type <strong>list volume</strong> which displays all available volumes. Locate the volume to increase and type <strong>select volume x</strong> (where x is the volume number) </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Finally type <strong>extend.</strong> If it has worked the message <strong>Diskpart successfully extended the volume</strong> should appear </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Shutdown the second VM and in the VI client remove the hard disk from its configuration </li>
</ul>
<ul style="margin-top:0;" type="disc">
<li>Power on the first VM and voila, your system partition should now be fully utilising the allocated space </li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting up a virtual development server]]></title>
<link>http://jonhoo.wordpress.com/2009/12/14/setting-up-a-virtual-development-server/</link>
<pubDate>Mon, 14 Dec 2009 09:37:05 +0000</pubDate>
<dc:creator>Jon Gjengset</dc:creator>
<guid>http://jonhoo.wordpress.com/2009/12/14/setting-up-a-virtual-development-server/</guid>
<description><![CDATA[As a web developer, I often come up with interesting new concepts that I want to try out. Occasional]]></description>
<content:encoded><![CDATA[As a web developer, I often come up with interesting new concepts that I want to try out. Occasional]]></content:encoded>
</item>
<item>
<title><![CDATA[Why a Cloudlet Beats the Cloud for Mobile Apps]]></title>
<link>http://lewisshepherd.wordpress.com/2009/12/13/why-a-cloudlet-beats-the-cloud-for-mobile-apps/</link>
<pubDate>Mon, 14 Dec 2009 01:53:18 +0000</pubDate>
<dc:creator>lewisshepherd</dc:creator>
<guid>http://lewisshepherd.wordpress.com/2009/12/13/why-a-cloudlet-beats-the-cloud-for-mobile-apps/</guid>
<description><![CDATA[Sure, you know cloud computing. You also know a bit about so-called &#8220;private clouds,&#8221; wh]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sure, you know cloud computing. You also know a bit about so-called &#8220;private clouds,&#8221; which enterprises and government agencies are exploring as an option to combine the power and scale of virtualized cloud architectures with security and control over data.</p>
<p>But what do you know of Cloudlets? They may just be a key to the future of mobile computing.</p>
<p>That&#8217;s a possible conclusion from the results so far of a Microsoft Research family of projects called <a href="http://research.microsoft.com/en-us/projects/maui/default.aspx" target="_blank">MAUI, short for Mobile Assistance Using Infrastructure</a>. The MAUI approach is to enable a new class of CPU-intensive, and data-intensive, applications for mobile devices &#8211; but enable them in a new way.  Today&#8217;s mobile devices can&#8217;t run such apps, at least not well. And if they stick to the cloud they may never do so.</p>
<p>I&#8217;ve just read a fundamental MAUI paper published last month in the IEEE&#8217;s <em>Pervasive Computing </em>journal: &#8220;<a href="http://research.microsoft.com/apps/pubs/default.aspx?id=102364" target="_blank">The Case for VM-based Cloudlets in Mobile Computing</a>&#8221; (November 2009, co-authored by MSR&#8217;s Paramvir Bahl along with colleagues from Carnegie Mellon University, AT&#38;T Research, and Lancaster University).</p>
<p><!--more-->The paper is worth reading just to get a reality check on the current cloud mania in popular technology; topics include: The Limits of Cloud Computing; Why Latency Hurts; WAN Latency is Unlikely to Improve; and Bandwidth-Induced Delays Also Hurt.</p>
<div id="attachment_1905" class="wp-caption alignright" style="width: 310px"><a href="http://lewisshepherd.wordpress.com/files/2009/12/cloudlet-concept.jpg"><img class="size-medium wp-image-1905" title="Cloudlet Concept" src="http://lewisshepherd.wordpress.com/files/2009/12/cloudlet-concept.jpg?w=300" alt="" width="300" height="283" /></a><p class="wp-caption-text">Illustration from the IEEE paper</p></div>
<p>As the paper describes, &#8220;Resource poverty is a fundamental constraint&#8230; On hardware that people carry or wear for extended periods of time, improving size, weight and battery life are higher priorities than enhancing compute power. This is not just a temporary limitation of current mobile hardware technology, but is intrinsic to mobility. Computation on mobile devices will always be a compromise.&#8221;</p>
<p>And we can&#8217;t rely on the magic of cloud computing to deliver better resources.  In short, it is unfortunately inescapable that &#8221;long WAN latencies are a fundamental obstacle&#8230; Even trivial user-application interactions incur these delays in cloud computing.&#8221;  And beyond those trivial apps, we already have mobile apps trying to deliver advanced, computation-intense capabilities like speech recognition, NLP, assisted vision, machine learning, and augmented reality. Those apps suffer because cloud computing isn&#8217;t powerful enough to support them seamlessly across a WAN like the public internet.</p>
<p>So MAUI researchers believe that <strong>&#8220;Rather than relying on a distant cloud, the resource poverty of a mobile device can be addressed by using a nearby resource-rich cloudlet.&#8221;</strong> In their paper, they write:</p>
<blockquote><p>We put forth a vision of mobile computing that breaks free of this fundamental constraint. In this vision, mobile users seamlessly utilize nearby computers to obtain the resource benefits of cloud computing without incurring WAN delays and jitter. Rather than relying on a distant “cloud,” a mobile user instantiates a “cloudlet” on nearby infrastructure and uses it via a wireless LAN. Crisp interactive response for immersive applications that augment human cognition is then much easier to achieve because of the proximity of the cloudlet. - &#8220;The Case for VM-based Cloudlets in Mobile Computing.&#8221;</p></blockquote>
<p>Here&#8217;s a bit more detailed description of what the cloudlet looks like:</p>
<blockquote><p>Cloudlets are decentralized and widely-dispersed Internet infrastructure whose compute cycles and storage resources can be leveraged by nearby mobile computers. A cloudlet can be viewed as a “<strong>data center in a box</strong>.” It is self-managing, requiring little more than power, Internet connectivity, and access control or setup. This simplicity of management corresponds to an appliance model of computing resources, and makes it trivial to deploy on a business premises such as a coffee shop or a doctor’s office. Internally, a cloudlet may be viewed as a cluster of multi-core computers, with gigabit internal connectivity and a high-bandwidth wireless LAN.</p></blockquote>
<p>There&#8217;s one last bit of important description from the IEEE paper about the cloudlet scenario,</p>
<blockquote><p>The mobile device functions as a thin client, with all significant computation occurring in the nearby cloudlet. Physical proximity of the cloudlet is essential: the end-to-end response time of applications executing in the cloudlet needs to be fast (few milliseconds) and predictable. If no cloudlet is available nearby, the mobile device can gracefully degrade to a fallback mode that involves a distant cloud or, in the worst case, solely its own resources. Full functionality and performance can return later, when a nearby cloudlet is discovered.&#8221;</p></blockquote>
<p>That sounds a lot like typical WiFi scenarios, doesn&#8217;t it? Mobile devices and their users have already become attuned to the hotspot paradigm &#8211; it might be interesting for that to be extended to hotspots of dense computational resources which light up your handheld or goggles and transform them from normal devices to immersively augmented supercomputers.</p>
<p>There&#8217;s much more work to be done, on technical issues like dynamic VM synthesis and on figuring out the business model for cloudlets. As the paper&#8217;s authors muse, &#8220;Is deployment driven bottom-up by business owners installing cloudlets for the benefit of their customers, much as they install comfortable furniture today? Or is it driven top-down by service providers who share profits with the retail businesses on whose premises cloudlets are deployed?&#8221; These are fascinating questions which have puzzled ISP&#8217;s and wireless providers for a decade now.</p>
<p>I&#8217;ll certainly follow up on the cloudlet progress in Microsoft Research in future posts.</p>
<p><a href="http://twitter.com/home/?status=Why a Cloudlet Beats the Cloud for Mobile Apps by @lewisshepherd:+http://bit.ly/7EDw6f" target="_blank">Share this post on Twitter</a></p>
<p><a href="mailto:?Subject=Interesting%20post%20on%20the%20Shepherds%20Pi%20blog&#38;Body=Thought you might enjoy this, http://lewisshepherd.wordpress.com/2009/12/13/why-a-cloudlet-beats-the-cloud-for-mobile-apps/">Email this post to a friend</a></p>
<p><!-- AddThis Bookmark Button BEGIN --><a title="Bookmark using any bookmark manager!" href="http://www.addthis.com/bookmark.php" target="_blank"><span style="text-decoration:none;"><img src="http://s9.addthis.com/button1-share.gif" border="0" alt="AddThis Social Bookmark Button" width="125" /></span></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 7 Tip - Windows XP Mode]]></title>
<link>http://lousytechblog.wordpress.com/2009/12/12/a-lousy-tip-for-windows-xp-mode-in-windows-7/</link>
<pubDate>Sat, 12 Dec 2009 21:10:34 +0000</pubDate>
<dc:creator>lousytechblog</dc:creator>
<guid>http://lousytechblog.wordpress.com/2009/12/12/a-lousy-tip-for-windows-xp-mode-in-windows-7/</guid>
<description><![CDATA[Windows  7 Pro offers a cool feature that allows you to install a Windows XP virtual machine to run ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Windows  7 Pro offers a cool feature that allows you to install a Windows XP virtual machine to run old programs that do not work in Windows 7. Microsoft calls it Windows XP Mode. This feature does not come pre-installed and you have to reconfigure your BIOS for this feature to work. For instructions on how to get Windows XP Mode and the BIOS changes please click <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx" target="_blank">here</a>. The whole idea of this feature is that when you install a program in Windows XP Mode the program should appear on the Windows 7 start menu.  Then you can click on the program and the program will run without loading the whole Windows XP Mode virtual machine. Now according to the Microsoft official videos and documentation all you have to do is load the Windows XP Mode virtual machine, install the app and then the icon should appear on your Windows 7 Start Menu like the picture below.<br />
<a href="http://lousytechblog.wordpress.com/files/2009/12/xp.png"><img class="alignnone size-full wp-image-116" title="xp" src="http://lousytechblog.wordpress.com/files/2009/12/xp.png" alt="" width="276" height="216" /></a></p>
<p>This only works if the program you install puts icons in the Start Menu in Windows XP virtual machine. If it doesn&#8217;t then you will have to create a shortcut icon in Windows XP virtual machine and make sure it is placed in <em>C:\Documents and Settings\All Users\Start Menu\Programs</em>. After the shortcut is placed in the path then the icon will show up on the Windows 7 Start Menu like the picture above. Something I learned the hard way.</p>
<p><img style="position:absolute;z-index:2147483647;opacity:0.6;display:none;" src="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Installing Ubuntu 9.10 VM in Windows Vista]]></title>
<link>http://abhilekh.wordpress.com/2009/12/11/installing-ubuntu-9-10-vm-in-windows-vista/</link>
<pubDate>Fri, 11 Dec 2009 10:21:17 +0000</pubDate>
<dc:creator>Abhishek Singh</dc:creator>
<guid>http://abhilekh.wordpress.com/2009/12/11/installing-ubuntu-9-10-vm-in-windows-vista/</guid>
<description><![CDATA[Ubuntu 9.10(Karmic Koala) released in October 2009. I install Ubuntu 9.10 as a virtual machine insid]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ubuntu 9.10(Karmic Koala) released in October 2009.</p>
<p>I install Ubuntu 9.10 as a virtual machine inside Windows Vista (as i dont want to make my system dual boot.) Here is a brief step by step guideline to setup Ubuntu 9.10 as Virtual Machine in Windows Vista.</p>
<ul>
<li> First install VMware Player (free software, all you have to do is one simple registration) from <a href="http://www.vmware.com/products/player/">here</a>. I have installed the latest version of VMWare i.e.3.0 (VMware has recently released the 3.0 version of the software.)</li>
<li>Second requirement is Ubuntu 9.10. You should either have CD (in my case) or iso image (Size is around 700MB, <a href="http://www.ubuntu.com/getubuntu/download">download</a>) of Ubuntu 9.10.</li>
<li> Now start VMWare, click on &#8220;Create a New Virtual Machine&#8221; option. This will in turn show you the &#8220;New Virtual Machine Wizard&#8221; where you select the installation method.</li>
</ul>
<p><a href="http://abhilekh.wordpress.com/files/2009/12/welcome_vmware1.jpg"><img class="aligncenter size-medium wp-image-65" title="welcome_vmware" src="http://abhilekh.wordpress.com/files/2009/12/welcome_vmware1.jpg?w=300" alt="" width="300" height="249" /></a></p>
<ul>
<li> Since i have Ubuntu CD, so i will go for &#8220;Installer Disc&#8221; radio button; if you have iso file then select the &#8220;Installer disc image file (iso)&#8221; option, browse the location,wait and VMWare will detect and show &#8220;ubuntu 9.10 detected&#8221; message.</li>
</ul>
<p><a href="http://abhilekh.wordpress.com/files/2009/12/select_disk_or_iso.jpg"><img class="aligncenter size-medium wp-image-66" title="Select_Disk_or_iso" src="http://abhilekh.wordpress.com/files/2009/12/select_disk_or_iso.jpg?w=300" alt="" width="300" height="252" /></a></p>
<ul>
<li>Click next, Enter Virtual Machine Name and Location (Where you want to store the newly created VM to be stored) Click next and select Maximum disk size, by default it is 20GB. I think this much is enough as i am not going to store media files or heavy applications in this VM. Practically it will not use 20GB at once. Initially the size will be around 3GB (as in my case), as you go ahead and install some stuff in your Ubuntu Virtual Machine, the size will grow but will not go beyond Maximum size (20GB or whatever you select).</li>
</ul>
<ul>
<li> Click next and if you are OK with the default settings (as i&#8217;m <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) click finish. After this VMWare will start installation of Ubuntu 9.10 as Virtual Machine. After installation you&#8217;ll see one black screen having some text like: &#8220;VMWare Easy Install.. please wait ! VMWare tool is currently being install&#8230;etc &#8221; followed by &#8220;ubuntu login prompt: &#8221; :</li>
</ul>
<p><a href="http://abhilekh.wordpress.com/files/2009/12/wait_for_gui.png"><img class="aligncenter size-medium wp-image-67" title="wait_for_GUI" src="http://abhilekh.wordpress.com/files/2009/12/wait_for_gui.png?w=300" alt="" width="300" height="210" /></a></p>
<p>wait some time untill it shows GUI(Login Screen) . On Login Screen click on user name, enter password and enjoy Ubuntu 9.10 as virtual Machine within Windows Vista.</p>
<p>Share this post :</p>
<p class="getsocial" style="text-align:left;"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1004.png" alt="" /><a title="Add to Facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://abhilekh.wordpress.com/2009/12/11/63" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1014.png" alt="Add to Facebook" /></a><a title="Add to Digg" rel="nofollow" href="http://digg.com/submit?phase=2&#38;url=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;title=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1024.png" alt="Add to Digg" /></a><a title="Add to Del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;title=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1034.png" alt="Add to Del.icio.us" /></a><a title="Add to Stumbleupon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;title=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1044.png" alt="Add to Stumbleupon" /></a><a title="Add to Reddit" rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;title=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1054.png" alt="Add to Reddit" /></a><a title="Add to Blinklist" rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&#38;Description=&#38;Url=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;Title=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1064.png" alt="Add to Blinklist" /></a><a title="Add to Twitter" rel="nofollow" href="http://twitter.com/home/?status=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista+%40+http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1074.png" alt="Add to Twitter" /></a><a title="Add to Technorati" rel="nofollow" href="http://www.technorati.com/faves?add=http://abhilekh.wordpress.com/2009/12/11/63" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1084.png" alt="Add to Technorati" /></a><a title="Add to Yahoo Buzz" rel="nofollow" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;headline=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1094.png" alt="Add to Yahoo Buzz" /></a><a title="Add to Newsvine" rel="nofollow" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fabhilekh.wordpress.com%2F2009%2F12%2F11%2F63&#38;h=Installing%20Ubuntu%209.10%20VM%20in%20Windows%20Vista" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1104.png" alt="Add to Newsvine" /></a><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2009/08/gs1114.png" alt="" /></p>
<p class="getsocial" style="text-align:left;">
<p>- <span style="color:#800080;"><strong>Abhishek Singh</strong></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[2010 Prediction: Dave Demlow, Double-Take Software]]></title>
<link>http://cloudrecovery.info/2009/12/10/2010-prediction-dave-demlow-double-take-software/</link>
<pubDate>Thu, 10 Dec 2009 18:23:09 +0000</pubDate>
<dc:creator>amcanty</dc:creator>
<guid>http://cloudrecovery.info/2009/12/10/2010-prediction-dave-demlow-double-take-software/</guid>
<description><![CDATA[By Dave Demlow published: Thursday, December 10 2009 2010: Looking Into the Clouds In 2010 we will s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>By Dave Demlow<br />
published: Thursday, December 10 2009</strong></p>
<p><strong>2010: Looking Into the Clouds</strong></p>
<p>In 2010 we will see increasing interest and activity around cloud provided infrastructure as a service (IaaS) providing on-demand, pay as you go access to scalable compute and storage infrastructure. Clearly IaaS will not be the only area where services will be provided by the cloud, but it’s getting so much attention because it is a model that can be easily understood by most people, can evolve from and work with existing enterprise applications and architectures and can be quickly and easily trialed in low risk areas such as test or development and expanded incrementally. In addition, there are already a surprising number of providers to choose from with similar but differentiated service offerings and pricing models that can meet a variety of market needs.</p>
<p>I say IaaS is easily understood because when it comes right down to it, it’s all about virtual machines which by now are very well understood. Package up your operating system and application stack into a nice portable container, and run that container on a shared infrastructure but isolated from other workloads sharing the same infrastructure. The next logical question is whether to own the all the infrastructure to run those containers, which depends on the nature and longevity of the workloads, the utilization of existing infrastructure, geographic constraints (sometimes), compliance, legal issues, management preference, and of course, cost. I expect for the foreseeable future that most companies will want to have a mix of internal and external infrastructure to meet the changing needs of various workloads.</p>
<p> As a software developer, and particularly as the developer of software commonly used to replicate, failover and recover these “workload containers” (whether they are already virtualized or not) from one geographic location to another, we have been very early cloud watchers and users ourselves.</p>
<p> In addition to the test and development benefits that most software companies can receive by utilizing cloud infrastructure resources to run virtual machines in the cloud at least for peak demand times or special ad-hoc projects, being able to test things like cross country or trans-Atlantic data replication using virtual machines distributed across multiple clouds, purchased just for the time we are using them is fantastic. Of course, it also makes you start to think about many other possibilities.</p>
<p> Within a datacenter or corporate WAN, there are tools like ours available that can continuously backup and failover workloads on physical or virtual servers into virtual machines (P2V and V2V failover) in different locations for disaster recovery and high availability. If IaaS can allow me to run virtual machines and standard operating systems and applications, can I use it as a recovery site and actually failover workloads from my datacenter to the cloud?  Sure, with the right networking and technologies, it’s certainly possible (and available). Coincidentally this mirrors the same thought processes and customer adoption that we saw early on when server virtualization itself was first limited to test environments, then moved to disaster recovery which gave people the confidence to start moving production workloads into their virtualized infrastructure.</p>
<p> For the full article, <a href="http://www.virtual-strategy.com/December-2009-Executive-Viewpoint/2010Prediction-Double-Take.html" target="_blank">click here!</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Installing Google Chrome Machine-Wide]]></title>
<link>http://thoughtfulcode.wordpress.com/2009/12/09/installing-google-chrome-machine-wide/</link>
<pubDate>Wed, 09 Dec 2009 17:38:14 +0000</pubDate>
<dc:creator>Brian Reiter</dc:creator>
<guid>http://thoughtfulcode.wordpress.com/2009/12/09/installing-google-chrome-machine-wide/</guid>
<description><![CDATA[Perhaps the most brilliant and subversive feature of the Google Chrome browser is its distribution m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Perhaps the most brilliant and subversive feature of the Google Chrome browser is its distribution model. It has a one-click installer that will work for a limited rights user account. The way Google pulls this off is that they install Chrome into the %LOCALAPPDATA% directory for the current user rather than the secured %ProgramFiles% or %ProgramFiles(x86)% directory. What this means is that many corporate people that cannot run the Firefox installer or get Firefox to work without serious rigmarole <strong><em>can</em></strong> install Google Chrome easily. I have seen this take off in corporate offices by word of mouth.</p>
<p>What I want to do is run the release version of Google Chrome in Windows Virtual PC on Windows 7 and use the application publishing feature while I run the beta channel Google Chrome on my host Windows 7 machine. The problem is that in order for the virtual application publishing to work properly Google Chrome needs to be installed for all users.</p>
<p>I could do this by installing Chrome and then manually moving things around, edit the registry and create an All Users shortcut. Or I just discovered the <a href="http://pack.google.com/support/bin/answer.py?answer=118663" target="_blank">Google tool to install Chrome for an entire machine</a>.</p>
<p>If you use the Google Pack, you can install&#160; Chrome Pack machine-wide. Get the pack from <a href="http://pack.google.com">http://pack.google.com</a>.</p>
<p><a href="http://thoughtfulcode.files.wordpress.com/2009/12/googlepack.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="google-pack" border="0" alt="google-pack" src="http://thoughtfulcode.files.wordpress.com/2009/12/googlepack_thumb.png?w=504&#038;h=365" width="504" height="365" /></a> </p>
<p>Go, fight, win! </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shiny Appy People]]></title>
<link>http://cqhq.wordpress.com/2009/12/05/shiny-appy-people/</link>
<pubDate>Sat, 05 Dec 2009 01:56:22 +0000</pubDate>
<dc:creator>GW7AAV</dc:creator>
<guid>http://cqhq.wordpress.com/2009/12/05/shiny-appy-people/</guid>
<description><![CDATA[If there is one thing guaranteed to generate a myriad of opposing opinions it is the Windows vs Linu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div><a href="http://cqhq.wordpress.com/files/2009/12/capture.jpg"><img class="alignleft size-thumbnail wp-image-611" title="Capture" src="http://cqhq.wordpress.com/files/2009/12/capture.jpg?w=37" alt="" width="37" height="150" /></a>If there is one thing guaranteed to generate a myriad of opposing opinions it is the Windows vs Linux debate. I recently spent half a day trying to get access to <a href="http://shackbox.net/">Shackbox</a>, a Linux distribution aimed at radio amateurs, and another half a day downloading and writing it to a DVD. I then spent four hours trying to get it to install both from the created &#8216;live DVD&#8217; and as a proper install with no luck. Plain <a href="http://www.ubuntu.com/">Umbuntu 9.1</a> was a breeze much easier than Windows and faster, I even have a live version on a USB pen drive. However although my heart wants to wave the pirate flag (or should that be penguin flag) I know almost nothing I want to do can be done on the Linux machine without an immense outlay in both time and money simply to replace the programs I already have for Windows.</div>
<div> </div>
<div>Unfortunately Microsoft keep moving the goalposts and I have ended up with multiple machines running different versions of Windows just so I can keep running my favourite software. With Windows 7 there appears to be a chink of light at the end of the tunnel. My son is a web developer and has been using the betas of Win7 for a while now and has recently had a full &#8216;Ultimate&#8217; version installed on one of his machines. He has been most impressed with the Microsoft Virtual Machine which allows other operating systems to be installed and run as a virtual PC. Some Windows 95 &#38; 98 programs apparently run faster and are more stable in the VM environment than they ever were on a dedicated machine. The idea of VM is that developers can test their products under different operating systems before releasing them in to the wild, but for those who want the best of all worlds it gives us the opportunity to keep using those old programs without having half a dozen obsolete machines hanging around for the purpose.</div>
<div> </div>
<div>For those of you who already have a Windows 7 or Vista machine there is a new ham radio gadget out. It is a simple gadget for propagation and searching QRZ and can be found on the gadget site <a href="http://gallery.live.com/LiveItemDeta...e-0993d61b3bca" target="_blank">http://gallery.live.com/LiveItemDeta&#8230;e-0993d61b3bca</a> I have to say I do not really like gadgets and task bars cluttering up my desktop and I find the style somewhat dated but it is quite useful. What is it about ham applications that most of them look like they were designed to run under Windows 3.1? Are we hams not <a href="http://en.wikipedia.org/wiki/Shiny_Happy_People">&#8216;Shiny Appy People&#8217;</a>?</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenSolaris in VirtualBox]]></title>
<link>http://anyunix.wordpress.com/2009/12/04/opensolaris-in-virtualbox/</link>
<pubDate>Fri, 04 Dec 2009 06:44:58 +0000</pubDate>
<dc:creator>balajesankar</dc:creator>
<guid>http://anyunix.wordpress.com/2009/12/04/opensolaris-in-virtualbox/</guid>
<description><![CDATA[I had two physical boxes running OpenSolaris. One of them is an old Dell optiplex machine with just ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://anyunix.wordpress.com/files/2009/12/opensolarisvm.jpg"></a></p>
<p><a href="http://anyunix.wordpress.com/files/2009/12/opensolarisvm2.jpg"></a><a href="http://anyunix.wordpress.com/files/2009/12/opensolarisvm1.jpg"></a></p>
<p><a href="http://anyunix.wordpress.com/files/2009/12/opensolarisvm3.jpg"><img class="aligncenter size-full wp-image-16" title="OpensolarisVM" src="http://anyunix.wordpress.com/files/2009/12/opensolarisvm3.jpg" alt="" width="700" height="437" /></a></p>
<p>I had two physical boxes running OpenSolaris. One of them is an old Dell optiplex machine with just 1 gig RAM. But I dedicated the entire 40Gb to OpenSolaris. The other machine which I built before six months had OpenSolaris in one of the partition. It had windows server as the primary OS and OpenSolaris Grub as the boot manager. But when I installed Windows Server 2008 R2 as the primary OS on that machine it overwrote the Grub. So the Opensolaris partition is no more bootable. Anyways, I was not using that machine much. But the Optiplex machine is too slow and noisy. So I decided to have Opensolaris in my laptop as a Virtual Machine.</p>
<p>My Laptop is a WIn 7 and XP machine with 320 GB HDD and 3 GB RAM. I downloaded latest Sun Virtual Box. I already had the Open Solaris 2009.06 LiveCD which I had got from Sun months back. Within VirtualBox I created a new VM by allocating 16 GB HD and 1 GB RAM. I installed OpenSolaris as a VM and booted it. Initially, the Gnome GUI worked and now it doesn&#8217;t for no reason. I need to analyze the X logs. But I am ok with working in command line and the VM should be sufficient for me.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quoted - Sun's VirtualBox 3.1 Aims to Bag Enterprise Market - TechNewsWorld]]></title>
<link>http://scotttesta.com/2009/12/03/quoted-suns-virtualbox-3-1-aims-to-bag-enterprise-market-technewsworld/</link>
<pubDate>Thu, 03 Dec 2009 11:41:28 +0000</pubDate>
<dc:creator>Scott Testa</dc:creator>
<guid>http://scotttesta.com/2009/12/03/quoted-suns-virtualbox-3-1-aims-to-bag-enterprise-market-technewsworld/</guid>
<description><![CDATA[Image via Wikipedia Quoted &#8211; Sun&#8217;s VirtualBox 3.1 Aims to Bag Enterprise Market &#8211; ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Sun_Microsystems_logo.svg"><img title="Sun Microsystems" src="http://upload.wikimedia.org/wikipedia/en/thumb/c/c8/Sun_Microsystems_logo.svg/296px-Sun_Microsystems_logo.svg.png" alt="Sun Microsystems" width="296" height="128" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:Sun_Microsystems_logo.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Quoted &#8211; Sun&#8217;s <a class="zem_slink" title="VirtualBox" rel="homepage" href="http://www.virtualbox.org/">VirtualBox</a> 3.1 Aims to Bag Enterprise Market &#8211; TechNewsWorld</p>
<p><a class="zem_slink" title="Sun Microsystems" rel="homepage" href="http://www.sun.com/">Sun Microsystems</a> has bumped its VirtualBox virtualization utility to 3.1 status. New features include a so-called teleportation ability, which lets users move a running VM between hosts on different OSes. Storage attachments are more flexible, and Sun says it&#8217;s made several performance enhancements.</p>
<p>&#8220;From a technical point of view, the teleportation feature creates <a class="zem_slink" title="Virtual machine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Virtual_machine">virtual machines</a> that have zero downtime during maintenance periods. This is a very big deal,&#8221; Scott Testa, a professor of <a class="zem_slink" title="Business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business">business</a> administration at <a href="http://www.cabrini.edu/" target="_blank">Cabrini College</a> in Philadelphia, told LinuxInsider.</p>
<h2>Business Cues</h2>
<p>The special attention that Sun Microsystems put into version 3.1 shows that it was deliberately aiming to capture the enterprise market, noted Testa.</p>
<p>For example, the new version has flexibility for use in a multiplatform work environment. For some businesses, not needing a homogeneous computing environment to deploy virtual machines is very important, he said.</p>
<p>The <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> works with <a class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows</a>, <a class="zem_slink" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux</a>, <a href="http://www.apple.com/">Apple</a> (Nasdaq: <a class="zem_slink" title="NASDAQ: AAPL" rel="stockexchange" href="http://finance.yahoo.com/q?s=AAPL">AAPL</a>) OS X, Solaris, and <a class="zem_slink" title="OpenSolaris" rel="homepage" href="http://www.opensolaris.com/">OpenSolaris</a>.</p>
<p><a href="http://www.technewsworld.com/rsstory/68777.html" target="_blank">http://www.technewsworld.com/rsstory/68777.html</a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bcf4b3a1-6b38-45ab-9357-49dd21fd505a/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=bcf4b3a1-6b38-45ab-9357-49dd21fd505a" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tolerant? I can be! Ensuring availability in a virtualised environment is simple…]]></title>
<link>http://availabilityadvisor.com/2009/12/03/tolerant-i-can-be-ensuring-availability-in-a-virtualised-environment-is-simple%e2%80%a6/</link>
<pubDate>Thu, 03 Dec 2009 09:00:30 +0000</pubDate>
<dc:creator>Andy Bailey</dc:creator>
<guid>http://availabilityadvisor.com/2009/12/03/tolerant-i-can-be-ensuring-availability-in-a-virtualised-environment-is-simple%e2%80%a6/</guid>
<description><![CDATA[Fault tolerance in virtualised environments doesn’t get more exciting than this, according to a rece]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Fault tolerance in virtualised environments doesn’t get more exciting than <a href="http://www.theregister.co.uk/2009/11/25/fault_tolerance_virtualization/">this</a>, according to a recent vox pox in The Register.</p>
<p>I beg to differ. Rather than borrowing Trevor’s axe-based approach, I shall attempt to employ one of <em>focus</em>.</p>
<p>Fault tolerance can indeed be built into a virtualised environment such that availability is ensured. All it requires is an Ultra High Availability Server at the service layer with total duplication built in above.</p>
<p>It’s really that easy. Here’s a picture:</p>
<p><a href="http://availabilityadvisor.wordpress.com/files/2009/12/ve.jpg"><img class="alignnone size-full wp-image-217" title="ve" src="http://availabilityadvisor.wordpress.com/files/2009/12/ve.jpg" alt="" width="500" height="322" /></a></p>
<p>Adam suggests a cheaper alternative to fault tolerant hardware might be to invest in a blade frame and an even cheaper option, fault tolerant software.</p>
<p>Before going either of these routes, please consider this:</p>
<ul>
<li>Some fault tolerant hardware does not require coding so there are no related costs. Such hardware happens to be of the ultra high availability delivering species too. They also happen to reduce the cost of management and downtime.</li>
<li>What about the costs of management, downtime and coding related to blade frames and software solutions?</li>
<li>At what price do you value your reputation? Any outage requiring services to customers to be restarted on alternative servers, no matter how short lived, costs your customers time, money and in some cases lives. Downtime is simply not an option.</li>
</ul>
<p>Trevor paints a great picture of Servers B and C coming to the rescue of Server A post an axe attack. Hang on though. Aren’t we forgetting who the victims are here?</p>
<p>Aren’t we forgetting about the customers who are unable to access the services on server A for the split moment it went down and whose customers’ livelihoods and in many cases quite literally lives, may have been at risk? If Server A had been truly fault tolerant then it wouldn’t have needed rescuing and there would be no victims.</p>
<p>These things aside, this vox pox does celebrate what we all know to be the best thing about virtualisation: flexibility. It’s great that recovery times are improving in the case of failure in a virtualised environment. For the greatest flexibility however, you need to ensure an environment where restarting is not necessary in the first place. Fullstop.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[vSphere: Freezing VMs after deleting a volume from the SAN]]></title>
<link>http://kennethvanditmarsch.wordpress.com/2009/12/02/vsphere-freezing-vms-after-deleting-a-volume-from-the-san/</link>
<pubDate>Wed, 02 Dec 2009 17:15:33 +0000</pubDate>
<dc:creator>Kenneth van Ditmarsch</dc:creator>
<guid>http://kennethvanditmarsch.wordpress.com/2009/12/02/vsphere-freezing-vms-after-deleting-a-volume-from-the-san/</guid>
<description><![CDATA[We are running a newly designed vSphere 4.0 environment connected to a very big LeftHand iSCSI envir]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We are running a newly designed vSphere 4.0 environment connected to a very big LeftHand iSCSI environment. Lately we discovered some major problems with a couple of VM&#8217;s totally freezing for about 30 seconds, this problem seemed to only occur on several VM&#8217;s from one specific host, so time to do some research on this host.</p>
<p>The first fast conclusion I could make was that the vmkernel was flooded (multiple entries per second) with error messages coming from the Path Selection Policy (PSP).</p>
<blockquote>
<h6>Dec  2 15:41:13 esxhostname vmkernel: 0:00:37:21.082 cpu14:4118)WARNING: vmw_psp_rr: psp_rrSelectPath: Could not select path for device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221;.<br />
Dec  2 15:41:13 esxhostname vmkernel: 0:00:37:21.082 cpu14:4118)WARNING: NMP: nmp_IssueCommandToDevice: I/O could not be issued to device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221; due to Not found<br />
Dec  2 15:41:13 esxhostname vmkernel: 0:00:37:21.082 cpu14:4118)WARNING: NMP: nmp_DeviceRetryCommand: Device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221;: awaiting fast path state update for failover with I/O blocked. No prior reservation exists on the device.<br />
Dec  2 15:41:13 esxhostname vmkernel: 0:00:37:21.082 cpu14:4118)WARNING: NMP: nmp_DeviceStartLoop: NMP Device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221; is blocked. Not starting I/O from device.<br />
Dec  2 15:41:14 esxhostname vmkernel: 0:00:37:22.084 cpu0:4285)WARNING: vmw_psp_rr: psp_rrSelectPathToActivate: Could not select path for device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221;.<br />
Dec  2 15:41:14 esxhostname vmkernel: 0:00:37:22.084 cpu2:4231)WARNING: NMP: nmp_DeviceAttemptFailover: Retry world failover device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221; &#8211; issuing command 0&#215;4100010f2e40<br />
Dec  2 15:41:14 esxhostname vmkernel: 0:00:37:22.084 cpu2:4231)WARNING: vmw_psp_rr: psp_rrSelectPath: Could not select path for device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221;.<br />
Dec  2 15:41:14 esxhostname vmkernel: 0:00:37:22.084 cpu2:4231)WARNING: NMP: nmp_DeviceAttemptFailover: Retry world failover device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221; &#8211; failed to issue command due to Not found (APD), try again&#8230;<br />
Dec  2 15:41:14 esxhostname vmkernel: 0:00:37:22.084 cpu2:4231)WARNING: NMP: nmp_DeviceAttemptFailover: Logical device &#8220;naa.6000eb36b7210cc2000000000000017a&#8221;: awaiting fast path state update&#8230;</h6>
</blockquote>
<p>Further conclusions at that moment learned that a volume was deleted from the LeftHand SAN and EXS obviously didn&#8217;t handle this well causing ALL VM&#8217;s on the troubled host to freeze completely. To the user it only appears like the server is losing its network connection but in fact it&#8217;s a real freeze that varies from 15 to 30 seconds (in our environment). So to get a grip on the situation I frozen (to stay in terms <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  all the LUN removals since I first wanted to reproduce this in our life-like test environment.</p>
<p><!--more--></p>
<p>While troubleshooting this morning <a href="http://ict-freak.nl/" target="_blank">Arne Fokkema</a> pointed me to an article <a href="http://www.virtualgeek.typepad.com/" target="_blank">Chad Sakac</a> published yesterday which contains some interesting information about this topic, read it <a href="http://virtualgeek.typepad.com/virtual_geek/2009/12/an-important-vsphere-4-storage-bug-and-workaround.html" target="_blank">here</a>.</p>
<p>For my test results I was using these steps on and on again:</p>
<ul>
<li>Healthy ESX Host with volume connected;</li>
<li>From LeftHand Console: Unassign the iSCSI volume from the ESX Host (The iSCSI session towards the volume stays connected even after a rescan since the volume still exists and the iSCSI session isn&#8217;t terminated</li>
<li>From LeftHand Console: Delete the volume</li>
<li>The deletion of the volume is instantly detected by ESX and multiple entries are written to the vmkernel<span style="color:#ff0000;"> (*)</span></li>
<li>Next thing is that every 5 minutes the Path Selection Policy (PSP) is mentioning that it can&#8217;t select a path for device (log: WARNING: vmw_psp_rr: psp_rrSelectPathToActivate: Could not select path for device &#8220;naa.6000eb36b7210cc2000000000000016e&#8221;.)</li>
</ul>
<p><span style="color:#ff0000;">(*)</span> Now the tricky part: when deleting a volume from the LeftHand console this is, as stated, recorded in the vmkernel log. Sometimes the log stays steady after the first entries (when the volume is deleted) and then randomly fills up with several entries about paths that cannot be found and other error messages and sometimes<strong> the log instantly floods and just keeps on flooding for hours, or even days!</strong></p>
<p>My test results showed that the VMs freeze only in the last case: <strong>&#8216;whenever the vmkernel logs keeps on flooding&#8217;</strong>. At this moment it&#8217;s unclear to me why this is random behavior but looking back at our production problems versus all the volumes that we&#8217;ve deleted in the past and my experiences of today I cannot do anything else than really conclude that the &#8220;flooding vmkernel log&#8221; is at random. Needless to say is that the actual freezing of VMs (when the vmkernel log is flooded) is definitely at random since sometimes it occurs once an hour and sometimes multiple times an hour.</p>
<p>Last but not least, rescanning the vmhba solved my problems with the log flooding, however, rescanning the vmhba doesn&#8217;t always work anymore while the system is flooded!</p>
<p>So better be safe than sorry and follow the steps in the correct order when deleting a volume from the SAN (as apparently this is a multi-vendor and this ESX problem), just like Chad stated in his article.<br />
First delete it from ESX, than from the SAN and finish with rescanning the vmhba. (another workaround is available for vSphere 4.0 Update 1)</p>
<p>Clearly I would love to hear other users&#8217; experiences on this specific topic since I&#8217;m not quite happy with the &#8220;at random&#8221; experiences.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VirtualBox 3.1 Adds New Features]]></title>
<link>http://devmanic.wordpress.com/2009/12/01/virtualbox-3-1-adds-new-features/</link>
<pubDate>Tue, 01 Dec 2009 23:02:04 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid>http://devmanic.wordpress.com/2009/12/01/virtualbox-3-1-adds-new-features/</guid>
<description><![CDATA[I&#8217;ve been a fan (and user) of VirtualBox for several years now for desktop virtualization, so ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been a fan (and user) of VirtualBox for several years now for desktop virtualization, so it&#8217;s great to keep seeing updates with exciting new features added.</p>
<blockquote><p>The latest version of VirtualBox delivers some compelling new features, including support for live migration and branched snapshots. Migration capabilities reflect VirtualBox&#38;apos;s potential for ascending into the enterprise arena.</p></blockquote>
<p>via <a href="http://arstechnica.com/open-source/news/2009/12/virtualbox-31-adds-live-migration-and-branched-snapshots.ars">VirtualBox 3.1 adds live migration and branched snapshots</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Raz&oacute;n #5 para migrar a Windows Server 2008 R2]]></title>
<link>http://chiabaron.wordpress.com/2009/11/30/razn-5-para-migrar-a-windows-server-2008-r2/</link>
<pubDate>Mon, 30 Nov 2009 13:37:47 +0000</pubDate>
<dc:creator>chiabaron</dc:creator>
<guid>http://chiabaron.wordpress.com/2009/11/30/razn-5-para-migrar-a-windows-server-2008-r2/</guid>
<description><![CDATA[5. Administración de servidores más sencilla y eficaz   Aunque siempre es conveniente aumentar las c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="776"><a href="http://www.microsoft.com/windowsserver2008/en/us/why-upgrade.aspx">5. Administración de servidores más sencilla y eficaz</a></td>
</tr>
<tr>
<td width="776"> </td>
</tr>
<tr>
<td width="776">Aunque siempre es conveniente aumentar las capacidades de su sistema operativo de servidores, el aspecto negativo siempre ha recaído en la complejidad y las cargas de trabajo adicionales que reciben a diario los administradores de servidores. Windows Server 2008 R2 específicamente aborda este problema con mucho trabajo que se puede observar en todas sus consolas de administración. Las funciones de estas herramientas incluyen:</td>
</tr>
<tr>
<td width="776">· Mejor administración del consumo de energía del centro de datos, como se comprobó anteriormente</td>
</tr>
<tr>
<td width="776">· Mejor administración remota, incluso un Administrador de servidores que se instala remotamente</td>
</tr>
<tr>
<td width="776">· Funciones de administración mejoradas a través de Active Directory Domain Services y Active Directory Federated Services actualizados y simplificados</td>
</tr>
<tr>
<td width="776">Windows Server 2008 R2 a su vez mejora la función conocida PowerShell que se encuentra en Windows Server 2008. PowerShell 2.0 maximiza enormemente la versión anterior con la introducción de más de 240 nuevos cmdlets preintegrados, así como una nueva interfaz gráfica de usuario (GUI) que proporciona funciones de desarrollo de nivel profesional para crear nuevos cmdlets. La nueva GUI incluye sintaxis a todo color, nuevas capacidades para depurar scripts en producción y nuevas herramientas de prueba.</td>
</tr>
</tbody>
</table>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Virtual  Machine]]></title>
<link>http://bluewarrior.wordpress.com/2009/11/28/virtual-machine/</link>
<pubDate>Sat, 28 Nov 2009 05:15:36 +0000</pubDate>
<dc:creator>bluewarrior</dc:creator>
<guid>http://bluewarrior.wordpress.com/2009/11/28/virtual-machine/</guid>
<description><![CDATA[Virtual machine (VM) adalah suatu environment, biasanya sebuah program atau sistem operasi, yang tid]]></description>
<content:encoded><![CDATA[Virtual machine (VM) adalah suatu environment, biasanya sebuah program atau sistem operasi, yang tid]]></content:encoded>
</item>
<item>
<title><![CDATA[راهنمای استفاده از نسخه اولیه Chrome OS]]></title>
<link>http://tjs87.wordpress.com/2009/11/24/%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%d8%a7%d8%b3%d8%aa%d9%81%d8%a7%d8%af%d9%87-%d8%a7%d8%b2-%d9%86%d8%b3%d8%ae%d9%87-%d8%a7%d9%88%d9%84%db%8c%d9%87-chrome-os/</link>
<pubDate>Tue, 24 Nov 2009 10:15:50 +0000</pubDate>
<dc:creator>tjsoftware</dc:creator>
<guid>http://tjs87.wordpress.com/2009/11/24/%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%d8%a7%d8%b3%d8%aa%d9%81%d8%a7%d8%af%d9%87-%d8%a7%d8%b2-%d9%86%d8%b3%d8%ae%d9%87-%d8%a7%d9%88%d9%84%db%8c%d9%87-chrome-os/</guid>
<description><![CDATA[ترجمه و بازنویسی: بابک فخریلو اگر برای استفاده از نسخه رسمی این سیستم عامل ،نمی توانید تا سال آینده ]]></description>
<content:encoded><![CDATA[ترجمه و بازنویسی: بابک فخریلو اگر برای استفاده از نسخه رسمی این سیستم عامل ،نمی توانید تا سال آینده ]]></content:encoded>
</item>
<item>
<title><![CDATA[How to add space to a virtual disk on a VMWare virtual machine]]></title>
<link>http://itbod.wordpress.com/2009/11/23/how-to-add-space-to-a-virtual-disk-on-a-vmware-virtual-machine/</link>
<pubDate>Mon, 23 Nov 2009 22:57:42 +0000</pubDate>
<dc:creator>itbod</dc:creator>
<guid>http://itbod.wordpress.com/2009/11/23/how-to-add-space-to-a-virtual-disk-on-a-vmware-virtual-machine/</guid>
<description><![CDATA[Open VMware Infrastructure Client and connect to VirtualCenter or the ESX host Right-click the virtu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong> </strong></p>
<ul>
<li>Open VMware Infrastructure Client and connect to VirtualCenter or the ESX host</li>
<li>Right-click the virtual machine</li>
<li>Click Edit Settings</li>
<li>Select Virtual Disk</li>
<li>Increase the size of the disk and apply</li>
<li>On the virtual machine go to Disk Management in the Storage section of the Computer Management program</li>
<li>The disk size increase should now display as ‘Unallocated’</li>
</ul>
<div><img src="http://itbod.files.wordpress.com/2009/11/image0015.jpg?w=432&#038;h=306" border="0" alt="image001" width="432" height="306" /></div>
<div>
<ul>
<li>Go to a command prompt and type DISKPART. Next type LIST VOLUME to see all the available volumes. Then, find the volume number of the disk from the other server. You can usually tell which one it is by the drive letter and size, and it should also be the one that is not a system volume</li>
</ul>
</div>
<div>
<ul>
<li>Type SELECT VOLUME &#60;volume #&#62; to select it. Once it is selected type EXTEND to extend it. If you enter LIST VOLUME again you will see the new size</li>
</ul>
</div>
<p><img src="http://itbod.files.wordpress.com/2009/11/image0024.jpg?w=444&#038;h=212" border="0" alt="image002" width="444" height="212" /></p>
<ul>
<li>Exit out of the DISKPART utility. If you check in the Disk Management utility you will also see that the previously unallocated space it gone and the disk is now larger</li>
</ul>
<p><img src="http://itbod.files.wordpress.com/2009/11/image0031.jpg?w=456&#038;h=323" border="0" alt="image003" width="456" height="323" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware Server 2 Linux]]></title>
<link>http://coobox.wordpress.com/2009/11/23/vmware-server-2-linux/</link>
<pubDate>Mon, 23 Nov 2009 14:05:45 +0000</pubDate>
<dc:creator>Coobox</dc:creator>
<guid>http://coobox.wordpress.com/2009/11/23/vmware-server-2-linux/</guid>
<description><![CDATA[VMware Server può benissimo essere utilizzato come VMware Workstation e per giunta è GRATIS. Vediamo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>VMware Server può benissimo essere utilizzato come VMware Workstation e per giunta è GRATIS.<br />
Vediamo come installarlo.</p>
<p>Installiamo i seguenti pre-requisiti:<br />
<em>sudo apt-get install build-essential linux-headers-`uname -r`</em></p>
<p>Scarichiamo in binay previa registrazione al seguente <a href="http://www.vmware.com/download/server/">LINK</a></p>
<p>Procediamo come segue per l&#8217;installazione:</p>
<p><em>tar xvf VMware-server-2.0.1-156745.i386.tar.gz<br />
cd vmware-server-distrib<br />
chmod +x vmware-install.pl<br />
sudo ./vmware-install.pl</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Download Chrome OS Image]]></title>
<link>http://aenguillo.wordpress.com/2009/11/23/download-chrome-os-image/</link>
<pubDate>Mon, 23 Nov 2009 01:40:07 +0000</pubDate>
<dc:creator>Alvin Enguillo</dc:creator>
<guid>http://aenguillo.wordpress.com/2009/11/23/download-chrome-os-image/</guid>
<description><![CDATA[ChromeOS After Google released their Chrome OS / Chromium OS source code to the public, one of gdgt]]></description>
<content:encoded><![CDATA[ChromeOS After Google released their Chrome OS / Chromium OS source code to the public, one of gdgt]]></content:encoded>
</item>
<item>
<title><![CDATA["VirtualBox can't operate in VMX root mode" Error Starting VM]]></title>
<link>http://ubuntugenius.wordpress.com/2009/11/22/virtualbox-cant-operate-in-vmx-root-mode-error-starting-vm/</link>
<pubDate>Sat, 21 Nov 2009 17:55:32 +0000</pubDate>
<dc:creator>ubuntugenius</dc:creator>
<guid>http://ubuntugenius.wordpress.com/2009/11/22/virtualbox-cant-operate-in-vmx-root-mode-error-starting-vm/</guid>
<description><![CDATA[If VirtualBox opens fine, but when you try to start a virtual machine (VM) you get the following err]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If <strong><span style="color:#800000;">VirtualBox</span></strong> opens fine, but when you try to start a <strong>virtual machine</strong> (<em>VM</em>) you get the following error:</p>
<p><strong><span style="color:#0000ff;">Failed to start the virtual machine Windows XP.</span><br />
<span style="color:#333399;">VirtualBox can&#8217;t operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE).</span></strong></p>
<p>&#8230; it means another virtualisation package &#8211; <strong><span style="color:#3366ff;">kvm</span></strong> &#8211; is interfering with <strong><span style="color:#800000;">VirtualBox</span></strong>. <strong><span style="color:#3366ff;">kvm</span></strong> isn&#8217;t installed on <strong><span style="color:#993300;">Ubuntu</span></strong> by default, so you probably installed <strong><span style="color:#3366ff;">qemu</span></strong>, the popular open-source emulator.</p>
<p>A quick fix is to stop <strong><span style="color:#3366ff;">kvm</span></strong> via the terminal:</p>
<p><strong><span style="color:#3366ff;">sudo /etc/init.d/kvm stop</span></strong></p>
<p>To <strong>stop this happening completely</strong>, mark the following packages for <strong>complete removal</strong> in Synaptic if they&#8217;re installed: <strong><span style="color:#3366ff;">kvm</span></strong>, <strong><span style="color:#3366ff;">qemu</span></strong>, <strong><span style="color:#3366ff;">qemu-kvm</span></strong> &#38; <strong><span style="color:#3366ff;">qemu-launcher</span></strong>. Or you can do it via the terminal, and ignore errors regarding packages that weren&#8217;t installed (so can&#8217;t be uninstalled):</p>
<p><strong><span style="color:#3366ff;">sudo apt-get remove </span></strong><strong><span style="color:#3366ff;">kvm </span></strong><strong><span style="color:#3366ff;">qemu</span></strong> <strong><span style="color:#3366ff;">qemu-kvm </span></strong><strong><span style="color:#3366ff;">qemu-launcher</span></strong></p>
<p>You should now be able to start your <em>VM</em>, without having to close and restart <strong><span style="color:#800000;">VirtualBox</span></strong>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[oooohhhh, SHINY (Chrome OS)]]></title>
<link>http://theblogaboutmacs.com/2009/11/20/chrome-os/</link>
<pubDate>Fri, 20 Nov 2009 21:48:52 +0000</pubDate>
<dc:creator>Jacob Davis</dc:creator>
<guid>http://theblogaboutmacs.com/2009/11/20/chrome-os/</guid>
<description><![CDATA[The hype machine has never been spinning this fast. With Google&#8217;s announcement of Chrome OS, p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The hype machine has never been spinning this fast. With Google&#8217;s announcement of Chrome OS, people are claiming that this is yeat another step for Google to dominate your every day life. What&#8217;s next, Google Toilet paper. That will never happen!</p>
<p>Update: I stand corrected: <a href="http://gizmodo.com/5409273/google-is-reaching-way-too-far-into-our-lives?utm_source=feedburner&#38;utm_medium=feed&#38;utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29" target="_blank">Google Toilet Paper</a></p>
<h3>Pushing the hype to the side, <em>What Is Google Chrome OS??</em></h3>
<p><em><span style="font-style:normal;"><img class="size-full wp-image-179 aligncenter" title="Chrome OS" src="http://theblogaboutapple.wordpress.com/files/2009/11/chrome-os-tzc-640.jpg" alt="" width="449" height="294" /></span></em></p>
<p>From what we can tell right now, Chrome OS is a new light weight operating system targeted at the web and constructed to run on SSD (Solid State Drive) netbooks. Like Chrome (the browser) Chrome OS is designed to strip out all of the clutter and unnecessary processes that come standard with a normal machine and create a streamlined bare-bones environment. That cuts the boot time to a remarkable 7-10 seconds. So in basically 20 seconds (logging in) your ready to type in any url you please. Compare that to even a fast booting Mac: 20 seconds in, i still have a grey screen with an Apple logo.</p>
<p>Drinking the Koolaid, I decided to try out this revolutionary new product myself. The cool guys at GDGT have a download link posted and some instructions on how to get this thing up and running <a href="http://gdgt.com/google/chrome-os/download/" target="_blank">here</a>.</p>
<p>Download the file and drop it Virtual Box (or VM Ware Fusion on Mac) and you&#8217;ve just successfully installed Chrome OS on your computer. It was that easy. (if you have an <em>Easy Button,</em> hit it now)</p>
<p>My synopsis: It&#8217;s slow. Yes, it is running in a VM, and i had a video streaming in the background, and it&#8217;s an <strong>early (VERY) dev build</strong>, but it&#8217;s still sluggish. Maybe I&#8217;m being a little to hard on the new Google Baby. Nah. Now that I&#8217;m on a roll, the things pretty ugly too. If Google want&#8217;s this thing to succeed, they need to at least pretend like they hired a capable designer to pretty it up.</p>
<p>Once you have it running, we want to hear your opinoin:</p>
<p>What do you think of Google Chrome OS?</p>
<p>(and the real question on everyones mind) What makes this different from Android?</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
