<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Alfresco Fresh Talk...</title>
	
	<link>http://blogs.alfresco.com/wp/luissala</link>
	<description>Comments, observations and podcasts on Alfresco, ECM, and Software.</description>
	<pubDate>Thu, 25 Feb 2010 01:12:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>©Luis Sala </copyright>
		<managingEditor>luis.sala@alfresco.com (Luis Sala)</managingEditor>
		<webMaster>luis.sala@alfresco.com(Luis Sala)</webMaster>
		<category />
		<ttl>1440</ttl>
		<itunes:keywords>Alfresco, Content Management, ECM, Enterprise Content Management, Podcast, Open Source</itunes:keywords>
		<itunes:subtitle>A podcast about open source technology and related subjects hosted by Luis Sala.</itunes:subtitle>
		<itunes:summary>The Alfresco Fresh Talk podcast features comments, observations, and discussions on Alfresco, ECM, and Open Source Software in General. Alfresco is an Open Source Enterprise Content Management System.</itunes:summary>
		<itunes:author>Luis Sala</itunes:author>
		<itunes:category text="Technology" />
<itunes:category text="Technology">
  <itunes:category text="Tech News" />
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Software How-To" />
</itunes:category>
		<itunes:owner>
			<itunes:name>Luis Sala</itunes:name>
			<itunes:email>luis.sala@alfresco.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://blogs.alfresco.com/wp/luissala/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://blogs.alfresco.com/wp/luissala/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Alfresco Fresh Talk...</title>
			<link>http://blogs.alfresco.com/wp/luissala</link>
			<width>144</width>
			<height>144</height>
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AlfrescoFreshTalk" /><feedburner:info uri="alfrescofreshtalk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>©Luis Sala</media:copyright><media:thumbnail url="http://blogs.alfresco.com/wp/luissala/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /><media:keywords>Alfresco, Content Management, ECM, Enterprise Content Management, Podcast, Open Source</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><feedburner:emailServiceId>AlfrescoFreshTalk</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>New Portlet Development Options for Alfresco!</title>
		<link>http://feedproxy.google.com/~r/AlfrescoFreshTalk/~3/7vrYsGfpjf0/</link>
		<comments>http://blogs.alfresco.com/wp/luissala/2010/02/24/new-portlet-development-options-for-alfresco/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:26:05 +0000</pubDate>
		<dc:creator>Luis Sala</dc:creator>
		
		<category><![CDATA[Alfresco]]></category>

		<guid isPermaLink="false">http://blogs.alfresco.com/wp/luissala/?p=264</guid>
		<description>&lt;p&gt;One of the new features added to Alfresco Enterprise 3.2r is the ability to turn Web Scripts into standalone portlets that run on Liferay or other portals and include support for Single Sign-On (SSO) and generating portal-friendly URLs.&lt;/p&gt;
