<?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>GoGrid Blog &#187; Storage</title>
	<atom:link href="http://blog.gogrid.com/category/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gogrid.com</link>
	<description>&#34;Complex Infrastructure Made Easy™&#34;</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:20:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Set Up a Gluster File System within the GoGrid Cloud (Part 1)</title>
		<link>http://blog.gogrid.com/2011/08/19/how-to-set-up-a-gluster-file-system-within-the-gogrid-cloud-part-1/</link>
		<comments>http://blog.gogrid.com/2011/08/19/how-to-set-up-a-gluster-file-system-within-the-gogrid-cloud-part-1/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 20:38:40 +0000</pubDate>
		<dc:creator>Zane Williamson</dc:creator>
				<category><![CDATA[Cloud Server]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[GoGrid Exchange]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[GlusterFS]]></category>
		<category><![CDATA[GSI]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[partner]]></category>
		<category><![CDATA[PGSI]]></category>
		<category><![CDATA[Server Image]]></category>

		<guid isPermaLink="false">http://blog.gogrid.com/?p=3197</guid>
		<description><![CDATA[In this blog post series, I want to take a closer look at a storage technology called Gluster File System, and how it can be set up (this article), connected to (article #2) and expand storage (article #3). This is the first blog post of the series and I will review what GlusterFS is, why [...]]]></description>
			<content:encoded><![CDATA[<p>In this blog post series, I want to take a closer look at a storage technology called <a href="http://www.gluster.com/" target="_blank"><strong>Gluster File System</strong></a>, and how it can be set up (this article), connected to (article #2) and expand storage (article #3). This is the first blog post of the series and I will review what <strong>GlusterFS</strong> is, why you would consider using it, and how to deploy it using the <a href="http://exchange.gogrid.com/partnergsi/glusterfs-cloud-storage" target="_blank">GoGrid GlusterFS Partner GSI</a>.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/image.png" rel="lightbox[3197]"><img style="display: inline; border-width: 0px;" title="image" src="http://blog.gogrid.com/wp-content/uploads/2011/08/image_thumb.png" alt="image" width="240" height="61" border="0" /></a></p>
<p><a href="http://www.gogrid.com" target="_blank">GoGrid</a> offers a great storage solution called <a href="http://www.gogrid.com/cloud-hosting/cloud-storage.php" target="_blank">Cloud Storage</a>. But what if you want to deploy your own storage so that you can directly control performance and redundancy? What software would you use to provide this? The simple answer is Gluster. It is a powerful software-based storage solution that offers a centralized controlled storage pool management system that is very easy to use.</p>
<p>There are many different ways to take advantage of the GlusterFS storage solution. (Note: in the descriptions below a “brick” is a GoGrid Virtual Server.)</p>
<blockquote><p><strong>1. Distributed Volumes:</strong></p>
<p>“Distributed volumes distribute files throughout the bricks in the volume. You can use distributed volumes where the requirement is to scale storage and the redundancy is either not important or is provided by other hardware/software layers.” &#8211; Gluster.org</p>
<p><strong>2. Replicated Volumes: </strong></p>
<p>“Replicated volumes replicate files throughout the bricks in the volume. You can use replicated volumes in environments where high-availability and high-reliability are critical.” &#8211; Gluster.org</p>
<p><strong>3. Striped Volumes:</strong></p>
<p>“Stripes data across bricks in the volume. For best results, you should use striped volumes only in high concurrency environments accessing very large files.”</p></blockquote>
<p>These storage volume options seem very familiar, don’t they? Well, if you are familiar with the different RAID configurations of hard drives in server deployments, you will notice similarities with these options. For example, the “Distributed Volume” for Gluster is essentially a RAID 0. You sacrifice redundancy to gain superior performance and ease of capacity scaling.</p>
<p>The Replicated Volume is similar to a RAID 10 or RAID 1 where data integrity, redundancy and reliability are very important. However, the cost to scale is more since you need to basically add GoGrid Virtual Servers (bricks) in pairs to maintain the Replicated Volume structure.</p>
<p>The Striped Volume is similar to RAID 5 where data is striped across the GoGrid Virtual Servers (bricks). This comes in very handy when you are dealing with very large files (multiple GB files) and when the file is accessed multiple servers will stream the data to the web-server needing the file &#8211; offering very fast reads.</p>
<p>For my blog post, I am going to configure a 4 server Distributed Volume Gluster setup using the GoGrid Gluster Partner Image. I am going to deploy 4 x 8GB Gluster servers. Each Gluster server will have 384GB of storage available. In the Distributed Volume setup (similar to RAID 10), I will have 384GB x2 worth of space equaling approximately 768GB of usable space.</p>
<p>First step is to deploy the 4 new GoGrid Gluster Virtual Servers using the GoGrid Partner GSI. I log into my portal and then follow the next steps:</p>
<p><strong>1. Click &#8220;Add&#8221;</strong></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Add_Button.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Add_Button" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Add_Button_thumb.png" alt="Add_Button" width="396" height="404" border="0" /></a></p>
<p><strong>2. Choose &#8220;Cloud Server&#8221;</strong></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Add_CloudServer.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Add_Cloud Server" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Add_CloudServer_thumb.png" alt="Add_Cloud Server" width="504" height="297" border="0" /></a></p>
<p><strong>3. Filter for &#8220;Gluster&#8221; &amp; choose that image</strong></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Select_Gluster_Image.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Select_Gluster_Image" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Select_Gluster_Image_thumb.png" alt="Select_Gluster_Image" width="504" height="372" border="0" /></a></p>
<p><strong>4. Accept the Terms</strong></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Partner_Image_Agreement.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Partner_Image_Agreement" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Partner_Image_Agreement_thumb.png" alt="Partner_Image_Agreement" width="504" height="378" border="0" /></a></p>
<p><strong>5. Fill in the server information (name, public IP, description, memory allotment)</strong></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Server_Information_Save.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Gluster_Server_Information_Save" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Server_Information_Save_thumb.png" alt="Gluster_Server_Information_Save" width="440" height="404" border="0" /></a></p>
<p><strong>6. Repeat this process 3 more time but using different server name and public IP address.</strong></p>
<p>Once you have all 4 of your new Gluster servers deployed, you can then view the Support → Passwords page in your portal to find the login information. With this login information, you can run this command from your local Linux workstation to change the hostname, set the private IP address and reboot each system. Run the following Bash script from your Linux workstation. The script will prompt you for the server address and root login, and also ask for the hostname and private IP address/netmask you want to use. If you don’t want to use this script, simply log into each system manually, update the host names and private IP addresses, and then reboot.</p>
<p><a href="https://github.com/sepulworld/Remote_Linux_System_Update/blob/master/system_update.sh" target="_blank">https://github.com/sepulworld/Remote_Linux_System_Update/blob/master/system_update.sh</a></p>
<p>I should now be able to log into all 4 systems and see the appropriate hostnames and IPs on each.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_4_systems.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Gluster_4_systems" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_4_systems_thumb.png" alt="Gluster_4_systems" width="504" height="307" border="0" /></a></p>
<p>This looks good &#8211; if you don’t see the right hostnames or IPs on one or more of the systems, double check what is configured in the <strong><em>/etc/sysconfig/network</em></strong> file and in the <strong><em>/etc/sysconfig/network-scripts/ifcfg-eth1</em></strong> file. Also, confirm if your host performed the intended reboot (this is necessary for the host name to update at the command line).</p>
<p>From one of your Gluster servers, confirm private network connectivity by pinging each of the other Gluster servers via their private IP addresses. See image below.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Ping_Gluster_Systems.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Ping_Gluster_Systems" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Ping_Gluster_Systems_thumb.png" alt="Ping_Gluster_Systems" width="504" height="383" border="0" /></a></p>
<p>Once this has been confirmed, we can take a look and see if the Gluster process is already running. It is configured on this GoGrid Partner Image to start on boot.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Process_Login.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Gluster_Process_Login" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Process_Login_thumb.png" alt="Gluster_Process_Login" width="504" height="143" border="0" /></a></p>
<p>Now I need to configure the trusted server storage pool. Basically, I log into just one of my 4 Gluster servers (I choose Gluster_1) and I run a single command to put each of the other 3 members into the trusted server storage pool.</p>
<p>[root@Gluster_1 ~]# <code>gluster peer probe 10.129.151.107</code></p>
<p>See image here -</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Peer_probe.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Gluster_Peer_probe" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Peer_probe_thumb.png" alt="Gluster_Peer_probe" width="504" height="99" border="0" /></a></p>
<p>Next, I run the command to create the distributed volume using my 4 Gluster servers.</p>
<p>command: <code>gluster volume create DataStore1 replica 4 transport tcp 10.129.151.105:/store1 10.129.151.98:/store2 10.129.151.108:/store3 10.129.151.107:/store4</code></p>
<p>You can name the directories anything you want. I used “store1” thru “store4”. You can also name the volume whatever you would like. I choose DataStore1.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Volume_creation.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Gluster_Volume_creation" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Gluster_Volume_creation_thumb.png" alt="Gluster_Volume_creation" width="504" height="45" border="0" /></a></p>
<p>Now let’s start the Volume with one simple command: <code>gluster volume start DataStore1</code></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Start_Gluster_Volume.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Start_Gluster_Volume" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Start_Gluster_Volume_thumb.png" alt="Start_Gluster_Volume" width="504" height="56" border="0" /></a></p>
<p>And finally let’s view the volume information: <code>gluster volume info DataStore1</code></p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2011/08/Show_Volume_Info.png" rel="lightbox[3197]"><img style="display: inline; border: 0px;" title="Show_Volume_Info" src="http://blog.gogrid.com/wp-content/uploads/2011/08/Show_Volume_Info_thumb.png" alt="Show_Volume_Info" width="504" height="172" border="0" /></a></p>
<p>Helpful link:</p>
<p><a href="http://gluster.com/community/documentation/index.php/Main_Page" target="_blank">http://gluster.com/community/documentation/index.php/Main_Page</a></p>
<p>If you run into any issues or have questions about the Gluster Partner GSI, please email gogrid-beta@gluster.com</p>
<p>That is it! You have successfully deployed the GoGrid Gluster servers from the GoGrid Partner GSI and configured 4 of them in a new replicated storage volume. My next blog post will cover deploying a web-server and connecting to this new storage volume. The third and final post will cover how to scale your replicated storage volume on GoGrid.</p>
<p>I hope you found this tutorial helpful. Stay tuned for Parts 2 and 3. Please let me know if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gogrid.com/2011/08/19/how-to-set-up-a-gluster-file-system-within-the-gogrid-cloud-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsletter: GoGrid Customer Update &#8211; October 2009</title>
		<link>http://blog.gogrid.com/2009/09/29/newsletter-gogrid-customer-update-october-2009/</link>
		<comments>http://blog.gogrid.com/2009/09/29/newsletter-gogrid-customer-update-october-2009/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:38:39 +0000</pubDate>
		<dc:creator>Michael Sheehan</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[Cloud infrastructure]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[MyGSI]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.gogrid.com/?p=1278</guid>
		<description><![CDATA[The GoGrid newsletter went out today. Unfortunately, if you are not already a GoGrid customer, you didn&#8217;t receive it…until now! There are a lot of exciting items covered here (a few of which you already know if you subscribe to this blog&#8217;s RSS feed including the Edit, Delete and Restore function of MyGSIs). If you [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.gogrid.com" target="_blank">GoGrid</a> newsletter went out today. Unfortunately, if you are not already a GoGrid customer, you didn&#8217;t receive it…until now! There are a lot of exciting items covered here (a few of which you already know if you subscribe to this blog&#8217;s <a href="http://blog.gogrid.com/feed" target="_blank">RSS feed</a> including the Edit, Delete and Restore function of MyGSIs). If you aren&#8217;t already a GoGrid user, I recommend that you <a href="http://www.gogrid.com/signUp/?=blog" target="_blank">sign up</a> (and here is a quick hint, if you want a $100 GoGrid credit on new account, <a href="http://www.gogrid.com/company/contact-us.php?=blog" target="_blank">contact a GoGrid Sales Rep</a> and they can consult with you on your best options for the Cloud).</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_newsletter.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="GG_newsletter" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_newsletter_thumb.png" border="0" alt="GG_newsletter" width="624" height="436" /></a></p>
<p>Below is the entire <strong>GoGrid Newsletter (October 2009)</strong>:</p>
<blockquote><p>Hello Michael,</p>
<p>In this edition of the GoGrid newsletter I cover recent feature releases, planned features for the next release, and the end-of-life (EoL) of Server Images with preinstalled applications.  Here are the specific topics:</p>
<ol>
<li>MyGSI Enhancements: Edit, Delete, and Restore</li>
<li>Revamped Billing Summary Widget</li>
<li>Cloud Storage: Data Import via Postal Service</li>
<li>Sneak Preview: Planned features for the next two releases slated for early and mid November:
<ul>
<li>Windows 2003 32 bit base operating system</li>
<li>Windows 2003 64 bit base operating system</li>
<li>RedHat Enterprise Linux 5.4 base operating system</li>
<li>CentOS 5.3 base operating system</li>
<li>New Monthly and Annual Pre-Paid Price Plans</li>
<li>Partner GSI</li>
<li>Ubuntu 9.04</li>
</ul>
</li>
<li>Server Images: EoL Image  List</li>
</ol>
<p><strong>MyGSI Enhancements: Edit, Delete, and Restore</strong></p>
<hr size="1" noshade="noshade" /><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_restore_delete.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="GG_restore_delete" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_restore_delete_thumb.png" border="0" alt="GG_restore_delete" width="168" height="108" align="right" /></a><br />
You can now edit, delete and restore <a href="http://www.gogrid.com/how-it-works/custom-cloud-server-images.php">GoGrid Server Images (MyGSIs)</a>.  Michael Sheehan, GoGrid Technology Evangelist, has provided an <a href="http://blog.gogrid.com/2009/09/11/video-edit-delete-restore-gogrids-mygsis-billing-widget-explained/">excellent screencast</a> of the new functionality located at the GoGrid Blog.<br />
Here is a quick snapshot of the enhancements:</p>
<ul>
<li><strong><em>Edit</em></strong> allows you to change the &#8220;Name&#8221; and &#8220;Description&#8221; of a MyGSI</li>
<li><strong><em>Delete</em></strong> allows you to delete a MyGSI</li>
<li><strong><em>Restore</em></strong> allows you to restore a MyGSI up to 24 hours after it was deleted</li>
</ul>
<p>The enhancements are live and available in the GoGrid portal and API.<br />
<strong><br />
</strong><strong>Revamped Billing Summary Widget</strong></p>
<hr size="1" noshade="noshade" /><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_billing_summary.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="GG_billing_summary" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_billing_summary_thumb.png" border="0" alt="GG_billing_summary" width="116" height="138" align="right" /></a><br />
The Billing Summary Widget has been revamped to make it clearer.  The widget includes 3 new sections:</p>
<ul>
<li><strong>Billing Cycle:</strong> displays your billing start and end date</li>
<li><strong>Memory:</strong> displays RAM deployed and projected monthly Server RAM usage</li>
<li><strong>Transfer:</strong> displays Transfer used and projected monthly usage</li>
</ul>
<p>View Michael Sheehan&#8217;s <a href="http://blog.gogrid.com/2009/09/11/video-edit-delete-restore-gogrids-mygsis-billing-widget-explained/">screencast</a> for complete details or read the documentation in the <a href="http://wiki.gogrid.com/wiki/index.php/Getting_Started_Guide">GoGrid wiki</a>.<br />
<strong>Cloud Storage: Data Import via Postal Service</strong></p>
<hr size="1" noshade="noshade" /><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_cloud_storage.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="GG_cloud_storage" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_cloud_storage_thumb.png" border="0" alt="GG_cloud_storage" width="102" height="88" align="right" /></a><br />
If you have a large set of data that you want added to your Cloud Storage account, and you don&#8217;t want to upload it via the internet, simply ship us a physical hard drive(s) with the data and we will upload it for you.  There is a one-time fee of $99.99/per device and you are not billed for the data transfer from the hard drive to Cloud Storage.  Read Michael Sheehan&#8217;s <a href="http://blog.gogrid.com/2009/08/27/gogrid-says-well-load-your-data-into-the-cloud/">blog post</a> for more details about this service.<br />
<strong><br />
Sneak Preview: Planned Features for the Next 2 Releases</strong></p>
<hr size="1" noshade="noshade" /><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_ubuntu.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="GG_ubuntu" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_ubuntu_thumb.png" border="0" alt="GG_ubuntu" width="68" height="68" align="right" /></a><br />
The next two releases are scheduled for early and mid November 2009 and include:</p>
<ul>
<li>Windows Server 2003 32 and 64bit base operating systems with no preinstalled applications</li>
<li>RedHat Enterprise Linux 5.4 32 and 64-bit base operating system with no preinstalled applications</li>
<li>CentOS 5.3 32 and 64-bit base operating system with no preinstalled applications</li>
<li>New Monthly and Annual Server RAM Hour and Transfer prepaid pricing plans:
<ul>
<li>We are revamping all Pre-Paid plans.  Server RAM Hour pricing will start as low as $0.05/Server RAM Hour.  Annual Pre-Paid pricing plans are available today.  With Annual Pre-Pay plans, pay annually and receive 2 FREE months of service, which is a savings of 17%.  Speak to your account manager for more details.</li>
</ul>
</li>
<li>Partner GSI:
<ul>
<li>We are working with several Partners to make their Partner GSI images available to all users through the GoGrid portal.  A Partner GSI is a customized GoGrid Server Image that comes preloaded and configured with a partner&#8217;s software.  Some Partner GSIs have a monthly fee.  Expect detailed information on Partner GSIs in the next GoGrid Newsletter. To learn more about our partner programs and explore partnering with GoGrid to release your own Partner GSI please visit the partner page: <a href="http://www.gogrid.com/partners/index.php">http://www.gogrid.com/partners/index.php</a> or contact Kole Hicks, GoGrid Product Manager, at Kole AT gogrid.com.</li>
</ul>
</li>
<li>Ubuntu 9.04 64-bit base operating system</li>
</ul>
<p>Please expect more details on all these new features in the October newsletter, which will be sent out in late October.<br />
<strong><br />
Image Templates: End-of life list</strong></p>
<hr size="1" noshade="noshade" />The below images will be end-of-life on 11/03/2009; moving forward our focus is on the root OS (of course you can add software installations as you see fit).  If you want to continue to use the images below, please create a MyGSI and save it to your Cloud Storage.  We will continue to support all current Windows and Linux base operating systems.</p>
<ul>
<li>Windows 2003 IIS (32 bit)</li>
<li>Windows 2003 IIS (64 bit)</li>
<li>32-bit Windows Server 2003 IIS6 / MSSQL Server 2005 Express / ASP.NET</li>
<li>32-bit Windows Server 2003 R2 MSSQL 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7 / PHP / MSSQL 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7 / PHP / ASP.NET / MSSQL 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7 / PHP / MySQL</li>
<li>32-bit Windows Server 2008 Apache / PHP / MSSQL 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7+FastCGI(PHP)+MSSQL 2005 Express</li>
<li>64-bit Windows Server 2003 R2 IIS6 / MSSQL Server 2005 Express / ASP.NET</li>
<li>64-bit Windows Server 2003 R2 MSSQL 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7</li>
<li>32-bit Windows Server 2008 IIS7 / MS SQL Server 2005 Express</li>
<li>32-bit Windows Server 2008 IIS7 / MS SQL Server 2005 Express / ASP.NET</li>
<li>64-bit Windows Server 2008 IIS7</li>
<li>64-bit Windows Server 2008 IIS7 / MS SQL Server 2005 Express</li>
<li>64-bit Windows Server 2008 IIS7 / MS SQL Server 2005 Express / ASP.NET</li>
<li>64-bit CentOS 5.1 Apache 2.2</li>
<li>64-bit CentOS 5.1 Apache 2.2+PHP 5.1</li>
<li>64-bit CentOS 5.1 LAMP</li>
<li>64-bit CentOS 5.1 MySQL 5</li>
<li>64-bit CentOS 5.1 PostgreSQL 8.1</li>
<li>64-bit RHEL 5.1 Apache 2.2</li>
<li>64-bit RHEL 5.1 Apache 2.2+PHP 5.1</li>
<li>64-bit RHEL 5.1 LAMP</li>
<li>64-bit RHEL 5.1 MySQL 5</li>
<li>64-bit RHEL 5.1 PostgreSQL 8.1</li>
</ul>
<p><strong>Become a Fan of GoGrid on the Facebook Fan page! </strong></p>
<hr size="1" noshade="noshade" /><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_facebook.png" rel="lightbox[1278]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="GG_facebook" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG_facebook_thumb.png" border="0" alt="GG_facebook" width="123" height="38" align="right" /></a><br />
If you have pictures of your hundreds of GoGrid servers or photos from an event where you saw GoGrid in action or met with some of our employees, we encourage you to post them to the Fan Page:<br />
<a href="http://www.facebook.com/pages/GoGrid/12731148364">http://www.facebook.com/pages/GoGrid/12731148364</a><br />
<strong><br />
As always, you can find more information about GoGrid at:</strong><br />
GoGrid Product Site &#8211; <a href="http://www.gogrid.com">http://www.gogrid.com</a><br />
GoGrid Blog &#8211; <a href="http://blog.gogrid.com">http://blog.gogrid.com</a><br />
GoGrid Wiki &#8211; <a href="http://wiki.gogrid.com">http://wiki.gogrid.com</a><br />
GoGrid Forums &#8211; <a href="http://forums.gogrid.com">http://forums.gogrid.com</a></p>
<p>If you have any questions please feel free to contact me directly.<br />
Mario AT gogrid.com</p>
<p>Thank you,<br />
Mario</p></blockquote>
<p>This email newsletter was sent out by our VP of Products, Mario Olivarez.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gogrid.com/2009/09/29/newsletter-gogrid-customer-update-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoGrid Updates MyGSI Features: Edit, Delete &amp; Restore &amp; Other Changes</title>
		<link>http://blog.gogrid.com/2009/09/10/gogrid-updates-mygsi-features-edit-delete-restore-other-changes/</link>
		<comments>http://blog.gogrid.com/2009/09/10/gogrid-updates-mygsi-features-edit-delete-restore-other-changes/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:00:40 +0000</pubDate>
		<dc:creator>Michael Sheehan</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[Cloud infrastructure]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[GoGrid 2.0]]></category>
		<category><![CDATA[MyGSI]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blog.gogrid.com/?p=1240</guid>
		<description><![CDATA[Yesterday an update to GoGrid was released with the following enhancements: Edit, Delete &#38; Restore MyGSI Images Updated Billing Widget Updated GoGrid API On August 11, 2009, we announced the availability of GoGrid 2.0 which included the new personal server images (MyGSI) functionality. Details on that important release are found here. Using MyGSI to manage [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday an update to <strong><a href="http://www.gogrid.com" target="_blank">GoGrid</a></strong> was released with the following enhancements:</p>
<ul>
<li>Edit, Delete &amp; Restore MyGSI Images</li>
<li>Updated Billing Widget</li>
<li>Updated GoGrid API</li>
</ul>
<p>On August 11, 2009, we announced the availability of <strong>GoGrid 2.0</strong> which included the new personal server images (<strong>MyGSI</strong>) functionality. Details on that important release are found <a href="http://blog.gogrid.com/2009/08/11/introducing-gogrid-version-2-0/" target="_blank">here</a>. Using MyGSI to manage your server repository or inventory is a great way to not only speed up your workflow in terms of deploying copies of servers quickly and easily, but also save money in the process (by storing your personal server images in GoGrid Cloud Storage for just a few dollars a month).</p>
<p><strong><span style="text-decoration: underline;">Edit, Delete &amp; Restore MyGSI Images</span></strong></p>
<p>As our customers were demanding this feature (MyGSIs), we got it out to market as quickly as possible. This new release now provides you with the ability to <strong>Edit, Delete </strong>and <strong>Restore</strong> MyGSIs that are located within the <strong><em>Server Images</em></strong> tab.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/GG2_logo_tabs.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="GG2_logo_tabs" src="http://blog.gogrid.com/wp-content/uploads/2009/09/GG2_logo_tabs_thumb.png" border="0" alt="GG2_logo_tabs" width="244" height="71" /></a></p>
<p><strong><span style="text-decoration: underline;"><em>DELETE</em></span></strong></p>
<p>Hopefully many of you are already enjoying the MyGSI feature. Here are a few things you should know about the newly pushed functionality. Within the Server Images tab, you should now see a new icon to the far right hand side of the server images that looks like a trash can:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_trashcan.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_trashcan" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_trashcan_thumb.png" border="0" alt="mygsi_trashcan" width="196" height="124" /></a></p>
<p>Should you ever need to delete a stored MyGSI, simply click on the trash icon. While you are only paying a few dollars a month to store your personal server images, you might want to &#8220;clean shop&#8221; to further reduce your charges. The three size allotments shown in the image above that are around 800 MB are for a CentOS DB server and Web server respectively, and the third for a Windows Server 2003. At $0.15 per GB per month (note, we do round up to the next full 1 GB increment), the total costs would be…<strong>FREE</strong> since it is under the 10GB free allotment you get with Cloud Storage (if you were over your 10 GB free allotment, it would be about $0.60/month!).</p>
<p>But if you simply want to clean shop and want to remove older images or ones that you don&#8217;t need anymore, click the trash icon. You will get the following Delete Confirmation Warning:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_delete_image.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_delete_image" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_delete_image_thumb.png" border="0" alt="mygsi_delete_image" width="196" height="244" /></a></p>
<p>When you click <strong>Yes, Delete</strong>, your server image will be flagged for deletion. You can check the status of it in two places. First, under the <strong>State </strong>column in the <strong>Server Images</strong> tab, the state will change from &#8220;Available&#8221; to &#8220;Trash&#8221;. Also, if you look in the <strong>Jobs</strong> tab, you will see details on the deletion request:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_delete_image.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_jobs_delete_image" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_delete_image_thumb.png" border="0" alt="mygsi_jobs_delete_image" width="404" height="151" /></a></p>
<p><strong><span style="text-decoration: underline;"><em>RESTORE</em></span></strong></p>
<p><span style="color: #ff0000;">BUT WAIT! I didn&#8217;t want to delete that image!</span> Have no fear, we give you <strong>UP TO 24 HOURS</strong> to restore an image from the Trash. Simply click on the new icon that is next to your deleted server image to remove it from the trash:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_restore_image_icon.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_restore_image_icon" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_restore_image_icon_thumb.png" border="0" alt="mygsi_restore_image_icon" width="205" height="127" /></a></p>
<p>When you click the restore icon, you will get a Restore Confirmation Warning:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_restore_image_confirmation.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_restore_image_confirmation" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_restore_image_confirmation_thumb.png" border="0" alt="mygsi_restore_image_confirmation" width="228" height="244" /></a></p>
<p>Simply click <strong>Yes, Restore</strong> to remove the image from trash. As with the delete process, all restoration actions are logged within the <strong>Jobs</strong> tab:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_restore_image.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_jobs_restore_image" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_restore_image_thumb.png" border="0" alt="mygsi_jobs_restore_image" width="404" height="139" /></a></p>
<p>If you don&#8217;t restore your image, GoGrid will automatically purge the image from your GoGrid account. Once the image is purged, it will no longer appear within the <strong>Server Images</strong> tab. You can always see if the system has purged any of your images automatically by looking for an entry within the Jobs section similar to the one shown below:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_purge_image.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mygsi_jobs_purge_image" src="http://blog.gogrid.com/wp-content/uploads/2009/09/mygsi_jobs_purge_image_thumb.png" border="0" alt="mygsi_jobs_purge_image" width="404" height="176" /></a></p>
<p>Remember, you <span style="text-decoration: underline;">will still be charged for Cloud Storage</span> while your image or images are in the Trash.</p>
<p><strong><span style="text-decoration: underline;"><em>EDIT</em></span></strong></p>
<p>Let&#8217;s say you want to change the <strong>Name</strong> or <strong>Description</strong> of your stored MyGSI to something a bit more meaningful or to add a version number, we now provide you with a quick and easy way to do this<sup>[<a href="http://blog.gogrid.com/2009/09/10/gogrid-updates-mygsi-features-edit-delete-restore-other-changes/#footnote_0_1240" id="identifier_0_1240" class="footnote-link footnote-identifier-link" title="Note: some browsers are not supported for this functionality. Please use Internet Explorer 7 or higher or FireFox 3">1</a>]</sup>. To edit the Name or Description, simply click on the image within the <strong>Server Images</strong> tab. A dialog box similar to the one below will automatically launch:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/myGSI_edit_image_details.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="myGSI_edit_image_details" src="http://blog.gogrid.com/wp-content/uploads/2009/09/myGSI_edit_image_details_thumb.png" border="0" alt="myGSI_edit_image_details" width="244" height="217" /></a></p>
<p>In this example, I will change the title to &#8220;CentOS DB Server&#8221; and add a version number to the description:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/myGSI_edit_image_details2.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="myGSI_edit_image_details2" src="http://blog.gogrid.com/wp-content/uploads/2009/09/myGSI_edit_image_details2_thumb.png" border="0" alt="myGSI_edit_image_details2" width="244" height="216" /></a></p>
<p>Clicking <strong>Save</strong> will change the Name and/or Description of the MyGSI. The edits are available immediately.</p>
<p><strong><span style="text-decoration: underline;">Updated Billing Widget</span></strong></p>
<p>While a bit minor in the grand scheme of things, we also have refreshed the look of the Billing Widget which appears in the left hand column. The previous version looked like this:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_old.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Billing_widget_old" src="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_old_thumb.png" border="0" alt="Billing_widget_old" width="207" height="323" /></a></p>
<p>The new version looks like this:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_new.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Billing_widget_new" src="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_new_thumb.png" border="0" alt="Billing_widget_new" width="204" height="391" /></a> <a href="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_new2.png" rel="lightbox[1240]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Billing_widget_new2" src="http://blog.gogrid.com/wp-content/uploads/2009/09/Billing_widget_new2_thumb.png" border="0" alt="Billing_widget_new2" width="206" height="352" /></a></p>
<p>Obviously, these screenshots are from different GoGrid accounts (I have added a second &#8220;after&#8221; screenshot that shows how the billing from the first screenshot displays in the new version). If you have a GoGrid Promotional Code (hint: if you are new to GoGrid, just ask a GoGrid Sales Rep for one!), the code and remaining balance will be shown. The new widget is then broken out into two distinct billing areas: <strong>Memory</strong> (RAM usage) and <strong>Transfer</strong> (outbound bandwidth usage/inbound is always free) (note: Cloud Storage charges are not currently shown). Within both sections, your Plan that you signed up for is displayed, including the allotments for each service according to each plan (the Trial Grid is a pay as you go service so no allotment is displayed).</p>
<p>Within the Memory section you see:</p>
<ul>
<li><strong>GB in Use</strong> – this is the amount of RAM that you have currently deployed within your GoGrid account (includes servers in on AND off states)</li>
<li><strong>GB Hours to Date</strong> – a running total of consumed RAM hours</li>
<li><strong>Monthly Projection of GB Hrs</strong> – based on your current usage, how much RAM you will use for the entire month</li>
<li><strong>Monthly Projection of RAM Overage</strong> – based on your current usage and Memory Plan, the overage you might expect to hit</li>
<li><strong>Monthly Projection of RAM Total</strong> – based on current usage and possible overage, what you might expect for your final charge at the end of the month</li>
</ul>
<p>In the Transfer section you have:</p>
<ul>
<li><strong>GB Transfer to date</strong> – this is the amount of outbound bandwidth you have consumed to date</li>
<li><strong>Monthly Projection of GB Transfer</strong> – based on your current usage, how much bandwidth you will use for the entire month</li>
<li><strong>Monthly Projection of Transfer Overage</strong> – based on your current usage and Transfer Plan, the overage you might expect to hit</li>
<li><strong>Monthly Projection of Transfer Total</strong> – based on your current usage and possible overage, what you might expect for your final charge at the end of the month</li>
</ul>
<p>We hope that those changes provide this information in a more useful manner.</p>
<p><strong><span style="text-decoration: underline;">Updated GoGrid API</span></strong></p>
<p>Full details of what has been changed or added to the GoGrid API can be found on the <a href="http://wiki.gogrid.com/wiki/index.php/API:API_Version_Log" target="_blank">GoGrid Wiki API page</a>. At a high level, here are the <strong>API Server Image Methods</strong> that have been <span style="text-decoration: underline;">added</span>:</p>
<ul>
<li><strong>grid/image/get</strong> – function call to get a server image object</li>
<li><strong>grid/image/edit</strong> – function call to edit the name and description of a server image</li>
<li><strong>grid/image/delete</strong> – function call to delete a server image and send it to the trash</li>
<li><strong>grid/image/restore</strong> – function call to restore a server image from the trash</li>
</ul>
<p>The following <strong>API Objects</strong> have been <span style="text-decoration: underline;">updated</span>:</p>
<ul>
<li><strong>Billing Summary (Object)</strong>
<ul>
<li><strong>gbHours</strong> &#8211; Projected RAM GB Hrs that will be used in current billing period.</li>
<li><strong>ramOverage</strong> &#8211; Projected total of dollars spent on RAM overages in current billing period in $.</li>
<li><strong>ramTotal</strong> &#8211; Projected total of dollars spent on RAM in current billing period in $.</li>
<li><strong>gbTransfer</strong> &#8211; Projected Transfer in GB that will be used in current billing period.</li>
<li><strong>transferOverage</strong> &#8211; Projected total of dollars spent on Transfer overages in current billing period in $.</li>
<li><strong>transferTotal</strong> &#8211; Projected total of dollars spent on Transfer in current billing period in $.</li>
</ul>
</li>
</ul>
<p><strong><span style="text-decoration: underline;">Summary</span></strong></p>
<p>We hope you enjoy these changes. They round out the MyGSI features quite well. If you have any comments or suggestions, feel free to leave a comment on this post, send me a tweet (<a href="http://twitter.com/hightechdad" target="_blank">@hightechdad</a>), send GoGrid a tweet (<a href="http://twitter.com/GoGrid" target="_blank">@GoGrid</a>), or email me: Michael AT GoGrid DOT com.</p>
<p>Also, please be sure to check out our <a href="http://www.facebook.com/pages/GoGrid/12731148364" target="_blank"><strong>GoGrid Facebook Fan page</strong></a> and become a fan!</p>
<ol class="footnotes"><li id="footnote_0_1240" class="footnote">Note: some browsers are not supported for this functionality. Please use Internet Explorer 7 or higher or FireFox 3</li></ol>]]></content:encoded>
			<wfw:commentRss>http://blog.gogrid.com/2009/09/10/gogrid-updates-mygsi-features-edit-delete-restore-other-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoGrid Says: We&#8217;ll Load Your Data Into the Cloud</title>
		<link>http://blog.gogrid.com/2009/08/27/gogrid-says-well-load-your-data-into-the-cloud/</link>
		<comments>http://blog.gogrid.com/2009/08/27/gogrid-says-well-load-your-data-into-the-cloud/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:35:00 +0000</pubDate>
		<dc:creator>Michael Sheehan</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[Cloud infrastructure]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Data Transfer]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://blog.gogrid.com/?p=1186</guid>
		<description><![CDATA[You know about Cloud Computing right? And you know that GoGrid is probably one of the easiest onramps to hosting within the Cloud with our award-winning web-based portal, private server images called MyGSI, point-and-click deployments of Windows &#38; Linux cloud servers, f5 load balancers and Cloud Storage. So, how can we further lower the barrier [...]]]></description>
			<content:encoded><![CDATA[<p>You know about Cloud Computing right? And you know that <a href="http://www.gogrid.com" target="_blank">GoGrid</a> is probably one of the easiest onramps to hosting within the Cloud with our award-winning web-based portal, private server images called MyGSI, point-and-click deployments of Windows &amp; Linux cloud servers, f5 load balancers and Cloud Storage. So, how can we further lower the barrier to entry to the Cloud? How about by providing a service that lets you ship us physical media like hard drives crammed full of data that you want in your GoGrid cloud? Let us load it for you to our Cloud Storage solution!</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/Cloud_Storage_banner.png" rel="lightbox[1186]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Cloud_Storage_banner" src="http://blog.gogrid.com/wp-content/uploads/2009/08/Cloud_Storage_banner_thumb.png" border="0" alt="Cloud_Storage_banner" width="640" height="152" /></a></p>
<p><strong><span style="text-decoration: underline;">GoGrid Cloud Storage</span></strong></p>
<p>First, you might be asking, <strong><em>what is GoGrid&#8217;s Cloud Storage anyway?</em></strong> It&#8217;s pretty simple actually. It&#8217;s an instantly scalable and reliable file-level backup and storage service for Windows and Linux cloud servers running in the GoGrid cloud. You basically mount GoGrid&#8217;s Cloud Storage, which uses a secure private network, using common transfer protocols like SCP, FTP, SAMBA/CIFS and RSYNC to move your data in and out of Cloud Storage. Your storage scales dynamically, on-the-fly, and you only pay for what you use.</p>
<p>Another nice thing, we give you an initial 10 GB of space for FREE! Each additional GB is $0.15/GB per month. More info can be found on the <a href="http://www.gogrid.com/how-it-works/cloud-storage.php" target="_blank">GoGrid product page</a> as well as on <a href="http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/" target="_blank">this (older) blog post</a>.</p>
<p><strong><span style="text-decoration: underline;">The New Data Transfer Service</span></strong></p>
<p>If you have a large data set that you want to get into GoGrid’s Cloud Storage, transfer you data to an external hard drive and snail mail it to GoGrid. When we receive the external hard drive, the data will be manually transferred into GoGrid’s Cloud Storage within your account. There is a one-time fee of $99.99 to execute the transfer. Please note that <span style="text-decoration: underline;">you are not billed for the data transfer</span>.</p>
<p>Sounds too good to be true! Of course, you could have transferred the data to a server running in your GoGrid cloud (remember that INBOUND transfer is FREE with GoGrid) but that takes a lot of time depending on how big your pipes are on your end (ours are quite large, btw!). This manual process is a bit easier on your bandwidth and leaves the grunt work to us.</p>
<p><strong><span style="text-decoration: underline;">Frequently Asked Questions</span></strong></p>
<p>I&#8217;m sure you have questions about this service. I know I did, so I asked our Product Management team to provide some answers to the following questions. If you have others, feel free to leave a comment on this post or contact a GoGrid Sales Rep (or your Service Team).</p>
<ol>
<li><strong>Is the $99 fee per hard drive and per occurrence?<br />
</strong><em>Yes, the $99 fee is per hard drive and per occurrence. There is no charge for the data transfer itself (e.g., based on GBs)</em></li>
<li><strong>Is there a limit to the amount of data I can load?<br />
</strong><em>There is no limit to the amount of data you can load.</em></li>
<li><strong>Is there a limit to the number of hard drives I can send?<br />
</strong><em>You can send us as many hard drives as you see fit.</em></li>
<li><strong>Is there a particular type of hard drive that is supported or not supported?<br />
</strong><em>The hard drive MUST be an external hard drive with a USB connector. Please include the USB interface cables, power supply and return shipping postage and address information.</em></li>
<li><strong>How long does the process take? Hours? Days?<br />
</strong><em>Typically this depends on the amount of data as well as the number of hard drives, but normally, you can expect the data to be loaded within a day or two.</em></li>
<li><strong>How can I check on the status of my data load?<br />
</strong><em>GoGrid Support will email you once your data has been fully uploaded to your GoGrid Cloud Storage.</em></li>
<li><strong>Is my hard drive returned to me? If so, do I pay for shipment?<br />
</strong><em>We can ship back your hard drive provided that you include pre-paid return postage, a mailing address and detailed contact information.</em></li>
<li><strong>Do you go through any type of verification process to ensure that all of the data is loaded properly?<br />
</strong><em>We will load any and all data that is contained within the hard drive.</em></li>
<li><strong>What format does the data have to be in?<br />
</strong><em>We accept just about any type of format (raw, uncompressed, graphics, text data, compressed, etc.). There is truly nothing complicated about preparing the data. Simply copy it over from your existing data repository and ship it as is.</em></li>
<li><strong>What filesystem should the drive be formatted in? Does it depend on the Operating System?<br />
</strong><em>The hard drive should be formatted in a common filesystem format like FAT32 or NTFS. Proprietary filesystems will not be accepted.</em></li>
<li><strong>Do you scan the drives for malware or viruses?<br />
</strong><em>It is the responsibility of the customer to provide virus and malware-free data, subject to the GoGrid <a href="http://www.gogrid.com/legal/terms-service.php" target="_blank">Terms of Service</a> and <a href="http://www.gogrid.com/legal/aup.php" target="_blank">Acceptable Use Policy</a>.</em></li>
</ol>
<p>Hope those Q&amp;As help! If you have any questions not answered here, please leave a comment. So, you can now get your data into the Cloud without breaking a sweat (we will do the sweating for you)!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gogrid.com/2009/08/27/gogrid-says-well-load-your-data-into-the-cloud/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Introducing GoGrid Version 2.0</title>
		<link>http://blog.gogrid.com/2009/08/11/introducing-gogrid-version-2-0/</link>
		<comments>http://blog.gogrid.com/2009/08/11/introducing-gogrid-version-2-0/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:00:00 +0000</pubDate>
		<dc:creator>Michael Sheehan</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloudcenter]]></category>
		<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Cloud infrastructure]]></category>
		<category><![CDATA[GoGrid 2.0]]></category>
		<category><![CDATA[MyGSI]]></category>
		<category><![CDATA[Personal Server Image]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.gogrid.com/?p=1149</guid>
		<description><![CDATA[Drum roll please! We are excited to announce the availability of GoGrid version 2.0, released today to all users. This is an important release from a product standpoint as it positions GoGrid firmly as the easiest to use hosting provider within the Cloud Computing Infrastructure marketplace. What is new with GoGrid in the 2.0 release? [...]]]></description>
			<content:encoded><![CDATA[<p>Drum roll please! We are excited to announce the availability of <a href="http://www.gogrid.com" target="_blank"><strong>GoGrid</strong></a><strong> version 2.0</strong>, released <span style="text-decoration: underline;">today</span> to all users. This is an important release from a product standpoint as it positions GoGrid firmly as the easiest to use hosting provider within the Cloud Computing Infrastructure marketplace.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_logo_tabs.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_logo_tabs" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_logo_tabs_thumb.png" border="0" alt="GG2_logo_tabs" width="375" height="107" /></a></p>
<p>What is new with GoGrid in the 2.0 release?</p>
<ul>
<li><strong>MyGSI – GoGrid Server Images</strong></li>
<li><strong>Improved Server Deployment Times</strong></li>
<li><strong>IP Addresses in Passwords Tab</strong></li>
</ul>
<p><strong><span style="text-decoration: underline;">The 10,000 Foot View</span></strong></p>
<p>Before I get into the 100 foot view, it is probably important to talk about what MyGSIs mean to you from a higher level.</p>
<p>The great thing about using a MyGSI for server creation is that you are creating copies of a server that you have already pre-configured. Some use cases that immediately come to mind are:</p>
<ul>
<li><strong>Vertical Scaling</strong> – if you find that your current server needs more RAM to run more efficiently, you can quickly deploy a new server based on a MyGSI with more RAM allocated in minutes</li>
<li><strong>Horizontal Scaling</strong> – now you can create &#8220;clones&#8221; of a master image (MyGSI), all running the same customized code that is defined in the MyGSI</li>
<li><strong>Server Parking</strong> – many GoGrid users have been asking for a way to &#8220;park&#8221; a server without having to leave it fully deployed. Once you create a MyGSI, you store in within Cloud Storage for a nominal monthly fee. Servers can be instantiated quickly from MyGSIs, used, and then deleted, eliminating the need to always have a GoGrid server running.</li>
</ul>
<p>A bit more detail on using Cloud Storage to store MyGSIs. For one, you can utilize the free 10 GBs we give you with every GoGrid account. Also, since each additional GB on Cloud Storage is $0.15/GB/mo, you can effectively store multiple MyGSIs for just a couple of dollars a month. When a MyGSI is prepped for storage, we heavily compress it before loading it there. Typically, Linux MyGSIs are just a few GBs in size and Windows MyGSIs slightly larger. <strong><em>For example, an 8GB MyGSI would cost you only $1.20 per month!</em></strong></p>
<p>So, let&#8217;s get into the practical details of this release.</p>
<p><strong><span style="text-decoration: underline;">MyGSI – GoGrid Server Images</span></strong></p>
<p>Perhaps the most exciting feature in the GoGrid 2.0 release is MyGSIs. Back in April, I gave <a href="http://blog.gogrid.com/2009/04/22/planning-for-the-new-gogrid-feature-%E2%80%93-personal-server-images/" target="_blank">some information</a> about MyGSIs. Today, the full details are revealed. We have stuck to making the process of creating personal server images on GoGrid as straight-forward and easy as possible. There are THREE steps:</p>
<ol>
<li>Add an Image Sandbox</li>
<li>Run the Preparation Script</li>
<li>Save your Image</li>
</ol>
<p>Really, that is all there is to it! We mirrored much of the functionality you were already accustomed to when you create a GoGrid server, again with the goal of making your work intuitive and simple.</p>
<p><strong><em>Understanding the Terms</em></strong></p>
<ul>
<li><em><span style="text-decoration: underline;">Image Sandbox</span></em> – the Image Sandbox is a development environment (an actual server running on GoGrid) where you create a &#8220;MyGSI&#8221;. The Image Sandbox varies slightly from a traditional GoGrid server in that it has a fixed hard-drive size (20 GB) and RAM allotment (2 GBs).</li>
<li><em><span style="text-decoration: underline;">MyGSI</span></em> – a personal server image that is used as a &#8220;Golden Master&#8221; server image to deploy GoGrid servers based on that image.</li>
<li><em><span style="text-decoration: underline;">Preparation &#8220;Prep&#8221; Script</span></em> – a script that resides on all Image Sandboxes that allows you to prepare a server for imaging. The script is available on Linux and Windows servers and is executed by the end-user once the Image Sandbox is fully configured and ready to be imaged.</li>
</ul>
<p><strong><em>Step 1 &#8211; Adding an Image Sandbox</em></strong></p>
<p>You will notice now that we have reorganized and added some things to the Add menu of the GoGrid Dashboard (which has some changes as well including a new <em>Images</em> tab).</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_menu.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_menu" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_menu_thumb.png" border="0" alt="GG2_add_menu" width="244" height="198" /></a></p>
<p>At the top, you now see <em>Image Sandbox</em> which is where you start when you want to create a new MyGSI. Also note that we have changed the order of the elements, since logically, you only deploy a <em>Load Balancer</em> at the end of an Infrastructure build-out. Note: Please be sure that you have <em>Cloud Storage</em> deployed before trying to save a <em>MyGSI</em> (at the end of the process).</p>
<p>To start creating an Image Sandbox, click <em>Add</em> &gt; <em>Image Sandbox</em>. You will be presented with <strong>Step 1</strong> of the Image Creation process:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step1" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1_thumb.png" border="0" alt="GG2_add_image_step1" width="244" height="236" /></a></p>
<p>Be sure to familiarize yourself with the steps and details of each item (note: the text in these screenshots may not accurately represent the final wording within GoGrid as they were taken prior to the release of GoGrid v2.0). Once you have read the details, click <em>Yes, Continue</em> to proceed.</p>
<p>You will see the familiar <em>Server Image selection widget</em>:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1a.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step1a" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1a_thumb.png" border="0" alt="GG2_add_image_step1a" width="244" height="184" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>With this recently introduced Server Image widget, you can search, sort, filter, group and drill-down quickly and easily until you find the GoGrid server image you would like to base your Sandbox Image on. In the image below, I have filtered by &#8220;Database Server&#8221; and &#8220;CentOS&#8221; operating system.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1a_filter.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step1a_filter" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1a_filter_thumb.png" border="0" alt="GG2_add_image_step1a_filter" width="244" height="183" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>Click <em>Next</em> to continue. You will be presented with a form where you can define the Name, Description and IP Address of your Image Sandbox.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1b_filled.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step1b_filled" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step1b_filled_thumb.png" border="0" alt="GG2_add_image_step1b_filled" width="244" height="214" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>Once you have completed the information, click <em>Save</em> and the server will be saved to your GoGrid dashboard.</p>
<p><strong><em>Step 2 &#8211; Run Preparation Script</em></strong></p>
<p>After clicking <em>Save,</em> you will be presented with <strong>Step 2</strong> of the Image Creation process. This is known as the Image preparation stage.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_thumb.png" border="0" alt="GG2_add_image_step2" width="181" height="244" /></a></p>
<p>During this stage, you should fully configure your server to your liking. What that means is you can upload data, code, programs, web applications, etc. to your Image Sandbox, essentially anything that you would want to include in future GoGrid servers that are spawned based on this image. If you do have lots of data you want to include, it is recommended that you store this within Cloud Storage and then retrieve the data from there once other servers have been instantiated from the MyGSI.</p>
<p>Connect to your Image Sandbox the same way you would a standard GoGrid server, either via SSH (for Linux servers) or RDC (for Windows servers). Your Image Sandbox will feel and act like a traditional GoGrid server. Once you have configured the Image Sandbox and you feel it is ready to be &#8220;imaged,&#8221; you need to execute the <strong>Preparation Script</strong>.</p>
<p>The Preparation Script is conveniently located within both Windows and Linux servers:</p>
<p><strong>Linux</strong> – In the <em>root</em> directory, type &#8220;<span style="font-family: Courier New; color: #ff0000;">ls</span>&#8221; and you will see a script called: &#8220;<span style="font-family: Courier New; color: #ff0000;">prep.py</span>&#8220;:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2_ssh" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh_thumb.png" border="0" alt="GG2_add_image_step2_ssh" width="244" height="162" /></a></p>
<p>To execute this script, type: &#8220;<span style="font-family: Courier New; color: #ff0000;">./prep.py</span>&#8221; and hit Enter. You will be presented with some information about the Preparation Script:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh_details.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2_ssh_details" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh_details_thumb.png" border="0" alt="GG2_add_image_step2_ssh_details" width="244" height="162" /></a></p>
<p>If you are ready to start the Imaging process, type &#8220;yes&#8221; otherwise type &#8220;no&#8221;. You can execute the script whenever you are ready. When the script starts, you will receive the following message:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh_shutdown.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2_ssh_shutdown" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2_ssh_shutdown_thumb.png" border="0" alt="GG2_add_image_step2_ssh_shutdown" width="244" height="162" /></a></p>
<p><strong>Windows</strong> – to execute the preparation script in Windows, go to the <strong>Start</strong> button and select &#8220;Run&#8221;. In the Run box, type in &#8220;<span style="font-family: Courier New; color: #ff0000;">prep</span>&#8221; and hit Enter.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_run.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="Windows_run" src="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_run_thumb.png" border="0" alt="Windows_run" width="244" height="132" /></a></p>
<p>When the preparation script runs, you receive the following alert. If you are ready to image your server, click <em>Yes</em>, otherwise, click <em>No</em>.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_warning.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="Windows_prep_warning" src="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_warning_thumb.png" border="0" alt="Windows_prep_warning" width="244" height="52" /></a></p>
<p>Once you click <em>Yes</em>, you have another chance to exit out of the imaging process. Read through the information carefully.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_installer.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="Windows_prep_installer" src="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_installer_thumb.png" border="0" alt="Windows_prep_installer" width="244" height="225" /></a></p>
<p>After clicking <em>Yes</em>, the script will start and the imaging process will begin.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_script.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="Windows_prep_script" src="http://blog.gogrid.com/wp-content/uploads/2009/08/Windows_prep_script_thumb.png" border="0" alt="Windows_prep_script" width="244" height="124" /></a></p>
<p>At this point on either Linux or Windows, your Image Sandbox will <span style="text-decoration: underline;">shut itself down</span>. Return to the GoGrid Dashboard and wait until the icon that indicates that status of your server turns <strong>RED</strong>.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2b_after_prep_red.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2b_after_prep_red" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2b_after_prep_red_thumb.png" border="0" alt="GG2_add_image_step2b_after_prep_red" width="95" height="117" /></a></p>
<p>Once your Image Sandbox has stopped, you are ready for <strong>Step 3</strong> of the Image Creation process.</p>
<p><strong><em>Step 3 – Save Your Image</em></strong></p>
<p>Now that your Image Sandbox is in a <em>stopped</em> state, you can save it as a MyGSI which will load it to Cloud Storage for later use.</p>
<p>When you select your Image that you want to save, you will see a new action that you can do, either by right-clicking on the image:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2c_save.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2c_save" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2c_save_thumb.png" border="0" alt="GG2_add_image_step2c_save" width="208" height="244" /></a></p>
<p>Or by looking at the menu on the dashboard:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2c_save_toolbar.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step2c_save_toolbar" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step2c_save_toolbar_thumb.png" border="0" alt="GG2_add_image_step2c_save_toolbar" width="244" height="129" /></a></p>
<p>The action you would take is <em>Save</em>. Choosing this will delete the Image Sandbox and transfer it over to Cloud Storage. When initiating this process, you see <strong>Step 3</strong>.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step3" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3_thumb.png" border="0" alt="GG2_add_image_step3" width="244" height="236" /></a></p>
<p>It is at this point that you should be sure that you have Cloud Storage mounted within your GoGrid Dashboard. Once you click <em>Yes, Continue</em> you are asked for an Image <em>Name</em> and <em>Description</em>:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3b_text.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step3b_text" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3b_text_thumb.png" border="0" alt="GG2_add_image_step3b_text" width="244" height="122" /></a></p>
<p>This process typically takes about 15 minutes to 1 hour to complete, depending on the Operating System and the amount of data you have loaded to the Image Sandbox. Once the imaging is complete, the Image Sandbox will no longer appear on the Grid Dashboard but will appear under the new Images section. The picture below shows the image being <em>saved</em>:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3c_saving_image_tab.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step3c_saving_image_tab" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3c_saving_image_tab_thumb.png" border="0" alt="GG2_add_image_step3c_saving_image_tab" width="244" height="74" /></a></p>
<p>Once the process is complete, the State column will show &#8220;<em>Available</em>&#8221; meaning that the image can be used for creation of GoGrid servers. Note: the current release does not support the deletion of stored images, however, we will be releasing this functionality shortly.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3d_complete.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step3d_complete" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3d_complete_thumb.png" border="0" alt="GG2_add_image_step3d_complete" width="244" height="74" /></a></p>
<p>You can always see a history of all of the actions that take place within the <em>Jobs</em> tab.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3c_jobs_tab.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_image_step3c_jobs_tab" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_image_step3c_jobs_tab_thumb.png" border="0" alt="GG2_add_image_step3c_jobs_tab" width="244" height="72" /></a></p>
<p>You are now ready to deploy new GoGrid Cloud Servers using your newly created MyGSI!</p>
<p><strong><em>Creating Servers from MyGSIs</em></strong></p>
<p>The process for creating a new GoGrid server from a MyGSI is the same as creating a standard GoGrid server. Simply click <em>Add</em> and launch the Server Selection widget:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_server_from_image" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image_thumb.png" border="0" alt="GG2_add_server_from_image" width="244" height="183" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>You will see that the MyGSI created earlier appears with the <em>Name</em> that you entered when defining the MyGSI as well as has an <em>Owner</em> name different than &#8220;GoGrid&#8221;. In the example above, the owner is called &#8220;ServePath&#8221;.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image_details.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_server_from_image_details" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image_details_thumb.png" border="0" alt="GG2_add_server_from_image_details" width="244" height="204" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>Remember that you can <em>Group</em> columns within the Server Image widget, making it quite easy to find the MyGSIs you have created previously.</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image_grouped_owner.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_add_server_from_image_grouped_owner" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_add_server_from_image_grouped_owner_thumb.png" border="0" alt="GG2_add_server_from_image_grouped_owner" width="244" height="182" /></a></p>
<h6>Note: Some server image availability may change over time</h6>
<p>Another nice thing is, if you want to create a new MyGSI based on a <span style="text-decoration: underline;">previously created</span> MyGSI, you can do this the same way you would create a new MyGSI. This allows you to create different &#8220;versions&#8221; of your own images which is especially helpful if you are doing lots of performance tuning of your code or trying new configurations.</p>
<p>So there you have it, MyGSIs in a nutshell. I will bet you didn&#8217;t think it would be THAT easy to do!</p>
<p><strong><span style="text-decoration: underline;">Improved Server Deployment Times</span></strong></p>
<p>While much of our engineering effort was focused on bringing MyGSIs to life, in that process we also completely overhauled the system that stores the base GoGrid server images, resulting in a dramatic decrease in deployment times. We have benchmarked the following:</p>
<ul>
<li>Linux servers now deploy in less than 2 minutes and are accessible via SSH after 5 minutes</li>
<li>Windows servers instantiate in less than 5 minutes and are available via RDC after 8 minutes</li>
</ul>
<p>Do note, however, server deployment times can vary depending on overall system load (e.g., if multiple &#8220;adds&#8221; are being processed in succession), but on average, users should see much faster deployment times as of this release.</p>
<p><strong><span style="text-decoration: underline;">IP Addresses in the Passwords Tab</span></strong></p>
<p>Lastly, I want to mention a small but incredibly useful change. We have added &#8220;IP Address&#8221; as an additional column to the Passwords tab. With this change, you now have all of the required information to connect to your servers remotely in one place:</p>
<p><a href="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_password_IPaddress.png" rel="lightbox[1149]"><img style="display: inline; border-width: 0px;" title="GG2_password_IPaddress" src="http://blog.gogrid.com/wp-content/uploads/2009/08/GG2_password_IPaddress_thumb.png" border="0" alt="GG2_password_IPaddress" width="244" height="56" /></a></p>
<p><strong><span style="text-decoration: underline;">In Summary</span></strong></p>
<p>Pretty exciting stuff if I do say so myself. We would love to get your feedback on all of the new features and the performance of GoGrid version 2.0 so drop us a note or leave a comment! Remember, more information can also be found on the <a href="http://www.gogrid.com" target="_blank">GoGrid product site</a>, within the <a href="http://wiki.gogrid.com" target="_blank">GoGrid Wiki</a> (for full documentation) and in the <a href="http://forum.gogrid.com" target="_blank">GoGrid Forums</a>. We have some showcase videos posted to the main GoGrid site as well so be sure to review the &#8220;<a href="http://www.gogrid.com/how-it-works/" target="_blank">How It Works</a>&#8221; section.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gogrid.com/2009/08/11/introducing-gogrid-version-2-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

