<?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>Željko Filipin&#039;s Blog on Software and Testing &#187; Virtualization</title>
	<atom:link href="http://zeljkofilipin.com/category/software/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeljkofilipin.com</link>
	<description>Test like you do not need the money.</description>
	<lastBuildDate>Tue, 09 Feb 2010 16:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webscale Computing</title>
		<link>http://zeljkofilipin.com/2008/04/08/webscale-computing/</link>
		<comments>http://zeljkofilipin.com/2008/04/08/webscale-computing/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 15:09:21 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/?p=329</guid>
		<description><![CDATA[Yesterday I saw Webscale Computing presentation held by Mike Culver from amazon.com. I forgot to take my camera, so there are no photos.
I saw something that I could not get out of my head since. Amazon Elastic Compute Cloud (EC2). In short, rent Linux machines $.10/hour (hour is the smallest time unit).
I could use this [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I saw <a href="http://ini.hr/38/amazon-web-services-u-zagrebu">Webscale Computing</a> presentation held by Mike Culver from <a href="http://www.amazon.com/">amazon.com</a>. I forgot to take my camera, so there are no photos.</p>
<p>I saw something that I could not get out of my head since. <a href="http://www.amazon.com/EC2-AWS-Service-Pricing/b/ref=sc_fe_c_0_15763381_3?ie=UTF8&#038;node=201590011&#038;no=15763381&#038;me=A36L942TSJ2AJA">Amazon Elastic Compute Cloud</a> (EC2). In short, rent Linux machines $.10/hour (hour is the smallest time unit).</p>
<p>I could use this for testing. I could really use this.</p>
<p>At the moment I test with one machine that has enough CPU and RAM to open one VMware image with application I test running inside. I have six independent test suites for the application, and it takes about an hour to run them all sequentially inside the image.</p>
<p>I could speed it up. I could rent 6 machines and run all tests in about 10 minutes. Since I must pay for the whole hour, it would cost me about $.60. I am not in such a hurry every day, but there are days where such speed in executing tests would make a difference.</p>
<p>The only problem is that my application and my tests run on Windows. But since it is VMware image, I can run it on Linux.</p>
<p>Now, let me day dream for just a minute.</p>
<p>Amazon starts to bill by the minute (or second). While I am dreaming, they also lower the prices. I fragment my test suites, so every takes about a minute (or less). I could rent as many machines I need and be done with testing in an minute. Of course, it is all done automatically. Every time a developer commits new code, a machine is automatically rented, set up for testing, multiplied (so I do not have to spend time powering up, getting new application code, building it, getting new test code&#8230;).</p>
<p>I will really have to check this out in detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/2008/04/08/webscale-computing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Server 1.0.3 and Shared Folders</title>
		<link>http://zeljkofilipin.com/2007/09/08/vmware-server-103-and-shared-folders/</link>
		<comments>http://zeljkofilipin.com/2007/09/08/vmware-server-103-and-shared-folders/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 07:00:37 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/09/08/vmware-server-103-and-shared-folders/</guid>
		<description><![CDATA[I am using VMware Server 1.0.3 for my virtual machines. I really need shared folders feature, but I found at their site (can not find the link at the moment) that it is not included in VMware Server. I found out a simple solution to that problem. I am using file sharing feature that is [...]]]></description>
			<content:encoded><![CDATA[<p>I am using <a href="http://www.vmware.com/download/server/">VMware Server 1.0.3</a> for my virtual machines. I really need shared folders feature, but I found at their site (can not find the link at the moment) that it is not included in VMware Server. I found out a simple solution to that problem. I am using file sharing feature that is included in Windows operating system.</p>
<p>All files that are located at Shared Documents (C:\Documents and Settings\All Users\Documents) at host machine are visible from virtual machine, and vice versa. Also, I use this feature to share files in my local network between different real machines.</p>
<p>All you have to do is run Network Setup Wizard (start > Control Panel > Network and Internet Connections > Network Setup Wizard).</p>
<p>Here are screen shots from my installation.<br />
<span id="more-259"></span><br />
<img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/1.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/2.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/3.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/4.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/5.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/6.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/7.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/8.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/9.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/10.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/11.PNG' title='Network Setup Wizard' alt='Network Setup Wizard' /></p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/2007/09/08/vmware-server-103-and-shared-folders/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