&lt;p&gt;At the moment, the way to get this working requires deploying share.war into the portal environment even though [...]</description>
			<content:encoded><![CDATA[<p>One of the new features added to Alfresco Enterprise 3.2r is the ability to turn Web Scripts into standalone portlets that run on Liferay or other portals and include support for Single Sign-On (SSO) and generating portal-friendly URLs.</p>
<p>At the moment, the way to get this working requires deploying <strong>share.war </strong>into the portal environment even though the Alfresco Share app itself is not going to work as a portlet due to browser-side JavaScript/AJAX issues. A colleague of mine is reportedly working on creating a smaller WAR but the mechanism to make all this work is surprisingly simple and is what I&#8217;d like to illustrate now.</p>
<p>I assume you&#8217;ve installed the Alfresco and Liferay Tomcat bundles into separate directories. I&#8217;ll refer to these as &lt;ALFRESCO_HOME&gt; and &lt;LIFERAY_HOME&gt;</p>
<p><strong>Step 1.</strong> Configuring Liferay&#8217;s Tomcat Server to resolve port conflicts by editing <strong>&lt;LIFERAY_HOME&gt;/&lt;tomcat&gt;/conf/server.xml</strong>:</p>
<p style="padding-left: 30px">Change all the port numbers to avoid conflicts with the Alfresco&#8217;s Tomcat server, here are the changes I made:</p>
<pre style="padding-left: 30px">...
&lt;Server port="8105" shutdown="SHUTDOWN"&gt;
...</pre>
<p style="padding-left: 30px">
<pre>    &lt;Connector port="9090" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="9443" URIEncoding="UTF-8" /&gt;</pre>
<pre style="padding-left: 30px">...
  &lt;Connector port="8109" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" /&gt;
...</pre>
<p><strong>Step 2.</strong> Next, edit <strong>&lt;LIFERAY_HOME&gt;/&lt;tomcat&gt;/conf/catalina.properties</strong> and locate the &#8220;shared.loader&#8221; entry and replace it with this:</p>
<pre style="padding-left: 30px">shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar</pre>
<p><strong>Step 3.</strong> Edit <strong>&lt;ALFRESCO_HOME&gt;/tomcat/shared/classes/alfresco-global.properties</strong> and add the following lines to the end of the file:</p>
<pre style="padding-left: 30px">authentication.chain=alfrescoNtlm1:alfrescoNtlm,external1:external
external.authentication.proxyUserName=</pre>
<p style="padding-left: 30px"><span style="text-decoration: underline">NOTE:</span> Yes, the value for <strong>proxyUserName</strong> needs to be blank.</p>
<p><strong>Step 4.</strong> Copy <strong>&lt;ALFRESCO_HOME&gt;/tomcat/webapps/share.war</strong> to <strong>&lt;LIFERAY_HOME&gt;/deploy</strong></p>
<p><strong>Step 5.</strong> Copy the entire <strong>&lt;ALFRESCO_HOME&gt;/tomcat/shared</strong> directory to <strong>&lt;LIFERAY_HOME&gt;/&lt;tomcat&gt;/</strong></p>
<p style="padding-left: 30px"><span style="text-decoration: underline">NOTE:</span> Technically, we only need the <strong>shared/classes/alfresco/web-extension</strong> directory, but copying the whole <strong>shared</strong> directory is a convenient alternative.</p>
<p><strong>Step 6.</strong> Rename <strong>&lt;LIFERAY_HOME&gt;/&lt;tomcat&gt;/shared/classes/alfresco/web-extension/webscript-framework-config-custom.xml.sample</strong> to <strong>webscript-framework-config-custom.xml </strong>and edit the file to uncomment the second config block to enable remote authenticator. The comments are on lines 44 and 73. The result should look like this:</p>
<pre>...
   &lt;!--       sessions" feature of your load balancer must be used --&gt;

   &lt;config evaluator="string-compare" condition="Remote"&gt;
        &lt;remote&gt;
            &lt;!-- SSL client certificate + trusted CAs. Optionally used to authenticate share to an external SSO system such as CAS --&gt;

            &lt;keystore&gt;
           ...
            &lt;/keystore&gt;

            &lt;connector&gt;
           ...
            &lt;/connector&gt;

            &lt;endpoint&gt;
                &lt;id&gt;alfresco&lt;/id&gt;
                &lt;name&gt;Alfresco - user access&lt;/name&gt;
                &lt;description&gt;Access to Alfresco Repository WebScripts that require user authentication&lt;/description&gt;
                &lt;connector-id&gt;alfrescoCookie&lt;/connector-id&gt;
                &lt;endpoint-url&gt;<strong>http://localhost:8080/alfresco/wcs</strong>&lt;/endpoint-url&gt;
                &lt;identity&gt;user&lt;/identity&gt;
                &lt;external-auth&gt;true&lt;/external-auth&gt;
            &lt;/endpoint&gt;          

        &lt;/remote&gt;
    &lt;/config&gt;</pre>
<p style="padding-left: 30px">
<p style="padding-left: 30px"><span style="text-decoration: underline">NOTE:</span> If you&#8217;re running Alfresco&#8217;s Tomcat server on a different host or port, please change the corresponding endpoint.</p>
<p><strong>Step 7.</strong> Startup Alfresco, then follow up with starting Liferay.</p>
<p><strong>Step 8</strong>. Once Alfresco and Liferay are started, add and try out the basic CMIS Repo Browser portlet. It should appear under the <strong>&#8220;Alfresco&#8221;</strong> category.</p>
<p><a href="http://blogs.alfresco.com/wp/luissala/files/2010/02/alfrescoliferayportlet.png"><img class="alignnone size-medium wp-image-265" src="http://blogs.alfresco.com/wp/luissala/files/2010/02/alfrescoliferayportlet.png" alt="" width="790" height="528" /></a></p>
<p>This integration makes use of an external authenticator that will automatically create an Alfresco user account whenever a new Liferay user accesses an Alfresco portlet.</p>
<p>To create your own custom portlet, I recommend you look at the CMIS Repo code under in the <strong>share.war</strong> file under <strong>WEB-INF/classes/alfresco/webscripts/org/alfresco/test/cmisrepo.*</strong> and <strong>cmisfolder.*</strong>.</p>
<p>In short, you&#8217;ll need to create a Web Script which can be placed inside the<strong> share.war</strong> file under<strong> WEB-INF/classes/alfresco/webscripts</strong> or in <strong>&lt;LIFERAY_HOME&gt;/&lt;tomcat&gt;/shared/classes/alfresco/web-extension/webscript</strong>s (create the directory if it doesn&#8217;t already exist.</p>
<p>You&#8217;ll also need to edit the <strong>portlet.xml</strong> file in the<strong> share.war/WEB-INF</strong> directory to add a new entry for your portlet using the Alfresco &#8220;ProxyPortlet&#8221; as the portlet class.</p>
<pre><span>	</span>&lt;portlet&gt;

<span>		</span>&lt;description&gt;CMIS Folder Browser&lt;/description&gt;
<span>		</span>&lt;portlet-name&gt;CMISFolder&lt;/portlet-name&gt;
<span>		</span>&lt;portlet-class&gt;org.alfresco.web.portlet.ProxyPortlet&lt;/portlet-class&gt;
<span>		</span>&lt;init-param&gt;
<span>			</span>&lt;name&gt;scriptUrl&lt;/name&gt;
<span>			</span>&lt;value&gt;<strong>/share/service/sample/cmis/repo</strong>&lt;/value&gt;
<span>		</span>&lt;/init-param&gt;

<span>		</span>&lt;supports&gt;
<span>			</span>&lt;mime-type&gt;text/html&lt;/mime-type&gt;
<span>			</span>&lt;portlet-mode&gt;VIEW&lt;/portlet-mode&gt;
<span>		</span>&lt;/supports&gt;

<span>		</span>&lt;portlet-info&gt;
<span>			</span>&lt;title&gt;<strong>CMIS Folder Browser</strong>&lt;/title&gt;
<span>			</span>&lt;short-title&gt;<strong>CMIS Folder</strong>&lt;/short-title&gt;
<span>		</span>&lt;/portlet-info&gt;

<span>	</span>&lt;/portlet&gt;</pre>
<p>Finally add your portlet to the <strong>liferay-display.xml</strong> and <strong>liferay-portlet.xml</strong> files.</p>
<p>To make sure that your URLs are correctly generated, please use the &#8220;scripturl()&#8221; function in your Freemarker templates to wrap them:</p>
<pre style="padding-left: 30px">&lt;a href="<strong>${scripturl(url.serviceContext + "/sample/cmis/repo", false)}</strong>"&gt;CMIS Repository&lt;/a&gt;</pre>
<p>This new mechanism is the first significant step in better tying together Alfresco with portal platforms and expect new developments with future releases.</p>
<img src="http://feeds.feedburner.com/~r/AlfrescoFreshTalk/~4/7vrYsGfpjf0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/wp/luissala/2010/02/24/new-portlet-development-options-for-alfresco/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.alfresco.com/wp/luissala/2010/02/24/new-portlet-development-options-for-alfresco/</feedburner:origLink></item>
		<item>
		<title>True Elastic Cloud Computing with Alfresco and RightScale</title>
		<link>http://feedproxy.google.com/~r/AlfrescoFreshTalk/~3/JZ23w1fGalU/</link>
		<comments>http://blogs.alfresco.com/wp/luissala/2009/12/17/elastic-alfresco-with-rightscale/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 01:23:10 +0000</pubDate>
		<dc:creator>Luis Sala</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Alfresco]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[EC2]]></category>

		<category><![CDATA[RightScale]]></category>

		<guid isPermaLink="false">http://blogs.alfresco.com/wp/luissala/?p=257</guid>
		<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Alfresco today announced the availability of RightScale templates that facilitate the deployment of scalable and elastic Alfresco clusters. I emphasize &amp;#8220;elastic&amp;#8221; because I believe this is one of the key principles that distinguish a &amp;#8220;true&amp;#8221; cloud computing strategy from a vendor versus simply making single-server, non-clustered product images available.&lt;/p&gt;
