<?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> &#187; Research</title>
	<atom:link href="http://abraham.taherivand.net/category/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://abraham.taherivand.net</link>
	<description></description>
	<lastBuildDate>Thu, 22 Apr 2010 23:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scalr 1.1.0 – getting in touch – Part II</title>
		<link>http://abraham.taherivand.net/2009/08/scalr-1-1-0-getting-in-touch-part-ii/</link>
		<comments>http://abraham.taherivand.net/2009/08/scalr-1-1-0-getting-in-touch-part-ii/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:16:06 +0000</pubDate>
		<dc:creator>abraham</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Scalr]]></category>
		<category><![CDATA[cloud tools]]></category>
		<category><![CDATA[scalr installation]]></category>

		<guid isPermaLink="false">http://abraham.taherivand.net/?p=197</guid>
		<description><![CDATA[As I promised in a further post I document here in my blog further steps and experiences in running Scalr on an own server infrastructure.
After Scalr was set up as described in my first post, some additional configurations have to be done to get in detailed touch with Scalr 1.1.0.
First log in as admin user [...]]]></description>
			<content:encoded><![CDATA[<p>As I promised in a further <a href="http://abraham.taherivand.net/2009/08/scalr-1-1-0-getting-in-touch-part-i/">post</a> I document here in my blog further steps and experiences in running Scalr on an own server infrastructure.</p>
<p>After Scalr was set up as described in my first <a href="http://abraham.taherivand.net/2009/08/scalr-1-1-0-getting-in-touch-part-i/">post</a>, some additional configurations have to be done to get in detailed touch with Scalr 1.1.0.<br />
First log in as admin user to the Scalr frontend and create a new system user (&#8220;Client&#8221;) and activate it. After successful login with the new created and active user, you have to enter your AWS credentials and upload your public and private key from your AWS account.</p>
<p>The next screenshot show the configuration within my user.<br />
<img class="size-full wp-image-198 alignnone" title="scalr system user AWS settings" src="http://abraham.taherivand.net/wp-content/uploads/2009/08/scalr2_2.jpg" alt="scalr system user AWS settings" width="358" height="224" /></p>
<p>Be aware to set this configuration right otherwise you will not be able to proceed.</p>
<p><span id="more-197"></span></p>
<p>If all settings are correct, you will be redirected to your dashboard view (which is known from the admin view).</p>
<p><img class="size-full wp-image-200 alignnone" title="scalr dashboard" src="http://abraham.taherivand.net/wp-content/uploads/2009/08/scalr2_3.tiff" alt="scalr dashboard" width="415" height="439" /></p>
<p>In the next step we create a so called &#8220;Farm&#8221;. Within this option we assigne &#8220;Roles&#8221; &#8211; that means we will instance images (you can take a look for the available images under the option &#8220;Roles&#8221;).</p>
<blockquote><p>A Server Farm is a logical group of EC2 machines that serve your application. It can include load balancers, databases, web severs, and other custom servers. Servers in these farms can be redundant, self curing, and auto-scaling.</p></blockquote>
<p>If you receive an error while loading the site &#8211; &#8220;Error Type: LoadXML Description: Incorrect XML&#8221;, you will get a solution here in this <a href="http://blog.getasysadmin.com/2008/11/scalr-errors-after-install.html" target="_blank">blog post</a> by <em>Octavian Neacsu. </em>You have to modify your apache settings as mentioned in Octavian&#8217;s post.</p>
<p>When the farm is configured and set up, scalr build it when you click the save button (I decided to launch the instances manually). In the farm overview you can now launch the instances you need. For that you only have to click under &#8220;Farms&#8221; on &#8220;Roles -view&#8221;. Under the drop down &#8220;Options&#8221; button it is possible to launch instances manually.</p>
<p>If launching instances throws an exception as &#8220;<em>&#8230; \nFatal error: Class \&#8217;HttpRequest\&#8217; not found &#8230;</em>&#8221; <a href="http://1.abe.nu/5nu">this post</a> in Scalr discussion group will help you out of that problem.</p>
<p>When instances are launched successful it should look like this screenshot.<br />
<img class="size-full wp-image-203 alignnone" title="Scalr Farm with launched Instances" src="http://abraham.taherivand.net/wp-content/uploads/2009/08/scalr2_5.tiff" alt="Scalr Farm with launched Instances" width="997" height="179" /></p>
<p>As the screenshot above shows, within my workflow, I launched 2 instances.</p>
<p>Details are available under &#8220;Intances&gt;View&#8221;. In my case I launched for the start one base <em>www </em>and one <em>app</em>&#8220;Farm role&#8221;.</p>
<p>As best know from connecting to EC2 instances, you can download under &#8220;Farms&#8221; your private key and login via ssh with the command:</p>
<p><code>ssh -i &lt;nameofyourfarm.pm&gt; &lt;public IP&gt;</code></p>
<p>Don&#8217;t forget to <code>chmod</code> your private key, otherwise you will get an error like this: <code>"It is recommended that your private key files are NOT accessible by others. This private key will be ignored."</code></p>
<p>At this point I want to warn you about a possible issue (I reported to the mailinglist): launched instances are not shown in the <a href="https://console.aws.amazon.com/">AWS console</a> under &#8220;Instances&#8221;. You will only see them at the frontpage of the AWS console dashboard. But you can terminate the launched instances within the Sclar interface under &#8220;Instances » View&#8221; &gt; &#8220;Options&#8221; &gt; &#8220;Terminate&#8221; (you can enable the option &#8220;Decrease &#8216;Mininimum instances&#8217; setting&#8221; &#8211; the detailed instances settings you can modify under &#8220;Edit Farm&#8221; &gt; &#8220;Shared Roles&#8221; &gt; &#8220;Scaling options&#8221;).</p>
<p>At this point Scalr is installed and configured with an another system user as the admin user. It is possible to add Farms and launch instances through EC2.</p>
<p>In the next step I will deploy a grails application in my Scalr environment and will do some loadbalancing and performance configurations and tests &#8211; Iwill post my results in my blog under the title &#8220;Scalr 1.1.0 – getting in touch – Part III&#8221;.</p>
<p>Feel free to comment &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://abraham.taherivand.net/2009/08/scalr-1-1-0-getting-in-touch-part-ii/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TED: MIT Students Turn Internet Into a Sixth Human Sense</title>
		<link>http://abraham.taherivand.net/2009/08/ted-mit-students-turn-internet-into-a-sixth-human-sense/</link>
		<comments>http://abraham.taherivand.net/2009/08/ted-mit-students-turn-internet-into-a-sixth-human-sense/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 20:54:17 +0000</pubDate>
		<dc:creator>abraham</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://abraham.taherivand.net/2009/08/ted-mit-students-turn-internet-into-a-sixth-human-sense/</guid>
		<description><![CDATA[Would it not be awesome to have a &#8220;Sixth Sense&#8221; ? Read the interesting article TED: MIT Students Turn Internet Into a Sixth Human Sense — Video and get impressed how a &#8220;Sixth Human Sense&#8221; might look like in the future.
The research project site is available here.
]]></description>
			<content:encoded><![CDATA[<p>Would it not be awesome to have a &#8220;Sixth Sense&#8221; ? Read the interesting article <a href="http://shar.es/UUIm">TED: MIT Students Turn Internet Into a Sixth Human Sense — Video</a> and get impressed how a &#8220;Sixth Human Sense&#8221; might look like in the future.</p>
<p>The research project site is available <a href="http://www.pranavmistry.com/projects/sixthsense/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://abraham.taherivand.net/2009/08/ted-mit-students-turn-internet-into-a-sixth-human-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ian Foster &#8211; What&#8217;s faster&#8211;a supercomputer or EC2?</title>
		<link>http://abraham.taherivand.net/2009/08/ian-foster-whats-faster-a-supercomputer-or-ec2/</link>
		<comments>http://abraham.taherivand.net/2009/08/ian-foster-whats-faster-a-supercomputer-or-ec2/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:25:40 +0000</pubDate>
		<dc:creator>abraham</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Supercomputing]]></category>

		<guid isPermaLink="false">http://abraham.taherivand.net/?p=108</guid>
		<description><![CDATA[I found this interesting article about a comparison today, you should read the whole article here:


On EC2, I am told that it may take ~5 minutes to start 32 nodes (depending on image size), so with high probability we will finish the LU benchmark within 100 + 300 = 400 secs.
On the supercomputer, we can [...]]]></description>
			<content:encoded><![CDATA[<p>I found this interesting article about a comparison today, you should read the whole article<a href="http://ianfoster.typepad.com/blog/2009/08/whats-fastera-supercomputer-or-ec2.html"> here</a>:</p>
<blockquote class="zemanta-reblog-quote" style="margin: 1em 3em;">
<ul>
<li>On <strong>EC2</strong>, I am told that it may take ~5 minutes to start 32 nodes (depending on image size), so with high probability we will finish the LU benchmark within 100 + 300 = 400 secs.</li>
<li>On the <strong>supercomputer</strong>, we can use Rich Wolksi&#8217;s <a href="http://nws.cs.ucsb.edu/ewiki/nws.php?id=Batch+Queue+Prediction">QBETS queue time estimation service</a> to get a bound on the queue time. When I tried this in June, QBETS told me that if I wanted 32 nodes for 20 seconds, the probability of me getting those nodes within 400 secs was only 34%&#8211;not good odds.</li>
<p><span class="attribution zemanta-reblog-cite" style="text-align: right; display: block; width: 100%; padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px;">ianfoster.typepad.com, <a href="http://ianfoster.typepad.com/blog/2009/08/whats-fastera-supercomputer-or-ec2.html">Ian Foster</a>, Aug 2009</span>
</ul>
</blockquote>
<p>&nbsp;</p>
<p>These comparisons depends from my point of view always on experienced data and mainly on your various scenario Neutral declarations are hard to find. I asked <a href="http://twitter.com/befreax">Thijs Metsch</a> for some experienced data of <a href="http://www.reservoir-fp7.eu/">RESERVOIR</a> project he mentoined in Twitter. Looking forward for an answer from him&#8230;<br />
Does anyone else have some own experienced data for starting EC2 images in different environments and with various scenarios? </p>
]]></content:encoded>
			<wfw:commentRss>http://abraham.taherivand.net/2009/08/ian-foster-whats-faster-a-supercomputer-or-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
