<?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>The Official Rackspace Blog &#187; Product Announcements and Updates</title>
	<atom:link href="http://www.rackspace.com/blog/category/product-announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rackspace.com/blog</link>
	<description>The Official Rackspace Blog</description>
	<lastBuildDate>Tue, 21 May 2013 15:00:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Cloud Files Update: New API-Only And Control Panel Features</title>
		<link>http://www.rackspace.com/blog/cloud-files-update-new-api-only-and-control-panel-features/</link>
		<comments>http://www.rackspace.com/blog/cloud-files-update-new-api-only-and-control-panel-features/#comments</comments>
		<pubDate>Mon, 20 May 2013 16:00:08 +0000</pubDate>
		<dc:creator>Jose Malacara</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cloud Files]]></category>
		<category><![CDATA[control panel]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29579</guid>
		<description><![CDATA[Rackspace Cloud Files users now have finer control over how to manage objects and containers with several exciting new API and Control Panel features that we rolled out this week.]]></description>
				<content:encoded><![CDATA[<p>Rackspace <a href="http://www.rackspace.com/cloud/files/">Cloud Files</a> users now have finer control over how to manage objects and containers with several exciting new API and Control Panel features that we rolled out this week.</p>
<p>The new features include:</p>
<p><b>API-Only:</b></p>
<ul>
<li>Container Quotas</li>
<li>TempURL File Name Overrides</li>
<li>Bulk Operations (Delete &amp; Auto-Expand Archive)</li>
<li>Static Large Object support</li>
</ul>
<p><b>Now in Control Panel:</b></p>
<ul>
<li>Multiple File Upload</li>
<li>Editing Headers</li>
</ul>
<p>All of these features are now available in both the U.S. and U.K. regions.</p>
<p>To avoid the risk of getting into TL;DR territory; let’s take a high-level look at how each new feature works. I’ll follow-up with subsequent posts in coming weeks that dig deeper into how each new feature works along with specific API details.</p>
<p>Here’s what’s new:</p>
<h2><b><span style="text-decoration: underline;">Container Quotas</span></b></h2>
<p>You can now set simple quotas on your containers by setting the <b>X-Container-Meta-Quota-Bytes</b> and <b>X-Container-Meta-Quota-Count</b> headers in your container metadata. This can be useful for administrators who want to put limits on containers used by non-admin users (users who cannot modify container metadata). The X-Container-Meta-Quota-Bytes header is used to limit the maximum size of a container, in bytes. The X-Container-Meta-Quota-Count header is used to set the maximum object count of the container.</p>
<h2><b><span style="text-decoration: underline;">TempURL File Name Overrides</span></b></h2>
<p>With the new TempURL File Name Override feature, you can specify a &#8220;filename&#8221; query parameter to override a TempURL&#8217;s Content-Disposition header in order to instruct their browser to save a TempURL file with a specific name. This is done by appending &amp;filename=<i>my_file_name </i>to the end of a TempURL.</p>
<h2><b><span style="text-decoration: underline;">Bulk Operations (Delete and Archive Auto Extraction)</span></b></h2>
<p>Two new bulk operations are now available: delete and archive auto extractions. You can upload and auto-extract tar archives upon PUT request to your Cloud Files account. This is done using the query <b>parameter ?extract-archive=<i>format</i></b> specifying the format of archive file. Accepted formats are tar, tar.gz, and tar.bz2. Root directories in the archive will be converted to containers if uploaded at the account level, or mapped to pseudo-directory names if uploaded into existing containers.</p>
<h2><b><span style="text-decoration: underline;">Static Large Object Support (SLO)</span></b></h2>
<p>Static Large Object Support (SLO) is very similar to Dynamic Large Object (DLO) support in that it allows you to upload many objects concurrently and download them afterwards as a single object. It is different than DLO in that it does not rely on eventually consistent container listings to do so. Instead, a user-defined manifest of the object segments is used to help guarantee that every segment in the manifest exists and has matched the specifications. If everything does match, you will receive a 2xx response and the SLO object is ready for downloading. This can improve consistency when uploading multiple segments concurrently and subsequently downloading the resulting large object a short time after.</p>
<h2><b><span style="text-decoration: underline;">Multiple File Upload</span></b></h2>
<p>You can now use the Control Panel to select and upload multiple files through one Upload Files operation.</p>
<p>From your container, select the Upload Files operation and the click the Choose Files button.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.1.png" width="580" height="275" /></p>
<p>Select the multiple files you want to upload to your container.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.2.png" width="580" height="275" /></p>
<p>After you have selected them for upload, notice that the number of files selected is shown next to the Choose Files button. Now select the Upload File button.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.3.png" width="580" height="277" /></p>
<p>At this point your files will be uploaded into your Cloud Files account. Once the operation has completed, the Control Panel will show the updated contents of your container.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.4.png" width="580" height="274" /></p>
<h2><b><span style="text-decoration: underline;">Editing Object Headers</span></b></h2>
<p>You can now also use the Control Panel to modify some of the most common HTTP object headers including:</p>
<ul>
<li>Access-Control-Allow-Credentials</li>
<li>Access-Control-Allow-Methods</li>
<li>Access-Control-Allow-Origin</li>
<li>Access-Control-Expose-Headers</li>
<li>Access-Control-Max-Age</li>
<li>Access-Control-Request-Headers</li>
<li>Access-Control-Request-Method</li>
<li>Origin</li>
<li>Content-Encoding</li>
<li>Content-Disposition</li>
</ul>
<p>To edit object headers, go to the cogwheel next to your object and select Edit Headers from the drop down.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.5.png" width="580" height="336" /></p>
<p>Select the header you wish to set along with its value and click the plus sign to add:</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.6.png" width="580" height="356" /></p>
<p>You will see any custom headers that have been set when you select the View File Info dropdown from your object’s cogwheel. Reselecting Edit Headers from the cogwheel drop down will allow you to set any additional headers or modify existing ones that you had previously configured.</p>
<p><img class="alignnone" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-files-updates.7.png" width="580" height="336" /></p>
<p>For additional information on setting object headers or details on any other Cloud Files features, please refer to the <a href="http://docs.rackspace.com/files/api/v1/cf-devguide/content/Overview-d1e70.html">Cloud Files API Developer guide</a>.</p>
<p>Stay tuned for upcoming posts with details on how to access these new features through the API with command-line examples using cURL.</p>
<p>If you have additional questions, please feel free to ask them here, contact our Fanatical Support Team or email me directly at <a href="mailto:jose.malacara@rackspace.com">jose.malacara@rackspace.com</a>.</p>
<p>Be sure to subscribe to our product and development <a href="http://www.rackspace.com/blog/channels/product-and-development/">blog</a> for future product updates and announcements.</p>
<p><em>For a deeper look at some of these features, head over to the <a href="http://devops.rackspace.com/">Rackspace DevOps Blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/cloud-files-update-new-api-only-and-control-panel-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attach, Detach Networks From A Live Cloud Server</title>
		<link>http://www.rackspace.com/blog/attach-detach-networks-from-a-live-cloud-server/</link>
		<comments>http://www.rackspace.com/blog/attach-detach-networks-from-a-live-cloud-server/#comments</comments>
		<pubDate>Thu, 16 May 2013 19:00:55 +0000</pubDate>
		<dc:creator>Sameer Satyam</dc:creator>
				<category><![CDATA[Business Tips and Tricks]]></category>
		<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Cloud Networks]]></category>
		<category><![CDATA[cloud servers]]></category>
		<category><![CDATA[open cloud]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29674</guid>
		<description><![CDATA[You can now attach and detach networks from a live Cloud Server. You no longer need to create a snapshot of the server, and then build a new server from that image to attach or detach a network to/from a server.]]></description>
				<content:encoded><![CDATA[<p>You can now attach and detach networks from a live <a href="http://www.rackspace.com/cloud/servers/">Cloud Server</a>. You no longer need to create a snapshot of the server, and then build a new server from that image to attach or detach a network to/from a server.</p>
<p>This powerful new feature makes it easier to deploy applications with greater flexibility. You can add or remove interfaces from your servers at any time without having to tinker with the server or worrying about getting the networking right the first time.</p>
<p>At this time, you can use either the python-novaclient or the Rackspace API for attaching/detaching a network to/from an operational Cloud Server. We are working to support this operation using the Rackspace Control Panel at this time and hope to offer this capability shortly.</p>
<p>In order to use this feature using the python-novaclient, you first have to install the Cloud Networks virtual interface extension as specified in the below URL:<br />
<a href="http://docs.rackspace.com/servers/api/v2/cn-gettingstarted/content/section_gs_install_vir_interface.html">http://docs.rackspace.com/servers/api/v2/cn-gettingstarted/content/section_gs_install_vir_interface.html</a></p>
<p>The API operations to attach and detach interfaces are listed here:<br />
<a href="http://docs.rackspace.com/servers/api/v2/cn-devguide/content/api_virt_interfaces.html">http://docs.rackspace.com/servers/api/v2/cn-devguide/content/api_virt_interfaces.html</a></p>
<p>We would like to hear more about other networking features you’d like to see. We look forward to helping you deploy the next generation of applications on the <a href="http://www.rackspace.com/cloud/">Rackspace open cloud</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/attach-detach-networks-from-a-live-cloud-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Provision Additional IPv4 Addresses In The Open Cloud</title>
		<link>http://www.rackspace.com/blog/provision-additional-ipv4-addresses-in-the-open-cloud/</link>
		<comments>http://www.rackspace.com/blog/provision-additional-ipv4-addresses-in-the-open-cloud/#comments</comments>
		<pubDate>Tue, 14 May 2013 21:52:31 +0000</pubDate>
		<dc:creator>Sameer Satyam</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[cloud servers]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[rackconnect]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29652</guid>
		<description><![CDATA[You can now provision additional IPv4 addresses on your Cloud Servers in the next generation Rackspace Cloud.]]></description>
				<content:encoded><![CDATA[<p>You can now provision additional IPv4 addresses on your <a href="http://www.rackspace.com/cloud/servers/">Cloud Servers</a> in the next generation Rackspace Cloud. Until now, this capability was only available in our first generation cloud.</p>
<p>We heard your feedback and added the capability to the open cloud! And what’s better? We have launched a promotional offer on additional IPv4 addresses in the next generation cloud. For a brief period of time, the additional IPv4 addresses on your Cloud Servers can be obtained for free!</p>
<p>For more information on this promotional pricing offer and to provision additional IPv4 addresses on your Cloud Servers in the next generation cloud, you can contact Rackspace support.</p>
<p>More details on requesting additional IPv4 addresses can be found here: <a href="http://www.rackspace.com/knowledge_center/article/requesting-additional-ipv4-addresses">http://www.rackspace.com/knowledge_center/article/requesting-additional-ipv4-addresses</a></p>
<p>If you use <a href="http://www.rackspace.com/cloud/hybrid/dedicated_cloud/rackconnect/">RackConnect</a> and require additional IPv4 addresses on your Cloud Servers, please see the following article for more details. Please contact the ‘Dedicated’ support team for further details and assistance.</p>
<p><a href="http://www.rackspace.com/knowledge_center/article/multiple-ssl-certificates-on-a-single-rackconnected-cloud-server-pat">http://www.rackspace.com/knowledge_center/article/multiple-ssl-certificates-on-a-single-rackconnected-cloud-server-pat</a></p>
<p>In addition, we are working on offering the ability to provision additional public IP addresses on servers via a self-service API. Once this capability is available, you will no longer need to call support to provision them. Watch this space for further updates.</p>
<p>As always, we greatly value your feedback and we look forward to helping you deploy the next generation of applications on the <a href="http://www.rackspace.com/cloud/">Rackspace open cloud</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/provision-additional-ipv4-addresses-in-the-open-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rackspace Developer Support: Fanatical Support For Your Code</title>
		<link>http://www.rackspace.com/blog/rackspace-developer-support-fanatical-support-for-your-code/</link>
		<comments>http://www.rackspace.com/blog/rackspace-developer-support-fanatical-support-for-your-code/#comments</comments>
		<pubDate>Mon, 13 May 2013 17:30:35 +0000</pubDate>
		<dc:creator>Lew Moorman</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Fanatical Support Main]]></category>
		<category><![CDATA[Rackspace Developer Support]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29610</guid>
		<description><![CDATA[Today we launch Rackspace Developer Support, an extension of our Fanatical Support specifically for developers. Rackspace Developer Support marks the first time we will officially support your application code. ]]></description>
				<content:encoded><![CDATA[<p>We take customer support pretty seriously around here. Our philosophy is to include super valuable and responsive support with all our offers. For example, when you’re a customer and find out you’re going on national TV to pitch your product, we’ll be there to help with architecting and operating the situation at no additional cost. This is clearly not the standard level of support in the cloud space where even the most basic support costs a lot more on top of core cloud costs. Starting today, we take this already high standard to a new level with the launch of Rackspace Developer Support, an extension of our Fanatical Support specifically for developers.</p>
<p>Rackspace Developer Support marks the first time we will officially support your application code. When you’re programming your application to interact with the <a href="http://www.rackspace.com/cloud/">Rackspace Cloud</a> powered by OpenStack, we want to make sure it is as easy as possible. <a href="http://www.rackspace.com/blog/video-openstack-summit-day-two-a-look-at-sdks/">We offer Software Development Kits</a> for the world’s most popular programming languages. Right now, this includes PHP, Java, Python, Ruby and <a href="http://www.rackspace.com/blog/integrate-web-mobile-apps-into-windows-with-the-rackspace-cloud-sdk-for-microsoft-net/">.Net</a>. We are also working on node.js, which we hope to release soon.</p>
<p>Providing you a simple and strong SDK is only part of the puzzle to make your life easier. The other piece is to make sure you have Fanatical Support when you use them. Therefore, when you or your developer are writing code against our APIs or SDKs and you have a question, let us know. We’ll give you answers and even take a look at the code you’ve written around the use of the APIs or SDKs. If the problem is in your application code, we’ll even help you fix it. As the first step, stop by <a href="http://developer.rackspace.com">developer.rackspace.com</a> for documentation and answers to a lot of your questions.</p>
<p>With the launch of this service, you will be able to <a href="http://www.rackspace.com/support/">contact Rackspace</a> and reach API and SDK experts for the following:</p>
<ul>
<li>Analysis and optimization of where your code interacts with our APIs, SDKs, and infrastructure</li>
<li>Help with identification and resolution of any API or SDK coding issues</li>
<li>Advice on API usage, <a href="http://docs.rackspace.com/sdks/guide/content/intro.html">SDKs</a>, architecture and best practices</li>
</ul>
<p>Here are some examples of ways you could use Rackspace Developer Support:</p>
<ul>
<li>When you want to automatically create servers based on your application’s logic</li>
<li>When an application on your dedicated configuration needs to scale out into the cloud when it reaches certain thresholds</li>
<li>When you need a custom monitoring script to check the status of MySQL replication</li>
<li>When you want to automate DNS failover between data centers</li>
<li>When you want your app to automatically provision and attach, or detach, <a href="http://www.rackspace.com/cloud/block-storage/">Cloud Block Storage</a> volumes to a <a href="http://www.rackspace.com/cloud/servers/">Cloud Server</a> as the application storage needs change</li>
<li>When you want to programmatically grant access to a user of a <a href="http://www.rackspace.com/cloud/databases/">Cloud Database</a> instance</li>
</ul>
<p>As a developer, when you take our SDKs and add Rackspace Developer Support, you get a powerful combination that will make sure you don’t get stuck. You can focus on your app’s exciting core functionality instead of your app’s boring infrastructure code.</p>
<p>We are excited to extend Fanatical Support to help make your cloud automation ideas a reality. And, best of all, Developer Support is free for customers of all service levels! To use it, just <a href="http://www.rackspace.com/support/">contact Rackspace</a> and we will get you in contact with a Racker that will be able to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/rackspace-developer-support-fanatical-support-for-your-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cloud Monitoring Adds Server Monitoring, Graphs And More</title>
		<link>http://www.rackspace.com/blog/cloud-monitoring-adds-server-monitoring-graphs-and-more/</link>
		<comments>http://www.rackspace.com/blog/cloud-monitoring-adds-server-monitoring-graphs-and-more/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 19:55:21 +0000</pubDate>
		<dc:creator>Russell Haering</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Open Source Technologies]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cloud Monitoring]]></category>
		<category><![CDATA[Managed Cloud]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[server monitoring]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29136</guid>
		<description><![CDATA[Last fall Rackspace announced the unlimited availability of Cloud Monitoring, our highly available API-driven monitoring system that is changing how we deliver Fanatical Support. Since then, we have been quietly adding features; and today we’re making those features available through unlimited availability, and we’re unveiling even more.]]></description>
				<content:encoded><![CDATA[<p>Last fall <a href="http://www.rackspace.com/blog/monitor-any-cloud-or-web-infrastructure-with-new-rackspace-cloud-monitoring-now-in-unlimited-availability/">Rackspace announced the unlimited availability of Cloud Monitoring</a>, our highly available API-driven monitoring system that is changing how we deliver Fanatical Support. Since then, we have been quietly adding features; and today we’re making those features available through unlimited availability, and we’re unveiling even more.</p>
<h2><b>Server Monitoring: Check The Internal State Of Your Servers</b></h2>
<p>An outage on a web server often isn&#8217;t necessarily a catastrophic event, but it is caused by a problem that could have been detected by watching internal statistics like CPU usage or memory. To help detect these problems, we’ve launched a new feature of the <a href="http://www.rackspace.com/cloud/monitoring/">Cloud Monitoring</a> platform: Server Monitoring.</p>
<p>Server Monitoring can be enabled by installing the Cloud Monitoring Agent, which allows you to create checks on load average, CPU, memory, filesystem and network usage, as well as more advanced checks (currently available via the API only) including a custom plugin check that uses a user-supplied check to gather any metrics you like. In addition to creating checks, which continuously gather data in the background, you can query certain information “live,” enabling visualizations on the server detail view in our Cloud Control Panel:</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-monitoring-screenshot.1.png" width="289" height="90" /></p>
<p>There is no shortage of monitoring tools available today; you may already be familiar with Nagios, Munin, collectd or other tools from the open source community and startups. Those tools can work well for some users that are familiar with them. Our new Cloud Monitoring Agent is different. It was built based on your feedback and includes several key features that you’ve asked for.</p>
<p>You said you need redundancy across multiple datacenters, so you can be confident that your monitoring system is up and running. And we know that you’re concerned about performance, so we’ve engineered our monitoring agent to have a small memory footprint. You want first-class support for both Windows and Linux, so we built the agent on top of <a href="https://github.com/joyent/libuv">libuv</a>, the same cross-platform library that powers Node.js. Flexibility is also important, so we open-sourced our agent and offer custom plug-ins. We utilized industry-leading security standards, so you can use it anywhere without having to worry about the security of your data, and we hope you find it easy to manage with the familiar Cloud Monitoring API used in our remote monitoring solution.</p>
<p>Server Monitoring will be free to try out until July 31, and we’re excited to get more of our customers using it! See below for more technical details, or <a href="https://www.rackspace.com/knowledge_center/article/install-the-cloud-monitoring-agent">install the agent</a> to get started!</p>
<h2><b>Graphs</b></h2>
<p>Each time a check is run &#8211; whether a Remote check or, now, a Server Monitoring check &#8211; Cloud Monitoring stores the data it collects. Starting today, we’re giving you the ability to view the history of your Cloud Monitoring metrics with a new graphing feature in the Control Panel.</p>
<p>For each Cloud Monitoring check you configure, we’ll show you graphs of some of the most useful metrics. You’ll be able to find out whether your server responds more quickly from London or Chicago, how much filesystem space you have left, whether or not you run out of memory during heavy traffic and more:</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-monitoring-screenshot.2.png" width="597" height="231" /></p>
<p>To get started with graphs, all you need to do is create some checks via our <a href="https://mycloud.rackspace.com">Control Panel</a>. Expect to see more features in the coming months that will help you get more insight into your infrastructure. In the meantime, if the Control Panel isn’t enough for you, you can use the Cloud Monitoring Metrics API to fetch, analyze or display this data on your own. Get started with the <a href="http://docs.rackspace.com/cm/api/v1.0/cm-devguide/content/metrics-api.html">documentation</a> today.</p>
<h2><b>PagerDuty Integration</b></h2>
<p>Cloud Monitoring can now route alerts to <a href="http://www.pagerduty.com/">PagerDuty</a>. PagerDuty is a popular incident management tool, which handles alerting (via phone, SMS, email or mobile push), on-call scheduling and automatic escalation of critical incidents.</p>
<p>We use PagerDuty ourselves and love it, so we’re excited to let customers use this feature. Currently the Control Panel doesn’t expose the ability to add the details of your PagerDuty account to Cloud Monitoring, so you’ll have to use the API for that step. But once you’ve got it set up you can begin using PagerDuty just by selecting the appropriate Notification Plan from the dropdown when creating checks or modifying alarms. See <a href="http://devops.rackspace.com/cloud-monitoring-adds-pagerduty-integration.html">our post on the DevOps blog</a> for details.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-monitoring-screenshot.3.png" width="534" height="161" /></p>
<h2><b>Integration With Managed Cloud</b></h2>
<p>If you’re a <a href="https://www.rackspace.com/cloud/managed_cloud/overview_a/">Rackspace Managed Cloud</a> customer, the agent will be automatically installed on your servers when they’re created. When you configure a check, you’ll be given the option to route alerts to your Rackspace support team so we can handle the problem while you focus on your business. If you’re not a Managed Cloud customer but want to be, <a href="https://cart.rackspace.com/cloud/?cp_id=cloud_servers_msl">sign up today</a>!</p>
<h2><b>Multi-Data Center Redundancy</b></h2>
<p>We’ve made a big deal out of the fact that remote monitoring runs in a multiple geographically separated data centers so that an outage in one data center doesn&#8217;t affect our ability to continue checking your infrastructure or alert you to failures.</p>
<p>In a similar way, the Cloud Monitoring Agent connects to three Cloud Monitoring data centers but only requires a connection to one to operate correctly. Even if Chicago and Dallas are attacked by Godzilla, your agent will continue to send check data to London and you will continue to receive alarms.</p>
<h2><b>Small Memory Footprint</b></h2>
<p>The agent is built to have a small memory footprint. We understand that a 512 megabyte <a href="http://www.rackspace.com/knowledge_center/article/install-the-cloud-monitoring-agent">Cloud Server</a> is large enough to do many jobs, but if our agent was too large you wouldn&#8217;t be able to monitor these smaller machines.</p>
<p>To be specific, we built the agent to consume about 6 megabytes of RAM; around one percent of the RAM on our smallest Cloud Server.</p>
<h2><b>Excellent Security </b></h2>
<p>To protect your data, the agent uses TLS for all connections and a private Certificate Authority (CA). This means that even if some public Certificate Authority incorrectly issues a certificate for our domain to a third party, like the recent TURKTRUST incident with Google.com, our agent will refuse to connect due to an untrusted certificate chain.</p>
<p>The Linux binaries that we provide are signed with a GPG key that you can download from our API server over SSL. Meanwhile, the servers that build and sign those binaries are on an <a href="http://devops.rackspace.com/protect-your-infrastructure-servers-with-bastion-hosts-and-isolated-cloud-networks.html">isolated network</a> free from the dangers of the open Internet. Similarly, we will be using Authenticode when the Windows agent launches.</p>
<p>On top of that, the agent does not have the ability to execute arbitrary commands; it simply gathers and reports metrics.</p>
<h2><b>Open Source Software</b></h2>
<p>The agent is an Apache 2.0 licensed open source project. This gives the agent a few distinct advantages:</p>
<ol>
<li><b>You can audit the code</b>: We are proud of the engineering and security stance of our agent, but don&#8217;t take our word for it; dig into the code yourself.</li>
<li><b>You are free to compile the agent for your own distro</b>: We provide a large list of supported binary packages for Windows, as well as Linux distributions such as Debian, Ubuntu, RHEL, etc. But we understand that we won&#8217;t be able to provide binaries for every distro and architecture. If we don’t support your platform, you’re free to compile the agent yourself. With time, we are certain that the agent will be ported to routers and phones.</li>
</ol>
<p>We look forward to seeing your <a href="https://github.com/racker/virgo">pull requests on Github</a>.</p>
<h2><b>Custom Plugins</b></h2>
<p>A number of agent check types are available out of the box for common system statistics and applications. But, these checks are only a starting point and can&#8217;t cover every conceivable use case. For example, say you want to get alerted when the number of rows in the session table of your database grows above 1,000 &#8211; you can do this with a custom plugin for the agent.</p>
<p>The <a href="http://docs.rackspace.com/cm/api/v1.0/cm-devguide/content/appendix-check-types-agent.html#section-ct-agent.plugin">interface for custom plugins</a> is simple and straightforward. The agent simply executes a script that you place in the plugins directory and gathers the metrics from <span style="font-family: Courier New; font-size: 100%;">standard out</span>.</p>
<p>Say you write a script that queries your PostgreSQL database for the number of active sessions, let’s call it <span style="font-family: Courier New; font-size: 100%;">session_metrics.py</span>. All this script would need to do is query the database and output the following format:</p>
<pre>status 235 active sessions in the database
metric sessions int64 235
metric oldest_session int64 50034</pre>
<p>Now you can write an alarm when the number of sessions is over 9,000 and be prepared to scale your infrastructure for the additional load.</p>
<h2><b>Familiar API</b></h2>
<p>Entities, checks and alarms are the basic types in the Cloud Monitoring API. To fit into these types the agent only adds one additional property to the entity called the agent_id. So, if you already have an entity for your webserver, you can link a new agent to that entity and start allocating agent checks like the <span style="font-family: Courier New; font-size: 100%;">agent.plugin check right alongside your existing <span style="font-family: Courier New; font-size: 100%;">remote.ping</span> and <span style="font-family: Courier New; font-size: 100%;">remote.http</span> checks. Even alarm criteria are written in the same manner as usual.</span></p>
<pre>if (metric['sessions'] &gt; 90000) {
 return new AlarmStatus(CRITICAL, 'The database says the session table is over 9000!');
}
return new AlarmStatus(OK, 'The session table is not over 9000');</pre>
<h2><b>Try It Free</b></h2>
<p>As we mentioned above, Server Monitoring is free to use until July 31, 2013. We look forward to getting your feedback and seeing cool uses of the <a href="http://docs.rackspace.com/cm/api/v1.0/cm-devguide/content/appendix-check-types-agent.html#section-ct-agent.plugin">custom plugins interface</a>.</p>
<p>And as always, <a href="http://jobs.rackspace.com/">we are hiring</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/cloud-monitoring-adds-server-monitoring-graphs-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scale-Out With Isilon At Rackspace</title>
		<link>http://www.rackspace.com/blog/scale-out-with-isilon-at-rackspace/</link>
		<comments>http://www.rackspace.com/blog/scale-out-with-isilon-at-rackspace/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 17:00:14 +0000</pubDate>
		<dc:creator>Decoa Parker</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[dedicated storage]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[isilon]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29055</guid>
		<description><![CDATA[Today, we add a new solution to our Dedicated Storage portfolio, EMC Isilon, which will scale-out easily and seamlessly.]]></description>
				<content:encoded><![CDATA[<p>Data is at the heart of your business. As your business grows, your data grows. And with increasing amounts of data, you need a scalable, secure and efficient platform to store it. You also need reliability and performance in a storage platform that will grow with you. Today, we add a new solution to our Dedicated Storage portfolio that will not only scale-out easily, but will also do it simply and seamlessly – <a href="http://www.rackspace.com/managed_hosting/services/storage/dnas/">EMC Isilon</a>.</p>
<p>EMC Isilon is a scale-out NAS storage solution designed to provide a powerful, simple and reliable platform for enterprise customers wanting to consolidate data and applications exceeding 100 TB. Rackspace provides support for the <b>EMC Islion NL400 </b>(for high density and efficiency, with massive capacity capabilities) and <b>X400 </b>(for large capacity and high performance) models.</p>
<p>The Isilon platform:</p>
<ul>
<li><b><i>Supports up to 144 nodes and 16PB of usable (20 PB of raw) file-based storage per cluster</i></b> – allowing you to massively scale-out your capacity and maintain flexibility in your storage environment</li>
<li><b><i>Supports NAS and Hadoop file-level protocols (SMB/CIFS, NFS and HDFS)</i></b> – allowing you to choose the most suitable protocol to help simplify your workload and increase the operational flexibility of your storage</li>
<li><b><i>Provides built-in data protection</i></b> – affording you a highly resilient environment that can withstand multiple, simultaneous component failures, without data loss</li>
<li><b><i>Provides simple storage management</i></b> – scaling capacity and performance with each node from a single file system and a single volume</li>
<li><b><i>Efficiently does it all!</i></b> – ensuring efficient use of your budget by providing a storage utilization rate of over 80 percent.</li>
</ul>
<p>In addition to supporting the Isilon platform, Rackspace provides support for the following EMC data protection and data management features:  <a href="http://www.emc.com/storage/isilon/synciq.htm">SyncIQ</a>™, <a href="http://www.emc.com/storage/isilon/snapshotiq.htm">SnapshotIQ</a>™, <a href="http://www.emc.com/storage/isilon/smartpools.htm">SmartPools</a>™, <a href="http://www.emc.com/storage/isilon/smartquotas.htm">SmartQuotas</a>™ and <a href="http://www.emc.com/storage/isilon/smartconnect.htm">SmartConnect</a>™.</p>
<p><b>How can you use the EMC Isilon platform? </b><br />
EMC Isilon is suitable for a number of use cases, but it is ideal for NAS fileshares, home directories, content libraries, media streaming and Big Data, to name a few.</p>
<p>For NAS fileshares and home directories, Isilon can help eliminate file server sprawl by providing you with the means to consolidate your organization’s data all in one place, with a single namespace. It also improves management through automated processes that balance internal workloads and capacities, while providing automated tiering via EMC’s SmartPools feature to optimize your storage performance.</p>
<p>In the case of content libraries and media streaming, Isilon helps simplify the management of your content by allowing you to use a single volume, a single file system and a single namespace for active and archived data. It also quickly scales to increased capacity to accommodate your ever-growing repositories of content.</p>
<p>For Big Data solutions, Isilon supports native integration of HDFS, Hadoop’s distributed file system protocol, allowing you to combine scale-out NAS technology with the Hadoop open source software framework to provide a data-intensive, highly scalable Big Data analytics solution. It also easily integrates multiple protocols, simplifying data integration across different applications and workloads. Data analysis is also simplified by reducing the need for manual data movement.</p>
<p>EMC Isilon rounds everything out by ensuring data protection through built-in resiliency-supporting software. You can use SyncIQ to replicate and distribute your data to our multiple data center locations around the world, and SnapshotIQ to reliably preserve your data in snapshots, as part of your disaster recovery plan.</p>
<p><b>Where can you get more information? </b><br />
For more information about EMC Isilon at Rackspace, contact a member of our sales team, or if you are already customer, contact your Account Manager or Business Development Consultant.</p>
<p>We will also be at EMC World in Las Vegas from May 6 to May 9. Make sure to stop by our booth to meet the team and learn more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/scale-out-with-isilon-at-rackspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building A Global Cloud Network</title>
		<link>http://www.rackspace.com/blog/building-a-global-cloud-network/</link>
		<comments>http://www.rackspace.com/blog/building-a-global-cloud-network/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 11:55:50 +0000</pubDate>
		<dc:creator>Scott Sanchez</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[global cloud network]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[service provider]]></category>
		<category><![CDATA[telco]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28854</guid>
		<description><![CDATA[We plan to build and run a linked global cloud network for large service providers and telcos that will run the Rackspace public cloud – the largest OpenStack-based public cloud in the world – at global scale, creating a networked cloud of clouds through which service providers are linked together behind the scenes.]]></description>
				<content:encoded><![CDATA[<p>Something Rackspace knows firsthand is that building and operating a successful cloud business is hard. Going from being in the dedicated server business to being a <a href="http://www.rackspace.com/information/aboutus/gartner/">recognized leader</a> in cloud has been a journey for us, and we’ve learned a lot over the past few years to get to the position we are in today.</p>
<p>This journey is something service providers and telcos struggle with as well – they know the power of the cloud, their customers are asking for it, but they’re not sure where to start. So many questions… Should they pick a hardware vendor and buy a truck full of gear? A software vendor and buy some licenses? Some kind of appliance? An integrator to custom-build them something or to plug those things together? How will they package, productize, price, sell and support these offerings? How will they build an engineering and operations team to maintain the high levels of SLAs their customers will demand?</p>
<p>Lots of questions, no great answers. Until now!</p>
<p>Today, Rackspace is telling the world that we plan to build and run a linked global cloud network for large service providers and telcos. This cloud network will run the <a href="http://www.rackspace.com/cloud/">Rackspace public cloud</a> – the largest OpenStack-based public cloud in the world – at global scale, creating a networked cloud of clouds through which service providers are linked together behind the scenes.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/rackspace-global-cloud-network-2.png" width="503" height="445" /></p>
<p>Rackspace will deploy our public cloud into a service provider data center and remotely operate that cloud, and the service provider will provide the physical data center operations as well as market, sell and support the co-branded cloud directly to its end-customers. The end result is more OpenStack in the hands of more users, which has been the Rackspace vision since we founded the project in 2010.</p>
<p>This extension of our public cloud portfolio will give both service providers and their customers access to a network of interconnected global data centers &#8211; customers will be able to run their workloads in any data center that is part of the network, while maintaining their business relationship with the local provider of their choice. It will also expand Rackspace’s global data center footprint to include these service provider partners, ultimately letting us and our partners increase resource utilization and cloud growth. Users will be able to run their workloads where they want, when they want.</p>
<p>As operators of the world’s largest OpenStack-based public cloud, we’ve gotten very good at running clouds at scale. We’ll share that expertise with our service provider and telco partners, giving them everything they need to build an OpenStack cloud offering: we’ll design it, deploy it and operate it. They’ll have access to our expertise in technology, operations, go-to-market and support. It will be powered by OpenStack, and we’ll provide the patching, tuning and monitoring backed by carrier-grade SLAs. We’ll give our partners sales and support training, collateral and more to help them successfully enter the cloud market faster while helping to reduce their business risk.</p>
<p>Now, service providers and telcos can broaden their portfolios to offer their customers cloud services on a global level. They can complement their existing services with a proven public cloud offering that is powered by open source software and taps into the vast expertise of Rackspace.</p>
<p>This is our vision for the cloud – truly interoperable open clouds at global scale. We’ve been asked for it by service providers on nearly every continent. And now we have a team working hard to deliver it.</p>
<p>This is a major step in helping OpenStack gain wider adoption – and we’re building it to better serve the world and our customers.</p>
<p><i>Questions or comments about this blog post? Let me know below or on Twitter: </i><a href="https://twitter.com/scottsanchez"><i>@scottsanchez</i></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/building-a-global-cloud-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx Support Enables Massive Web Application Scaling</title>
		<link>http://www.rackspace.com/blog/nginx-support-enables-massive-web-application-scaling/</link>
		<comments>http://www.rackspace.com/blog/nginx-support-enables-massive-web-application-scaling/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 15:00:30 +0000</pubDate>
		<dc:creator>Chris Johnson</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Managed Cloud]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28848</guid>
		<description><![CDATA[Your web applications need to scale, especially during demanding traffic events. Nginx is a high-performance web server and reverse proxy that can help you do that. Today, we are extending our Managed Cloud Fanatical Support to include the installation, troubleshooting, patching and performance tuning of Nginx.]]></description>
				<content:encoded><![CDATA[<p>Your web applications need to scale, especially during demanding traffic events. Nginx is a high-performance web server and reverse proxy that can help you do that. Today, we are extending our <a href="http://www.rackspace.com/cloud/managed_cloud/overview_a/">Managed Cloud</a> Fanatical Support to include the installation, troubleshooting, patching and performance tuning of Nginx.</p>
<p>Specifics of what is supported can be found in the Knowledge Center article about <a href="http://www.rackspace.com/knowledge_center/article/cloud-servers-with-managed-service-level-spheres-of-support">Cloud Servers with Managed Service Level &#8211; Spheres of Support</a>.</p>
<p>At its heart, Nginx is a web server, a very fast web server! The key to Nginx’s speed is its asynchronous or event driven model for serving out objects where each request and response is seen as an individual event that is then forgotten until the next event. By comparison, Apache uses a threaded model where each request ties up resources until the full request is made, responded to and the connection is terminated.</p>
<p>There are three common use-cases where Nginx really stands out, and your Managed Cloud Support Team can help implement for you:</p>
<ol>
<li>As a reverse proxy / cache in front of Apache</li>
<li>As a reverse proxy /cache in front of an Application Server or Framework</li>
<li>As a replacement for Apache and mod_php</li>
</ol>
<h2>Nginx as a Reverse Proxy / Cache In Front of Apache</h2>
<p>Probably the simplest use-case to implement is using Nginx in front of Apache to serve and cache static content while passing dynamic content like PHP back to Apache to serve. Used in this way, you can scale your application right away while changing very little, if any of your code.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/nginx1.png" width="355" height="283" /></p>
<p>Configured this way, you can scale your servers vertically, serving many times more customers by implementing caching and serving static objects directly out of Nginx. If you use any of the most common CMS systems like WordPress, Drupal or Joomla, then you’re probably a good candidate to scale your environment this way.</p>
<h2>As a Reverse Proxy /Cache in Front of an Application Server or Framework</h2>
<p>Application servers and frameworks like Ruby on Rails, Django, IIS and others handle complex logic and query requests well but generally don’t serve http requests as effectively as Nginx or provide as robust of a security posture as well as a web server.</p>
<p>Nginx can be used in front of those applications to handle the initial requests, cache static content, provide additional security and load balance between multiple application servers allowing you to easily scale out your application.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/nginx2.png" width="580" height="278" /></p>
<h2>Nginx as a Replacement for Apache and mod_php</h2>
<p>Nginx does not directly replace Apache, so the title of this use-case is a bit misleading. To fully replace Apache with mod_php, an additional application called PHP-FPM is also required to handle the PHP processing. The good news is that it can be easily installed from any of the major distribution repository systems, and our system administrators can help configure PHP-FPM for your environment.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/nginx3.png" width="355" height="283" /></p>
<p>As a replacement for Apache, Nginx can handle all of Apache’s major functions including redirects, authentication, aliases, and server side includes, as well as provides some new capabilities like in-line substitution of page content, streaming video and integration directly with mail servers.</p>
<h2>Next Steps</h2>
<p>If you’re interested in finding out how Nginx can help you scale your environment, just reach out to your Managed Cloud Support team by ticket, phone or chat and we’ll help you design and implement an Nginx environment customized for your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/nginx-support-enables-massive-web-application-scaling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Larger Flavors, More Storage For Cloud Databases</title>
		<link>http://www.rackspace.com/blog/announcing-larger-flavors-and-more-storage-for-cloud-databases/</link>
		<comments>http://www.rackspace.com/blog/announcing-larger-flavors-and-more-storage-for-cloud-databases/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 19:57:55 +0000</pubDate>
		<dc:creator>J.R. Arredondo</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Cloud Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28323</guid>
		<description><![CDATA[We have updated Rackspace Cloud Databases to offer higher memory flavors, more storage, storage capacity alerts and enhanced user management.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rackspace.com/cloud/databases/">Cloud Databases</a> helps you provision and manage high performance MySQL instances on Rackspace’s <a href="http://www.rackspace.com/cloud/databases/">open cloud</a>. Our service helps with the installation, configuration, deployment and on-going management of MySQL, and more importantly it helps you deliver fast apps through an architecture that is <a href="http://www.rackspace.com/blog/how-we-did-it-cloud-databases-and-storage/">purpose-built</a> with performance in mind using <a href="http://c1776742.cdn.cloudfiles.rackspacecloud.com/downloads/pdfs/Rackspace-Cloud-Databases-and-Container-based-Virtualization.pdf">container-based virtualization</a>.</p>
<p>Since launching the service last year, we have heard constantly from you that you are dealing with MySQL databases of increasing complexity and size. To assist you with those requirements, we have updated Cloud Databases to include:</p>
<ul>
<li><b>Higher memory flavors</b>: We are adding the option to create 8GB and 16GB instances, four times what was previously available. The new flavors have more memory, CPU, network bandwidth and I/O priority, which give you greater performance for your workloads and, as you can see in the <a href="http://www.rackspace.com/cloud/databases/pricing/">Cloud Databases pricing</a> page, they are competitively priced.</li>
<li><b>Triple storage</b>: With more I/O comes larger datasets, so we are also tripling the maximum storage for instances from 50GB to 150GB.</li>
<li><b>Storage capacity alerts</b>: To help you avoid inadvertently reaching your storage limit, we will automatically send you a ticket when you consume more than 90 percent of your storage allocation.</li>
<li><b>Enhanced user management</b>: We are giving you the ability to perform password changes and to assign user access on existing database users via the <a href="http://docs.rackspace.com/cdb/api/v1.0/cdb-devguide/content/overview.html">API</a> (coming soon to the Control Panel).</li>
</ul>
<p>We ran SysBench, the popular performance benchmark tool for MySQL, across all flavors to do a quick performance spot check and give you an idea of what to expect from our new and existing flavors.  As you may know, SysBench has several test modes, including CPU, threads, memory, File IO, OLTP, etc. We used the OLTP test mode, which is used to benchmark the performance of a database under transactional loads. The test involved point value queries, ranges, SUM(), ORDER BY, UPDATEs, DELETEs, INSERTs, etc. In other words, it tries to emulate the type of workloads your applications are currently handling.</p>
<p>Below is the five-run average of what Sysbench reported in Transactions per Second (TPS) on an OLTP workload with binary logging off and 64 threads on all flavors:</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/cloud-databases-flavors-graph.png" width="509" height="368" /></p>
<p>Of course, your mileage will vary based on your workload’s individual characteristics, but the above should give you a good idea of what you can expect.</p>
<p><b>WHAT OTHERS ARE DOING: BUILDING BEAUTIFUL CHARTS WITH YOUR DATA AND CHARTIO</b></p>
<p><a href="http://chartio.com/"><img style="border: 0pt none; float: left; padding-right: 10px; padding-bottom: 10px;" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/chartio-logo.png" width="77" height="77" /></a>I love to hear what others are doing with Cloud Databases. Today, I would like you to learn from Dave Fowler, founder of Chartio. Chartio provides data analytics and visualization tools for business intelligence applications, and allows you to bring data from Cloud Databases and other data sources together into beautiful visualizations. Read the guest blog that Dave wrote about how to use <a href="http://www.rackspace.com/blog/chartio-and-rackspace-cloud-databases/">Chartio with Cloud Databases</a>, or visit <a href="http://chartio.com/">Chartio </a>directly.</p>
<p>As usual, let me know what apps you are building these days with Cloud Databases or any one of our products <a href="https://twitter.com/jrarredondo">@jrarredondo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/announcing-larger-flavors-and-more-storage-for-cloud-databases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying, Managing Rackspace Private Cloud Just Got Easier</title>
		<link>http://www.rackspace.com/blog/deploying-managing-rackspace-private-cloud-just-got-easier/</link>
		<comments>http://www.rackspace.com/blog/deploying-managing-rackspace-private-cloud-just-got-easier/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 13:00:24 +0000</pubDate>
		<dc:creator>Jim Curry</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Open Source Technologies]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[OpenCenter]]></category>
		<category><![CDATA[rackspace private cloud]]></category>
		<category><![CDATA[rackspace private cloud software]]></category>
		<category><![CDATA[run like rackspace]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=27531</guid>
		<description><![CDATA[Today we took another step forward with Rackspace Private Cloud that will simplify running an open cloud in your data center.]]></description>
				<content:encoded><![CDATA[<p>With <a href="https://www.rackspace.com/cloud/private/">Rackspace Private Cloud</a>, one of our missions is to arm you and your business with the ability to <a href="http://www.rackspace.com/blog/run-like-rackspace-an-open-cloud-in-your-data-center/">run like Rackspace</a>. We give you the OpenStack-powered software we built and tested using our experience and expertise running the world’s largest OpenStack-powered cloud along with many OpenStack-powered private clouds. You then choose whether to run it yourself, for free with no lock in, or have us help you. And we do it in your data center or ours.</p>
<p>Today we took another step forward with Rackspace Private Cloud that will simplify running an open cloud in your data center. We’ve added a new set of features to the free, open source <a href="http://www.rackspace.com/cloud/private/">Rackspace Private Cloud Software</a>, including an advanced operations fabric called OpenCenter. This is our third software update to Rackspace Private Cloud in just over six months.</p>
<p>OpenCenter is a centralized system that automates and simplifies the operational activities required to deploy, manage and maintain private clouds. Deploying new features is as simple as drag-and-drop. The intuitive new interface will lay the groundwork for you to leverage the expertise we’ve built around <a href="http://www.rackspace.com/blog/how-rackspace-re-wrote-the-cloud-with-openstack-continuous-delivery/">continuous integration and deployment in the public cloud</a> in your own data center and have it backed by our award-winning Fanatical Support.</p>
<p>OpenCenter makes it easier than ever to run open clouds at scale in your enterprise’s data center. OpenCenter also leads to improved uptime by offering API or point-and-click deployment and management of high availability environments for OpenStack controller nodes.</p>
<p>In addition to the inclusion of OpenCenter, the latest Rackspace Private Cloud Software update allows you to choose which host operating system you use. You can select Ubuntu, Red Hat Enterprise Linux or CentOS in your Rackspace Private Cloud deployment. Customers have always had the freedom to run their guest operating system of choice in Rackspace Private Cloud.</p>
<p>And this is just the beginning of what we will work on delivering in 2013. This year we will continue to add new capabilities to our open cloud portfolio that will give you the power to have a true <i>cloud anywhere</i> experience. Our engineering teams are hard at work to help customers take advantage of:</p>
<ul>
<li><b>Continuous integration and delivery</b>: Take advantage of continuously developed, tested, integrated and deployed innovations and improvements to Rackspace Private Cloud. You will receive access to bug fixes, patches, upgrades and features as they become available in near real-time, or at whatever pace you choose.</li>
<li><b>Workload portability</b>:Seamlessly move and scale workloads between Rackspace public and private clouds transparently. To put it more simply: build in either, run in either &#8211; with no application conversion or redesign.</li>
<li><b>Network interoperability</b>: Create a true hybrid or multi-zone cloud that uses a single software-defined network.</li>
</ul>
<p>With our Private Cloud Software including OpenCenter, we enable you to become a service provider in your own data center and <a href="http://www.rackspace.com/blog/run-like-rackspace-an-open-cloud-in-your-data-center/">run like Rackspace</a>. The latest software features, combined with our training, support and operations expertise around our OpenStack-powered Private Cloud, help organizations realize the efficiencies and true value of the cloud. Since <a href="http://www.rackspace.com/blog/stand-up-and-run-a-rackspace-private-cloud-in-less-than-an-hourfor-free/">Rackspace Private Cloud Software launched</a> in August 2012, we’ve offered Private Cloud expertise, support and operations to more than 100 organizations, including 19 of the Fortune 100.</p>
<p>You can leverage our support as needed, or allow us to completely run your private cloud environment, either on or off-premise. We’re experts at building and running massive clouds at scale – we’re founders of OpenStack and run the largest OpenStack-powered public cloud in the world. You want your cloud to just work. We’ll take care of your cloud for you so you can focus on your business.</p>
<p><i>Start building your private cloud today. Download the free, open source Rackspace Private Cloud Software including OpenCenter and have a Private Cloud powered by OpenStack up and running in less than an hour: </i><a href="http://www.rackspace.com/cloud/private/"><i>http://www.rackspace.com/cloud/private/</i></a></p>
<p><strong>For <a href="http://devops.rackspace.com/rackspace-private-cloud-digging-deeper-into-opencenter.html#.UTdCt2e85zo">a deeper technical drill-down into OpenCenter and high availability</a>, check out the <a href="http://devops.rackspace.com/">Rackspace DevOps Blog</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/deploying-managing-rackspace-private-cloud-just-got-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via Rackspace Cloud Files: c3414940.r40.cf0.rackcdn.com

 Served from: www.rackspace.com @ 2013-05-22 07:22:45 by W3 Total Cache -->