&lt;p&gt;
CLICK TO VIEW DEMO VIDEO OF ALFRESCO [...]</description>
			<content:encoded><![CDATA[<p><img src="http://www.alfresco.com/assets/images/header/alfresco-logo.gif" alt="Alfresco Logo" /><img src="http://www.rightscale.com/images/logo.png" alt="RightScale Logo" /></p>
<p>Alfresco today <a href="http://www.alfresco.com/media/releases/2009/12/rightscale/">announced</a> the availability of <a href="http://www.rightscale.com">RightScale</a> templates that facilitate the deployment of scalable and <strong>elastic</strong> Alfresco clusters. I emphasize &#8220;elastic&#8221; because I believe this is one of the key principles that distinguish a &#8220;true&#8221; cloud computing strategy from a vendor versus simply making single-server, non-clustered product images available.</p>
<p><a href="http://s3.alfrescodemo.com/video/alfresco-rightscale.html"><img src="http://support.rightscale.com/@api/deki/files/2514/=alfrescodeployment.jpg" alt="Alfresco RightScale Deployment" /><br />
</a><a href="http://s3.alfrescodemo.com/video/alfresco-rightscale.html">CLICK TO VIEW DEMO VIDEO OF ALFRESCO AND RIGHTSCALE</a></p>
<p>Understand that there&#8217;s nothing wrong with having single-server images, Alfresco has had EC2 images available since October and we will continue to maintain and evolve them. But if a vendor claims to have a &#8220;cloud strategy&#8221; and that having public EC2 images encompasses <strong>the entirety</strong> of that strategy, then they either a) don&#8217;t get it or b) are misleading their customers.</p>
<p>Here at Alfresco, we&#8217;ve been quietly yet actively working with cloud platforms such as EC2, GoGrid and RackSpace and feel that the timing is right to put forth our strategy not just for the cloud, but also for emphasizing Alfresco&#8217;s utility as a Content Platform that can be leveraged to develop Content Rich applications that can then deployed to any kind of runtime environment, be it a traditional Data Center, Virtualized Infrastructure or Public &amp; Private Clouds.</p>
<p>This strategy relies on a few trends that Alfresco has been actively endorsing as well as some specific product features that we hope will make Alfresco a very accessible and powerful framework that is attractive to developers.</p>
<p>The most significant of these trends and features are:</p>
<ul>
<li><strong>CMIS:</strong> The new &#8220;lingua franca&#8221; of content management. Empowers developers with a standardized mechanism for leveraging content repositories.</li>
<li><strong>Spring Surf:</strong> Alfresco <a href="http://www.alfresco.com/media/releases/2009/12/spring_surf/">recently donated</a> the Surf Framework to SpringSource as a <a href="http://www.springsource.org/extensions/se-surf">Spring Extension</a>. Spring Surf offers Spring developers a <a href="http://blogs.alfresco.com/wp/uzi/2009/11/03/using-surf-in-your-spring-apps/">more convenient way to develop SpringMVC web applications</a> and can optionally connect these apps into a content repository using CMIS.</li>
<li><strong>Scalability, Manageability &amp; Configurability:</strong> We&#8217;ve made great strides in making Alfresco one of most scalable ECM platforms in the industry, but have gone beyond that by adding JMX support and revamping the configuration mechanism thereby dramatically improving the way that IT operations can manage their Alfresco servers. These capabilities are absolutely pivotal to Alfresco&#8217;s cloud strategy.</li>
</ul>
<p>Virtually all web applications make use of content, yet very few of them are actually backed by any kind of content repository. The aforementioned three points are the pillars on top of which developers can create and deploy a new breed of content-enabled applications that are backed by Alfresco&#8217;s CMIS-compliant repository.  These new applications can be social, e-commerce, multimedia, business-oriented or anything else. More importantly, developers now have the flexibility to easily deploy to their preferred environment knowing that Alfresco can be properly managed regardless of where it&#8217;s deployed.</p>
<p>We emphasize the &#8220;cloud&#8221; because it conveniently allows for an environment to scale on-demand based on metrics such as performance or query volume, but understand that the same principles can be applied to more traditional environments as well.</p>
<p>In any case, I invite readers to attend the webinars we&#8217;ve got scheduled for after the new year and send any questions to cloud -at- alfresco -dot- com.</p>
<p>For more information on Alfresco in the Cloud, please visit:</p>
<ul>
<li><a href="http://wiki.alfresco.com/wiki/EC2">Alfresco Standalone EC2 Images</a></li>
<li><a href="http://support.rightscale.com/27-Partners/Alfresco">RightScale Templates for Alfresco</a></li>
<li><a href="http://s3.alfrescodemo.com/video/alfresco-cloud.html">Alfresco in the Cloud Videos</a></li>
</ul>
<p>News and Blogs Relating to the Alfresco/RightScale Announcement:</p>
<ul>
<li><a href="http://www.readwriteweb.com/enterprise/2009/12/alfresco-finally-a-real-exampl.php">ReadWriteWeb: &#8220;Alfresco: How Refreshing - A Real Example of Cloud Computing&#8221;</a></li>
<li><a href="">Fierce Content Management: &#8220;Alfresco teams with RightScale on cloud management&#8221;</a></li>
<li><a href="http://www.cmswire.com/cms/enterprise-cms/alfresco-gets-more-settled-saasy-in-the-cloud-006274.php">CMSWire: &#8220;Alfresco Gets More Settled, SaaSy in the Cloud&#8221;</a></li>
<li><a href="http://www.infoworld.com/d/open-source/alfresco-gets-serious-about-cloud-351">InfoWorld Open Sources Blog: &#8220;Alfresco gets serious about the cloud&#8221;</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/AlfrescoFreshTalk/~4/JZ23w1fGalU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/wp/luissala/2009/12/17/elastic-alfresco-with-rightscale/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.alfresco.com/wp/luissala/2009/12/17/elastic-alfresco-with-rightscale/</feedburner:origLink></item>
		<item>
		<title>Records Management and Cloud Storage</title>
		<link>http://feedproxy.google.com/~r/AlfrescoFreshTalk/~3/wmi-W3erJ6k/</link>
		<comments>http://blogs.alfresco.com/wp/luissala/2009/10/20/records-management-in-the-cloud/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:38:05 +0000</pubDate>
		<dc:creator>Luis Sala</dc:creator>
		
		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[ECM]]></category>

		<category><![CDATA[Records Management]]></category>

		<guid isPermaLink="false">http://blogs.alfresco.com/wp/luissala/?p=254</guid>
		<description>&lt;p&gt;Alan Pelz-Sharpe brings up an interesting topic about Records Management in the cloud and concludes that the cloud is &amp;#8220;dangerous&amp;#8221; to RM. I&amp;#8217;m no expert in the intimate details of RM, but I must observe that Alan made certain blanket assumptions about cloud storage that are not accurate and in the least, cannot be broadly [...]</description>
			<content:encoded><![CDATA[<p>Alan Pelz-Sharpe brings up an <a href="http://www.cmswatch.com/Trends/1716-Cloud-Computing-Records-Management">interesting topic</a> about Records Management in the cloud and concludes that the cloud is &#8220;dangerous&#8221; to RM. I&#8217;m no expert in the intimate details of RM, but I must observe that Alan made certain blanket assumptions about cloud storage that are not accurate and in the least, cannot be broadly applied to all cloud providers.</p>
<p>To begin, Alan notes that users of cloud storage services have no control as to where content gets physically stored and that one could never know where the content is at any given time, implying that the content could be replicated all over the globe. I think this is based on incomplete knowledge of how cloud storage solutions work.</p>
<p>From a technical standpoint, the primary aspects that distinguish &#8220;cloud storage&#8221; from more traditional storage are:</p>
<ul>
<li>Use of commodity hardware and/or software.</li>
<li>&#8216;Chunking&#8217; of files and replication of said &#8216;chunks&#8217; across multiple storage nodes.</li>
<li>Simple retrieval and insertion API, often delivered through REST and/or SOAP interfaces.</li>
</ul>
<p>It is that second point, that I wish to elaborate on, as I believe this is where Alan is mistaken in his observations. To make things more concrete, I&#8217;m going to focus on Amazon S3 as a specific example, but other cloud storage providers such as Nirvanix, EMC and Iron Mountain operate under similar principles.</p>
<p>Many cloud-storage solutions are implemented in a similar fashion to the Google File System (GFS) where in order to achieve fault tolerance and redundancy of data, files (particularly large files) are broken up into chunks and replicated to a certain minimum number of storage nodes. This allows for one or more nodes to fail while ensuring the integrity of the data. In the case of Amazon S3, the data is replicated across different &#8220;availability zones&#8221; within one geographic &#8220;region&#8221;.</p>
<p>Amazon&#8217;s US region is in Virginia while their EU region resides in Ireland. An availability zone is a collection of servers within a region that share common infrastructure such as power and cooling. In Amazon&#8217;s case, they further qualify how they ensure fault separation of their availability zone thusly:</p>
<blockquote><p>&#8220;Amazon EC2 provides customers the flexibility to place instances within multiple geographic regions as well as across multiple Availability Zones. Each Availability Zone is designed with fault separation. This means that availability zones are physically separated within a typical metropolitan region, on different flood plains, in seismically stable areas. In addition to discrete uninterruptable power source (UPS) and onsite backup generation facilities, they are each fed via different grids from independent utilities to further reduce single points of failure. They are all redundantly connected to multiple tier-1 transit providers.&#8221;
</p>
</blockquote>
<p>Users of S3 can choose which region their content is stored into and hence they know what datacenter the data resides in. Content is simply NOT replicated across regions unless the user specifically inserts the content into more than one region which requires TWO API calls, one to insert into the US and another to insert into the EU. Note that Amazon allows users to transmit the data through HTTPS and to encrypt said content prior to insertion so as to virtually guarantee that the content is unreadable in the very unlikely event that someone gains illicit access to the data.</p>
<p>So now, that we know we can control where the data resides, let&#8217;s discuss disposition&#8230; Amazon&#8217;s security whitepaper states:</p>
<blockquote><p>
&#8220;Securing data at rest involves physical security and data encryption. [...] Amazon employs multiple layers of physical security measures to protect customer data at rest. For example, physical access to Amazon S3 datacenters is limited to an audited list of Amazon personnel. Encryption of sensitive data is generally a good security practice, and Amazon encourages users to encrypt their sensitive data before it is uploaded to Amazon S3.</p>
<p>When an object is deleted from Amazon S3, removal of the mapping from the public name to the object starts immediately, and is generally processed across the distributed system within several seconds. Once the mapping is removed, there is no remote access to the deleted object. The underlying storage area is then reclaimed for use by the system.</p>
<p>[...]</p>
<p>When a storage device has reached the end of its useful life, AWS procedures include a decommissioning process that ensures customer data are not exposed to unauthorized individuals. AWS uses the techniques detailed in DoD 5220.22-M (“National Industrial Security Program Operating Manual “) or NIST 800-88 (“Guidelines for Media Sanitation”) to destroy data, as part of the decommissioning process.&#8221;
</p>
</blockquote>
<p>I believe this is more than adequate in an RM scenario, but should further evidence be required, I suggest reading Amazon&#8217;s <a href="http://aws.amazon.com/about-aws/whats-new/2008/09/05/amazon-web-services-security-whitepaper/">security</a> and <a href="http://aws.amazon.com/about-aws/whats-new/2009/04/06/whitepaper-hipaa/">HIPAA</a> whitepapers.</p>
<p>I also highly recommend that all interested parties first have in-depth discussions with the different players in this space before coming to any hasty conclusions.</p>
<p>To help you begin, I offer this list of cloud storage vendors:</p>
<p>Amazon<br />
Nirvanix<br />
EMC (Atmos)<br />
Iron Mountain<br />
ParaScale<br />
Caringo<br />
Gluster</p>
<img src="http://feeds.feedburner.com/~r/AlfrescoFreshTalk/~4/wmi-W3erJ6k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/wp/luissala/2009/10/20/records-management-in-the-cloud/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.alfresco.com/wp/luissala/2009/10/20/records-management-in-the-cloud/</feedburner:origLink></item>
		<item>
		<title>Alfresco Public EC2 Image Now Available</title>
		<link>http://feedproxy.google.com/~r/AlfrescoFreshTalk/~3/5nxZsmlF5gU/</link>
		<comments>http://blogs.alfresco.com/wp/luissala/2009/09/17/alfresco-on-ec2/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 11:36:20 +0000</pubDate>
		<dc:creator>Luis Sala</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Alfresco]]></category>

		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://blogs.alfresco.com/wp/luissala/?p=243</guid>
		<description>&lt;p&gt;
Alfresco has recently announced the availability of the first &amp;#8220;official&amp;#8221; Alfresco server image for Amazon EC2. Along with that, we&amp;#8217;re also among the first members of the Amazon Solution Provider Program.&lt;/p&gt;
&lt;p&gt;Though in actuality we at Alfresco have had much of experience running Alfresco on the Amazon cloud, this marks the first time we&amp;#8217;ve created a [...]</description>
			<content:encoded><![CDATA[<p><a href="http://blogs.alfresco.com/wp/luissala/files/2009/09/pbaws_logo_300px.jpg"><img src="http://blogs.alfresco.com/wp/luissala/files/2009/09/pbaws_logo_300px.jpg" alt="Powered by Amazon Web Services" class="alignleft size-medium wp-image-244" /></a><br />
Alfresco has recently announced the availability of the <a href="http://developer.amazonwebservices.com/connect/entry!default.jspa?categoryID=223&amp;externalID=2803&amp;fromSearchPage=true">first &#8220;official&#8221; Alfresco server image for Amazon EC2</a>. Along with that, we&#8217;re also among the first members of the <a href="http://aws.amazon.com/solutions/solution-providers/alfresco/">Amazon Solution Provider Program</a>.</p>
<p>Though in actuality we at Alfresco have had much of experience running Alfresco on the Amazon cloud, this marks the first time we&#8217;ve created a ready-to-use public image.</p>
<p>Being the first public image and that it&#8217;s built on Alfresco Community 3.2, we&#8217;re initially targeting developers and early adopters with this release. We&#8217;d like to encourage interested parties to try it out and report any issues by emailing us at cloud (at) alfresco (dot) com.</p>
<p>Here are some possible uses you can put this cloud server to if you need some ideas:</p>
<ul>
<li>Try Alfresco Explorer and Alfresco Share</li>
<li>CMIS Development and Integration Sandbox</li>
<li>Web Script Development</li>
<li>Alfresco Share Dashlet Development</li>
<li>Customize Alfresco and bundle a new image based on this one</li>
</ul>
<p>Longer-term, we&#8217;re looking at doing the following:</p>
<ul>
<li>Offer Alfresco Enterprise Images.</li>
<li>Auto-mounting of EBS volumes and perhaps Amazon S3-content storage.</li>
<li>Self-configuring, elastic clustering for true cloud-style scalability.</li>
<li>Images for other cloud providers and platforms such as GoGrid, Rackspace Cloud and RightScale.</li>
</ul>
<p>You can learn more about this image by visiting the <a href="http://wiki.alfresco.com/wiki/EC2">Alfresco EC2 Wiki Page</a> and <a href="http://s3.alfrescodemo.com/AlfrescoOnEC2.html">viewing this demo video</a>.</p>
<img src="http://feeds.feedburner.com/~r/AlfrescoFreshTalk/~4/5nxZsmlF5gU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/wp/luissala/2009/09/17/alfresco-on-ec2/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.alfresco.com/wp/luissala/2009/09/17/alfresco-on-ec2/</feedburner:origLink></item>
		<item>
		<title>Host your own cloud storage array with Parascale</title>
		<link>http://feedproxy.google.com/~r/AlfrescoFreshTalk/~3/bBU3nKrlu90/</link>
		<comments>http://blogs.alfresco.com/wp/luissala/2009/05/11/host-your-own-cloud-storage-with-parascale/#comments</comments>
		<pubDate>Mon, 11 May 2009 19:52:00 +0000</pubDate>
		<dc:creator>Luis Sala</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.alfresco.com/wp/luissala/2009/05/11/host-your-own-cloud-storage-with-parascale/</guid>
		<description>&lt;p&gt;Last Friday, I visited with Parascale where I met with Mike Maxey (Dir. of Product Management), Sajai Krishnan (CEO), and Cameron Bahar (CTO and Founder). Parascale has developed software that allows you to turn 2 or more Linux servers into an Amazon S3-like cloud storage array that runs in userspace and can be easily mounted [...]</description>
			<content:encoded><![CDATA[<p>Last Friday, I visited with <a target="_blank" href="http://parascale.com">Parascale</a> where I met with Mike Maxey (Dir. of Product Management), Sajai Krishnan (CEO), and Cameron Bahar (CTO and Founder). Parascale has developed software that allows you to turn 2 or more Linux servers into an Amazon S3-like cloud storage array that runs in userspace and can be easily mounted via NFS.</p>
<p>Parascale competes with <a target="_blank" href="http://caringo.com">Caringo&#8217;s CAStor</a> in that it too can automatically replicate files across your storage nodes so as to ensure that your files are safe in the event one or more nodes fail.</p>
<p>The main differences with Caringo are that the software runs in userspace on a fairly vanilla Linux server while Caringo&#8217;s CAStor is delivered as a completely self-contained Linux software appliance. Additionally that it can be mounted via NFS without requiring a &#8220;<a target="_blank" href="http://caringo.com/products_cfs.html">Content File Server</a>&#8221; or use of a REST API (for which there exists a very good <a target="_blank" href="http://blogs.alfresco.com/wp/luissala/2008/10/06/creating-a-new-content-store-implementation-for-castor-and-s3/">Alfresco-CAStor Adapter</a>).</p>
<p>A neat thing about Parascale is that it&#8217;s rather lightweight so that gave me the ability to install Alfresco on the one of the Linux boxes that also ran the storage services. This can be put to good use in a production environment as it allows enterprises to maximize their hardware investment by consolidating Alfresco and reliable storage.<br /><img src="http://www.parascale.com/images/stories/articles/parallel_perf.jpg" /><br />I decided to run a 100,000 document benchmark while we stepped out to lunch. Upon our return I was quite pleased that the rather under-powered server I was running on managed about 8 documents per second. Unlike my <a href="http://blogs.alfresco.com/wp/luissala/2009/05/11/alfresco-in-the-cloud-gogrid/">GoGrid benchmarks</a>, the <a target="_blank" href="http://wiki.alfresco.com/wiki/Server_Benchmarks">benchmark client</a> was running on the same physical machine as Alfresco and the storage software so I didn&#8217;t need to deal with network latency.</p>
<p>Parascale has already proven the longevity and scalability of their storage cloud but you can expect even more enhancements over the coming months. Check them out at <a href="http://parascale.com">http://parascale.com</a></p>
<p>Mike Maxey will be present at the special cloud event in San Francisco on May 13th. You can learn more about the event and register <a href="http://blogs.alfresco.com/wp/luissala/2009/05/07/cloud-computing-special-event-in-san-francisco/">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/AlfrescoFreshTalk/~4/bBU3nKrlu90" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/wp/luissala/2009/05/11/host-your-own-cloud-storage-with-parascale/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.alfresco.com/wp/luissala/2009/05/11/host-your-own-cloud-storage-with-parascale/</feedburner:origLink></item>
	<media:credit role="author">Luis Sala</media:credit><media:rating>nonadult</media:rating><media:description type="plain">A podcast about open source technology and related subjects hosted by Luis Sala.</media:description></channel>
</rss>
