<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Curious</title>
	<atom:link href="http://blogs.plexibus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.plexibus.com</link>
	<description>It&#039;s easy if you know how</description>
	<lastBuildDate>Fri, 02 Jul 2010 20:21:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Eucalyptus: Euca2ools by Rosh</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-1979</link>
		<dc:creator>Rosh</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-1979</guid>
		<description>&lt;blockquote cite=&quot;&quot;&gt;
Also I am not able to get the Web GUI in my System.
I was not able to see the WEBUI.
When I enter the URL as,
https://localhost:8443,
I got,
HTTP ERROR: 503
Problem accessing /. Reason:
SERVICE_UNAVAILABLE
Can any one help…
&lt;/blockquote&gt;

Seems like your CLC did not start up correctly. And make sure you have started CLC, CC and NC as root user</description>
		<content:encoded><![CDATA[<blockquote cite=""><p>
Also I am not able to get the Web GUI in my System.<br />
I was not able to see the WEBUI.<br />
When I enter the URL as,<br />
<a href="https://localhost:8443" rel="nofollow">https://localhost:8443</a>,<br />
I got,<br />
HTTP ERROR: 503<br />
Problem accessing /. Reason:<br />
SERVICE_UNAVAILABLE<br />
Can any one help…
</p></blockquote>
<p>Seems like your CLC did not start up correctly. And make sure you have started CLC, CC and NC as root user</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Euca2ools by Rosh</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-1978</link>
		<dc:creator>Rosh</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-1978</guid>
		<description>&lt;cite&gt;
Is it required or mandatory to use Open JDK?
&lt;/cite&gt;
No. You can use Sun JDK. You might need to set JAVA_HOME env variable though. And append $JAVA_HOME/bin to the PATH env variable.

Questions:

Are you running Eucalyptus on more than one node? i.e. is you node controller running on different machines than your cluster controller (CC) / cloud contoller (CLC)?
Did you register 
Could you check to make sure CLC is started and running? You could do a quick check by running &quot;ps auxww &#124; grep eucalyptus-cloud&quot; command on the the machine you installed the CLC. Pls post the output
Could you please run &quot;netstat -tan &#124; grep LISTEN&quot;? Pls post the output. You should have ports 8443, 8773, 8774, 9001 listening 


Ignore the &quot;java.lang.IllegalStateException&quot; error for now.

As for the &quot;com.eucalyptus.config.NoSuchComponentException: StorageControllerConfiguration&quot; eror, I cannot say for sure what is wrong by just looking at the one line log message.
Could you check the cloud-output.log and search for the &quot;StorageContollerConfiguration&quot; line. It should appear during startup. 
For example. in my cloud-output log, I see the following:
&lt;snippet&gt;
...
...
                                         &#124; Entities for config
                                         &#124; --------------------------------------------------------------------------------
13:59:33  INFO LogUtil                   &#124; ?:? class edu.ucsb.eucalyptus.cloud.entities.Counters
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.entities.AbstractPersistent
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.entities.UserMetadata
13:59:33  INFO LogUtil                   &#124; ?:? class edu.ucsb.eucalyptus.cloud.entities.LVMMetaInfo
13:59:33  INFO LogUtil                   &#124; ?:? class edu.ucsb.eucalyptus.cloud.entities.LVMVolumeInfo
13:59:33  INFO LogUtil                   &#124; ?:? class edu.ucsb.eucalyptus.cloud.state.AbstractIsomorph
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.config.ClusterConfiguration
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.config.ComponentConfiguration
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.config.StorageControllerConfiguration
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.config.System
13:59:33  INFO LogUtil                   &#124; ?:? class com.eucalyptus.config.WalrusConfiguration
...
...
&lt;/snippet&gt;

Perhaps you could stop eucalyptus-cc, eucalyptus-cloud, eucalyptus-nc and then start these in the following order:

/etc/init.d/eucalyptus-cc cleanstart
/etc/inid.d/eucalyptus-cloud start
/etc/init.d/eucalyptus-nc start

Tail out the logs cloud-output.log, cloud-error.log, nc.log to keep an eye out for error messages during stop and start.

You could also follow the binary install instructions laid out at: http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud</description>
		<content:encoded><![CDATA[<p><cite><br />
Is it required or mandatory to use Open JDK?<br />
</cite><br />
No. You can use Sun JDK. You might need to set JAVA_HOME env variable though. And append $JAVA_HOME/bin to the PATH env variable.</p>
<p>Questions:</p>
<p>Are you running Eucalyptus on more than one node? i.e. is you node controller running on different machines than your cluster controller (CC) / cloud contoller (CLC)?<br />
Did you register<br />
Could you check to make sure CLC is started and running? You could do a quick check by running &#8220;ps auxww | grep eucalyptus-cloud&#8221; command on the the machine you installed the CLC. Pls post the output<br />
Could you please run &#8220;netstat -tan | grep LISTEN&#8221;? Pls post the output. You should have ports 8443, 8773, 8774, 9001 listening </p>
<p>Ignore the &#8220;java.lang.IllegalStateException&#8221; error for now.</p>
<p>As for the &#8220;com.eucalyptus.config.NoSuchComponentException: StorageControllerConfiguration&#8221; eror, I cannot say for sure what is wrong by just looking at the one line log message.<br />
Could you check the cloud-output.log and search for the &#8220;StorageContollerConfiguration&#8221; line. It should appear during startup.<br />
For example. in my cloud-output log, I see the following:<br />
&lt;snippet&gt;<br />
&#8230;<br />
&#8230;<br />
                                         | Entities for config<br />
                                         | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
13:59:33  INFO LogUtil                   | ?:? class edu.ucsb.eucalyptus.cloud.entities.Counters<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.entities.AbstractPersistent<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.entities.UserMetadata<br />
13:59:33  INFO LogUtil                   | ?:? class edu.ucsb.eucalyptus.cloud.entities.LVMMetaInfo<br />
13:59:33  INFO LogUtil                   | ?:? class edu.ucsb.eucalyptus.cloud.entities.LVMVolumeInfo<br />
13:59:33  INFO LogUtil                   | ?:? class edu.ucsb.eucalyptus.cloud.state.AbstractIsomorph<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.config.ClusterConfiguration<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.config.ComponentConfiguration<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.config.StorageControllerConfiguration<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.config.System<br />
13:59:33  INFO LogUtil                   | ?:? class com.eucalyptus.config.WalrusConfiguration<br />
&#8230;<br />
&#8230;<br />
&lt;/snippet&gt;</p>
<p>Perhaps you could stop eucalyptus-cc, eucalyptus-cloud, eucalyptus-nc and then start these in the following order:</p>
<p>/etc/init.d/eucalyptus-cc cleanstart<br />
/etc/inid.d/eucalyptus-cloud start<br />
/etc/init.d/eucalyptus-nc start</p>
<p>Tail out the logs cloud-output.log, cloud-error.log, nc.log to keep an eye out for error messages during stop and start.</p>
<p>You could also follow the binary install instructions laid out at: <a href="http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud" rel="nofollow">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Euca2ools by Sri</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-1975</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Fri, 02 Jul 2010 08:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-1975</guid>
		<description>Also I am not able to get the Web GUI in my System.
I was not able to see the WEBUI.
When I enter the URL as,
https://localhost:8443,
I got,

HTTP ERROR: 503

Problem accessing /. Reason:

SERVICE_UNAVAILABLE

Can any one help....</description>
		<content:encoded><![CDATA[<p>Also I am not able to get the Web GUI in my System.<br />
I was not able to see the WEBUI.<br />
When I enter the URL as,<br />
<a href="https://localhost:8443" rel="nofollow">https://localhost:8443</a>,<br />
I got,</p>
<p>HTTP ERROR: 503</p>
<p>Problem accessing /. Reason:</p>
<p>SERVICE_UNAVAILABLE</p>
<p>Can any one help&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Euca2ools by Sri</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-1974</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Fri, 02 Jul 2010 08:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-1974</guid>
		<description>Hi,
I am facing some issues with installation of Eucalytus from the Source.

Is it required or mandatory to use Open JDK?
I have installed Eucalyptus with Sun Java and
&quot;java -version&quot; shows,

java version &quot;1.6.0_20&quot;
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)

and uname -a shows,
Linux cloudcdac 2.6.26-2-xen-686 #1 SMP Sat Dec 26 11:29:49 UTC 2009 i686 GNU/Linux

I am using  BOSS Linux(A Debian derived linux) and
the distro is lenny.

Also from ,
netstat -an &#124; grep 8443

tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN

netstat -an &#124; grep 9001,

tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN

i found both ports are opened and in LISTEN state.

I was installing eucalyptus from source(version - eucalyptus-1.6.2-sr c) by referring the link,
http://open.eucalyptus.com/wiki/installing-eucalyptus-source-16
I was able to continue the installation .
Then i Configured for that in SYSTEM_MODE(networking).

In the file /opt/eucalyptus/etc/eucalyptus/eucalyptus.conf,
I made the following changes ,
VNET_PUBINTERFACE=&quot;eth0&quot;
VNET_PRIVINTERFACE=&quot;eth0&quot;
VNET_MODE=&quot;SYSTEM&quot;
VNET_BRIDGE=&quot;eth0&quot;

Later I started eucalyptus by using,

# enable services on the front-end
$EUCALYPTUS/usr/sbin/euca_conf --enable cloud --enable walrus --enable sc

# start enabled front-end services
$EUCALYPTUS/etc/init.d/eucalyptus-cloud start

# start the cluster controller

$EUCALYPTUS/etc/init.d/eucalyptus-cc start

$EUCALYPTUS/etc/init.d/eucalyptus-nc start

Then I follwed the following link.
http://open.eucalyptus.com/wiki/first-time-setup-16

When I put,
$EUCALYPTUS/usr/sbin/euca_conf --register-walrus 192.168.31.40
(My LAN IP),
I am getting ,
ERROR: you need to be on the CLC host and the CLC needs to be running.
When I checked cloud-error.log, I was able to see,

&quot;14:53:24 [StorageProperties:main] ERROR com.eucalyptus.config.NoSuchComponentException: StorageControllerConfiguration named StorageController3698e36f-3232-4a57-9697-dd07d41ee30e
17:37:33 [ShutdownHook:Shutdown Hook] ERROR Problem calling &quot;get cause&quot; on IllegalStateException.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.logicalcobwebs.proxool.ShutdownHook.remove(ShutdownHook.java:40)
at org.logicalcobwebs.proxool.ProxoolFacade.shutdown(ProxoolFacade.java:238)
at org.logicalcobwebs.proxool.ProxoolFacade.shutdown(ProxoolFacade.java:220)
at org.logicalcobwebs.proxool.ShutdownHook.run(ShutdownHook.java:99)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.IllegalStateException: Shutdown in progress
at java.lang.ApplicationShutdownHooks.remove(ApplicationShutdownHooks.java:55)
at java.lang.Runtime.removeShutdownHook(Runtime.java:220)
... 9 more&quot;

actaully What went wrong here...
Can any one help me to resolve this issue???

Thanks,
Sri</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am facing some issues with installation of Eucalytus from the Source.</p>
<p>Is it required or mandatory to use Open JDK?<br />
I have installed Eucalyptus with Sun Java and<br />
&#8220;java -version&#8221; shows,</p>
<p>java version &#8220;1.6.0_20&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)<br />
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)</p>
<p>and uname -a shows,<br />
Linux cloudcdac 2.6.26-2-xen-686 #1 SMP Sat Dec 26 11:29:49 UTC 2009 i686 GNU/Linux</p>
<p>I am using  BOSS Linux(A Debian derived linux) and<br />
the distro is lenny.</p>
<p>Also from ,<br />
netstat -an | grep 8443</p>
<p>tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN</p>
<p>netstat -an | grep 9001,</p>
<p>tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN</p>
<p>i found both ports are opened and in LISTEN state.</p>
<p>I was installing eucalyptus from source(version &#8211; eucalyptus-1.6.2-sr c) by referring the link,<br />
<a href="http://open.eucalyptus.com/wiki/installing-eucalyptus-source-16" rel="nofollow">http://open.eucalyptus.com/wiki/installing-eucalyptus-source-16</a><br />
I was able to continue the installation .<br />
Then i Configured for that in SYSTEM_MODE(networking).</p>
<p>In the file /opt/eucalyptus/etc/eucalyptus/eucalyptus.conf,<br />
I made the following changes ,<br />
VNET_PUBINTERFACE=&#8221;eth0&#8243;<br />
VNET_PRIVINTERFACE=&#8221;eth0&#8243;<br />
VNET_MODE=&#8221;SYSTEM&#8221;<br />
VNET_BRIDGE=&#8221;eth0&#8243;</p>
<p>Later I started eucalyptus by using,</p>
<p># enable services on the front-end<br />
$EUCALYPTUS/usr/sbin/euca_conf &#8211;enable cloud &#8211;enable walrus &#8211;enable sc</p>
<p># start enabled front-end services<br />
$EUCALYPTUS/etc/init.d/eucalyptus-cloud start</p>
<p># start the cluster controller</p>
<p>$EUCALYPTUS/etc/init.d/eucalyptus-cc start</p>
<p>$EUCALYPTUS/etc/init.d/eucalyptus-nc start</p>
<p>Then I follwed the following link.<br />
<a href="http://open.eucalyptus.com/wiki/first-time-setup-16" rel="nofollow">http://open.eucalyptus.com/wiki/first-time-setup-16</a></p>
<p>When I put,<br />
$EUCALYPTUS/usr/sbin/euca_conf &#8211;register-walrus 192.168.31.40<br />
(My LAN IP),<br />
I am getting ,<br />
ERROR: you need to be on the CLC host and the CLC needs to be running.<br />
When I checked cloud-error.log, I was able to see,</p>
<p>&#8220;14:53:24 [StorageProperties:main] ERROR com.eucalyptus.config.NoSuchComponentException: StorageControllerConfiguration named StorageController3698e36f-3232-4a57-9697-dd07d41ee30e<br />
17:37:33 [ShutdownHook:Shutdown Hook] ERROR Problem calling &#8220;get cause&#8221; on IllegalStateException.<br />
java.lang.reflect.InvocationTargetException<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
at java.lang.reflect.Method.invoke(Method.java:597)<br />
at org.logicalcobwebs.proxool.ShutdownHook.remove(ShutdownHook.java:40)<br />
at org.logicalcobwebs.proxool.ProxoolFacade.shutdown(ProxoolFacade.java:238)<br />
at org.logicalcobwebs.proxool.ProxoolFacade.shutdown(ProxoolFacade.java:220)<br />
at org.logicalcobwebs.proxool.ShutdownHook.run(ShutdownHook.java:99)<br />
at java.lang.Thread.run(Thread.java:619)<br />
Caused by: java.lang.IllegalStateException: Shutdown in progress<br />
at java.lang.ApplicationShutdownHooks.remove(ApplicationShutdownHooks.java:55)<br />
at java.lang.Runtime.removeShutdownHook(Runtime.java:220)<br />
&#8230; 9 more&#8221;</p>
<p>actaully What went wrong here&#8230;<br />
Can any one help me to resolve this issue???</p>
<p>Thanks,<br />
Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Configuring your private cloud to resemble Amazon EC2 by Curious &#187; Eucalyptus: Creating and Registering our first Image</title>
		<link>http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/comment-page-1/#comment-1964</link>
		<dc:creator>Curious &#187; Eucalyptus: Creating and Registering our first Image</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/#comment-1964</guid>
		<description>[...] cloud&#8221;, we took our first steps by Installing Eucalyptus, a IaaS offering and then dove into Configuring Eucalyptus to look like an Amazon EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] cloud&#8221;, we took our first steps by Installing Eucalyptus, a IaaS offering and then dove into Configuring Eucalyptus to look like an Amazon EC2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Setting up a private infrastructure cloud by Curious &#187; Eucalyptus: Creating and Registering our first Image</title>
		<link>http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/comment-page-1/#comment-1963</link>
		<dc:creator>Curious &#187; Eucalyptus: Creating and Registering our first Image</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/#comment-1963</guid>
		<description>[...] previous posts on &#8220;Building an on-premise private cloud&#8221;, we took our first steps by Installing Eucalyptus, a IaaS offering and then dove into Configuring Eucalyptus to look like an Amazon EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] previous posts on &#8220;Building an on-premise private cloud&#8221;, we took our first steps by Installing Eucalyptus, a IaaS offering and then dove into Configuring Eucalyptus to look like an Amazon EC2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Configuring your private cloud to resemble Amazon EC2 by Curious &#187; Eucalyptus: Euca2ools</title>
		<link>http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/comment-page-1/#comment-1956</link>
		<dc:creator>Curious &#187; Eucalyptus: Euca2ools</dc:creator>
		<pubDate>Thu, 17 Jun 2010 16:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/#comment-1956</guid>
		<description>[...] Configured Eucalyptus to start VMs with IP addresses from a private VLAN [...]</description>
		<content:encoded><![CDATA[<p>[...] Configured Eucalyptus to start VMs with IP addresses from a private VLAN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Setting up a private infrastructure cloud by Curious &#187; Eucalyptus: Euca2ools</title>
		<link>http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/comment-page-1/#comment-1955</link>
		<dc:creator>Curious &#187; Eucalyptus: Euca2ools</dc:creator>
		<pubDate>Thu, 17 Jun 2010 15:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/#comment-1955</guid>
		<description>[...] Installed Eucalyptus, an Infrastructure-as-a-Service offering, and [...]</description>
		<content:encoded><![CDATA[<p>[...] Installed Eucalyptus, an Infrastructure-as-a-Service offering, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Configuring your private cloud to resemble Amazon EC2 by Curious &#187; Eucalyptus: Setting up a private infrastructure cloud</title>
		<link>http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/comment-page-1/#comment-1926</link>
		<dc:creator>Curious &#187; Eucalyptus: Setting up a private infrastructure cloud</dc:creator>
		<pubDate>Thu, 03 Jun 2010 13:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/26/eucalyptus-configuring-your-private-cloud-to-resemble-amazon-ec2/#comment-1926</guid>
		<description>[...] Related: Configuring your private cloud [...]</description>
		<content:encoded><![CDATA[<p>[...] Related: Configuring your private cloud [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Setting up a private infrastructure cloud by Curious &#187; Eucalyptus: Configuring your private cloud to resemble Amazon EC2</title>
		<link>http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/comment-page-1/#comment-1889</link>
		<dc:creator>Curious &#187; Eucalyptus: Configuring your private cloud to resemble Amazon EC2</dc:creator>
		<pubDate>Wed, 26 May 2010 19:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/#comment-1889</guid>
		<description>[...] my previous post on setting up a private cloud, we looked at getting Eucalyptus [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post on setting up a private cloud, we looked at getting Eucalyptus [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.179 seconds -->
