<?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>Open Hosting, Inc &#124; Cloud Computing KVM Hosting Server Business Solution</title>
	<atom:link href="http://www.openhosting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openhosting.com</link>
	<description>Cloud Computing KVM Hosting Server Business Solution</description>
	<lastBuildDate>Thu, 16 Feb 2012 20:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Send Your Friends to Open Hosting</title>
		<link>http://www.openhosting.com/2012/02/referral-program/</link>
		<comments>http://www.openhosting.com/2012/02/referral-program/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 15:31:41 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Promotions]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2630</guid>
		<description><![CDATA[We&#8217;d like to introduce our new referral program. Send us new business, and for each dollar your referral deposits in their first 30 days, we&#8217;ll credit your Open Hosting account dollar-for-dollar up to $100. How it works: When signing up, ask your friends to select &#8220;referral&#8221; and enter the email address you use to access [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellpadding="0">
<tbody>
<tr>
<td><img class="size-full wp-image-2642 alignnone" style="border: 0pt none;" title="referralbadge03" src="http://www.openhosting.com/wp-content/uploads/2012/02/referralbadge03.jpg" alt="" width="309" height="107" /></td>
<td></td>
<td style="width: 291px;" valign="middle">We&#8217;d like to introduce our new referral program. Send us new business, and for each dollar your referral deposits in their first 30 days, <strong>we&#8217;ll credit your Open Hosting account dollar-for-dollar up to $100</strong>.</td>
</tr>
</tbody>
</table>
<p><span id="more-2630"></span><strong>How it works:</strong> When signing up, ask your friends to select &#8220;referral&#8221; and enter the email address you use to access your Open Hosting account. We&#8217;ll contact both parties to confirm, and after 30 days automatically credit your account.</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-2631 aligncenter" title="where did you hear about us" src="http://www.openhosting.com/wp-content/uploads/2012/02/wheredidyouhearaboutus.png" alt="" width="539" height="112" /></p>
<p>Your referral may participate in any promotion running at the time they create their account. Our referral program is open to all existing clients.</p>
<p>Please email <a href="mailto:sales@openhosting.com">sales@openhosting.com</a> with any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/02/referral-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API Quickies – How to Copy a Drive</title>
		<link>http://www.openhosting.com/2012/01/api-quickies-api-qui/</link>
		<comments>http://www.openhosting.com/2012/01/api-quickies-api-qui/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 03:05:35 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2512</guid>
		<description><![CDATA[Around these parts, we eat our own dog food. The dashboard, for example, interacts with the API just as you might. Consider the drive copy command, which is triggered by clicking the yellow “copy” button on any unmounted drive. Behind the scenes, the dashboard issues two API calls. The first API call creates a blank [...]]]></description>
			<content:encoded><![CDATA[<p>Around these parts, we eat our own dog food. The dashboard, for example, interacts with the API just as you might. Consider the drive copy command, which is triggered by clicking the yellow “copy” button on any unmounted drive. <span id="more-2512"></span></p>
<p><img src="http://www.openhosting.com/wp-content/uploads/2012/01/demo-acct.png" style="border: 0pt none;" alt="" title="demo account" width="619" height="584" class="alignnone size-full wp-image-2528" /></p>
<p>Behind the scenes, the dashboard issues two API calls. The first API call creates a blank drive of equal size to the one you wish to copy.  And, the second API call copies the contents of the original to the new drive.</p>
<p>The demo@openhosting account contains a drive called &#8220;source-drive.&#8221; To create a copy of this drive we need to know it&#8217;s UUID and size. A simple call to the API returns this information for all drives in the account:</p>
<p style="padding-left: 30px;"><code><strong>$ ./openhosting.sh drives/info</strong><br />
status active<br />
name source-drive<br />
<FONT style="BACKGROUND-COLOR: yellow">drive 1181a421-e490-47c7-96a4-b29b5d6abe44</font><br />
encryption:cipher aes-xts-plain<br />
user d2d23ab0-4b3f-4b73-858f-4d2c9c2262c4<br />
<FONT style="BACKGROUND-COLOR: yellow">size 1073741824</font></code></p>
<p>Alternatively, by pressing the &#8220;configure&#8221; button on the dashboard, the drive&#8217;s UUID is displayed just above the name. </p>
<p><img src="http://www.openhosting.com/wp-content/uploads/2012/01/drive-configure.png" style="border: 0pt none;" alt="" title="drive configure" width="427" height="169" class="alignnone size-full wp-image-2530" /></p>
<p>Now to create a drive of the same size using an API call documented on our <a href="http://www.openhosting.com/support/api/">API page</a>: </p>
<p style="padding-left: 30px;"><code><strong>$ ./openhosting.sh -c drives/create << EOF<br />
name source-drive-copy<br />
size 1073741824<br />
EOF</strong></code> </p>
<p>Following execution, the API returns the new drive&#8217;s UUID, which we need for the final copy command: </p>
<p style="padding-left: 30px;"><code>status active<br />
name source-drive-copy<br />
read:bytes 4096<br />
write:bytes 4096<br />
<FONT style="BACKGROUND-COLOR: yellow">drive 26df0e85-9f9b-4862-931b-644a31dd7df7</font><br />
encryption:cipher aes-xts-plain<br />
user d2d23ab0-4b3f-4b73-858f-4d2c9c2262c4<br />
read:requests 1<br />
write:requests 1<br />
size 1073741824<br />
</code></p>
<p>The copy command requires two arguments, the DRIVE to which you are copying and the SOURCE of the copy;</p>
<p style="padding-left: 30px;"><code>./openhosting.sh drives/DRIVE/image/SOURCE[/CONVERSION] </code></p>
<p>Before executing, be sure both drives are unmounted.  In this particular example, the call would be:</p>
<p style="padding-left: 30px;"><code><strong>$ ./openhosting.sh drives/26df0e85-9f9b-4862-931b-644a31dd7df7/image/1181a421-e490-47c7-96a4-b29b5d6abe44 </strong></code></p>
<p>This call produces no response.  You can can check on the status of the copy by checking the dashboard or asking the API:</p>
<p style="padding-left: 30px;"><strong><code>$ ./openhosting.sh drives/26df0e85-9f9b-4862-931b-644a31dd7df7/info </strong><br />
status active<br />
name source-drive<br />
read:bytes 1182932992<br />
user d2d23ab0-4b3f-4b73-858f-4d2c9c2262c4<br />
write:bytes 1643388928<br />
drive 26df0e85-9f9b-4862-931b-644a31dd7df7<br />
encryption:cipher aes-xts-plain<br />
<FONT style="BACKGROUND-COLOR: yellow">imaging 52%</font><br />
read:requests 288802<br />
claimed 0003eba7-21ba-4dfc-9f69-3137c6c13937:imaging:30476<br />
write:requests 401620<br />
size 1073741824</code></p>
</p>
<p>Copying is 52% percent done, and when it completes the copy will be bootable.  </p>
<p><img src="http://www.openhosting.com/wp-content/uploads/2012/01/2086542341_27490bc966_z.jpg" style="border: 0pt none;" alt="" title="by Lisa Yarost" width="620"  class="alignnone size-full wp-image-2532" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/api-quickies-api-qui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Hosting Opposes SOPA</title>
		<link>http://www.openhosting.com/2012/01/open-hosting-opposes-sopa/</link>
		<comments>http://www.openhosting.com/2012/01/open-hosting-opposes-sopa/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:57:40 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2405</guid>
		<description><![CDATA[Open Hosting opposes the Stop Online Privacy Act (SOPA). This is a case where our principles are aligned with the best interests of our clients and the best interests of Open Hosting. SOPA threatens to infect the Internet with a virus worse than anything that could be written in code. Join us and take action [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Open Hosting opposes the Stop Online Privacy Act (SOPA).</strong></p>
<p>This is a case where our principles are aligned with the best interests of our clients and the best interests of Open Hosting.  SOPA threatens to infect the Internet with a virus worse than anything that could be written in code.</p>
<p>Join us and take <a href="http://americancensorship.org/">action to stop</a> this harmful legislation.</p>
<p><a href="http://projects.propublica.org/sopa/">Where do your elected representatives stand?</a> </p>
<p>&nbsp;<br />
<iframe src="http://player.vimeo.com/video/31100268?byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/open-hosting-opposes-sopa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Security &amp; Remote Desktop</title>
		<link>http://www.openhosting.com/2012/01/windows-security-remote-desktop/</link>
		<comments>http://www.openhosting.com/2012/01/windows-security-remote-desktop/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:57:05 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2388</guid>
		<description><![CDATA[The first thing you should do after deploying Windows at Open Hosting is enable our platform firewall. The second thing you should do is enable Microsoft Remote Desktop. Enable the Open Hosting firewall with an exception for Remote Desktop&#8230; Both the Open Hosting platform and Windows 2008 have their own firewalls, which are controlled independently. [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing you should do after deploying Windows at Open Hosting is enable our platform firewall.  The second thing you should do is enable Microsoft Remote Desktop.<span id="more-2388"></span></p>
<p><strong>Enable the Open Hosting firewall with an exception for Remote Desktop&#8230;</strong></p>
<p>Both the Open Hosting platform and Windows 2008 have their own firewalls, which are controlled independently. Our firewall is optional, but highly recommended, especially with Windows. Theirs is standard. Another key difference is that our firewall is implemented at the platform-level, which mean traffic is blocked before it contacts your server.</p>
<p>If you’ve purchased a <a href="http://www.openhosting.com/category/network/firewall/">firewall</a> from Open Hosting and you intend to access Windows over the Internet by Remote Desktop, you’ll need to add an exception in our firewall.  To do so:</p>
<ol>
<li>With the server shut down, go to the Server Configuration page and enable Firewall.</li>
<li>Specify the ports to open in a space-separated list as &#8220;[transport]/[port number]&#8220;.  For our purposes, you&#8217;ll enter &#8220;tcp/3389&#8243; to open TCP port 3389, which is the default port for Remote Desktop Protocol.﻿<br />
<img title="firewall tcp3389" src="http://www.openhosting.com/wp-content/uploads/2011/12/fw-tcp3389.jpg" alt="" width="499" height="145" /></li>
<li>Save your changes, and start the server.</li>
</ol>
<p>&nbsp;</p>
<p><strong>Enable Remote Desktop using VNC&#8230;</strong></p>
<p>VNC is very useful for diagnosing a sick server that won&#8217;t boot (and therefore, won&#8217;t run Remote Desktop) and it is very useful for configuring a new server.  But, it can&#8217;t compare to Microsoft&#8217;s Remote Desktop for everyday usability.</p>
<p>To enable Remote Desktop on Windows 2008:</p>
<ol>
<li>Use VNC and connect to the server.</li>
<li>Start the Server Manager (right-click on My Computer and click Manage).</li>
<li>Click Configure Remote Desktop.<img class="alignnone size-full wp-image-2285" title="rdc" src="http://www.openhosting.com/wp-content/uploads/2011/12/rdc1.jpg" alt="" width="378" height="296" /></li>
<li>Select an option and configure users, if needed.</li>
</ol>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-2391" style="border: 0pt none;" title="365/08 - Metropolis by Dominik Bartsch" src="http://www.openhosting.com/wp-content/uploads/2012/01/6032237502_1a84c1a5c0_z.jpg" alt="" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/windows-security-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Servers: Disk Resizing</title>
		<link>http://www.openhosting.com/2012/01/windows-servers-disk-resizing/</link>
		<comments>http://www.openhosting.com/2012/01/windows-servers-disk-resizing/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:31:38 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Pre-installed Images]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2375</guid>
		<description><![CDATA[This applies to both our pre-installed Windows builds and Windows servers you&#8217;ve uploaded yourself. In other words, all Windows. These particular directions were written using Windows 2008 Server. To resize —and we only ever recommend increasing— a disk on which Windows is installed, it is necessary to first resize it from Open Hosting’s dashboard, and [...]]]></description>
			<content:encoded><![CDATA[<p>This applies to both our pre-installed Windows builds and Windows servers you&#8217;ve <a href="http://www.openhosting.com/2011/10/bring-windows/">uploaded</a> yourself.  In other words, all Windows.  These particular directions were written using Windows 2008 Server.  <span id="more-2375"></span></p>
<p>To resize —and we only ever recommend increasing— a disk on which Windows is installed, it is necessary to first resize it from Open Hosting’s dashboard, and then from within Disk Management in Windows. Here’s how:</p>
<ol>
<li>With the server shut down, go to the configuration page for the drive you wish to resize.</li>
<li>Resize the disk by moving the slider or entering the new size in the entry box. Click Resize.<img title="disk slider" src="http://www.openhosting.com/wp-content/uploads/2011/12/disk21.jpg" alt="" width="432" height="82" /></li>
<li>At the Control Panel, start the server to which the drive is attached.</li>
<li>Once the server has booted, launch Server Manager (right-click on My Computer and click Manage), go to Storage, and then Disk Management. You should see your drives, as well as the unallocated disk you’re adding.<br />
<img title="disk manager" src="http://www.openhosting.com/wp-content/uploads/2011/12/disk1.jpg" alt="" width="418" height="338" /></li>
<li>Right-click on the drive you wish to expand, and select Extend Volume&#8230; This will take you through the wizard. Once completed, you should see your drive with the newly allocated disk space.</li>
</ol>
<p>&nbsp;</p>
<p><img class="size-full wp-image-1908 alignleft" style="border: 0pt none;" title="365/09 - Storage by Dominik Bartsch" src="http://www.openhosting.com/wp-content/uploads/2012/01/6034381675_1a57efc8c2_z.jpg" alt="" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/windows-servers-disk-resizing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Account Promotion: $50 for $50</title>
		<link>http://www.openhosting.com/2012/01/account-promotion-50-50/</link>
		<comments>http://www.openhosting.com/2012/01/account-promotion-50-50/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 17:31:59 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Promotions]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2328</guid>
		<description><![CDATA[To welcome the new year, for January of 2012, we’re going to match your first month of purchases up to $50. To be eligible for this promotion, open an account between January 1st and February 1st of 2012 and purchase services by February 1st. We’ll match your spending up to $50 for the entire month. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1911 alignnone" style="border: 0pt none; margin-top: 0px; margin-bottom: 0px;" title="5050" src="http://www.openhosting.com/wp-content/uploads/2012/01/5050January.jpg" alt="" width="582" height="124" /></p>
<p>To welcome the new year, for January of 2012, we’re going to match your first month of purchases up to $50.</p>
<p>To be eligible for this promotion, open an account between January 1st and February 1st of 2012 and purchase services by February 1st.  We’ll match your spending up to $50 for the entire month.</p>
<p>For example, open an account and:</p>
<ul>
<li>Spend $30 and we’ll deposit an additional $30.</li>
<li>Spend $50 and we’ll deposit additional $50.</li>
<li>Spend $100 and we’ll deposit additional $50.</li>
</ul>
<p>To receive your credit, please email support@ after opening an account and purchasing services.</p>
<p>Happy 2012! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/account-promotion-50-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-installed Linux Servers: Disk Resizing</title>
		<link>http://www.openhosting.com/2012/01/disk-resizing-pre-installed-server/</link>
		<comments>http://www.openhosting.com/2012/01/disk-resizing-pre-installed-server/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:00:58 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Pre-installed Images]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2348</guid>
		<description><![CDATA[Our pre-installed servers make disk resizing very easy. To resize a disk on which an Open Hosting pre-installed Linux server is installed, it is necessary to first resize it from Open Hosting’s dashboard. With the server shut down, go to the configuration page for the drive you wish to resize. Resize the disk by moving [...]]]></description>
			<content:encoded><![CDATA[<p>Our pre-installed servers make disk resizing very easy. To resize a disk on which an Open Hosting pre-installed Linux server is installed, it is necessary to first resize it from Open Hosting’s dashboard.<span id="more-2348"></span></p>
<ol>
<li>With the server shut down, go to the configuration page for the drive you wish to resize.</li>
<li>Resize the disk by moving the slider or entering the new size in the entry box. Click Resize.</li>
<li>Finally, all of our <a href="http://www.openhosting.com/category/pre-installed-images/">pre-installed servers</a> have a script located in <code>/etc/rc.d/rc.local</code> that will resize the server&#8217;s filesystem.  As root, execute the following two commands:<br />
<code># touch /.resizeroot<br />
# reboot</code><br />
On reboot the filesystem will be resized.</li>
</ol>
<p>Alternately, if you&#8217;ve built the server yourself you can add the below to your rc.local and follow the steps above:</p>
<p style="padding-left: 30px;"><code>if [ -f /.resizeroot ]; then<br />
while read DEV DIR TYPE INFO; do<br />
[ "$DIR" = "/" ] || continue<br />
case "$TYPE" in<br />
ext[234])<br />
resize2fs -p "$DEV"<br />
rm -f /.resizeroot<br />
;;<br />
esac<br />
done  fi<br />
</code></p>
<p><img class="size-full wp-image-1908 alignleft" style="border: 0pt none;" title="48-spindle" src="http://www.openhosting.com/wp-content/uploads/2012/01/2550684675_65d981bec7_z.jpg" alt="" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2012/01/disk-resizing-pre-installed-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Cloud Hosting?</title>
		<link>http://www.openhosting.com/2011/12/what-is-cloud-hosting/</link>
		<comments>http://www.openhosting.com/2011/12/what-is-cloud-hosting/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 13:58:48 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=2549</guid>
		<description><![CDATA[There’s a lot of confusion surrounding this elegant approach to marshaling remote computer resources. And, we do not wish to profit from the confusion created by the broad marketing of cloud hosting to the public. So here we offer a definition of cloud hosting that is easy to understand, accurate, and without marketing hype. What [...]]]></description>
			<content:encoded><![CDATA[<p>There’s a lot of confusion surrounding this elegant approach to marshaling remote computer resources. And, we do not wish to profit from the confusion created by the broad marketing of cloud hosting to the public. So here we offer a definition of cloud hosting that is easy to understand, accurate, and without marketing hype.</p>
<h1><span style="font-size: medium;"><strong>What Is Cloud Hosting?</strong></span></h1>
<p>There are two parts to our definition of cloud hosting:</p>
<table style="width: 622px; margin-top: 5px; margin-bottom: 0px;" border="0">
<tbody>
<tr>
<td><img class="alignleft size-full wp-image-2551" style="border: 0pt none;" title="Cloud Hosting" src="http://www.openhosting.com/wp-content/uploads/2012/01/cloudhosting01.jpg" alt="" width="298" height="94" /></td>
<td><img class="alignleft size-full wp-image-2552" style="border: 0pt none;" title="Cloud Hosting" src="http://www.openhosting.com/wp-content/uploads/2012/01/cloudhosting1.jpg" alt="" width="298" height="94" /></td>
</tr>
</tbody>
</table>
<p><span id="more-2549"></span></p>
<div class="page_feature">
<table style="width: 622px; margin-top: 10px;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 222px;" valign="bottom"><img class="alignleft size-full wp-image-2177" style="border: 0pt none; margin-top: 0px; margin-bottom: 0px;" src="http://www.openhosting.com/wp-content/uploads/2011/12/image_cloudcomp03.jpg" alt="" width="217" height="423" /></td>
<td valign="top">
<h4>1.  Cloud Hosting Is Hardware As Software</h4>
<p>Let’s deal with the first part of our simplified definition of cloud hosting – that &#8220;<strong>cloud hosting is hardware as software</strong>.&#8221;  Imagine that hardware resources, like memory and processing power, are  replicable and portable like software. This special quality of software  allows for its replication almost without effort or expense: the  creation of 100 copies of a file is done as easily as two. However, this  is not the case with RAM modules or CPUs; they need to be purchased and  installed, interrupting the operation of the server. With cloud hosting, hardware seemingly assumes the flexibility of software; for  example, memory and processing power can be multiplied and moved from  server to server at anytime.</p>
<p>The seeming transformation of hardware into a portable and replicable  resource is realized by rendering a likeness of actual server hardware –  virtual hardware. The guest operating system* is presented with access  to hardware surrogates, including virtual memory, virtual processing,  and virtual disk. The real hardware remains concealed and isolated from  the guest operating system. For example, 64GB of actual RAM might be  presented as two individual banks of 20GB, with 24GB withheld and  reserved for future use. By controlling the presentation of the actual  hardware through the use of virtualization, cloud platforms can  dynamically allocate resources to guest operating systems.</p>
<p>A cloud platform, like Open Hosting’s, allows you — and your  applications, via our API — to request and modify hardware resources as  if they were software. Want more memory?  Disk? Such resources can be  adjusted without having to wait for a technician to power-down the  server, open the server, install new RAM modules, and power-on.</p>
<p>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="page_feature">
<table style="margin-top: 10px; width: 622px;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<h4>2.  Cloud Hosting Is Remote Computing</h4>
<p>The second part our definition states that “<strong>cloud hosting is remote computing</strong>”.  The critical point is cloud hosting is more than the virtualization of hardware, but the subsequent packaging of these resources as a  remotely accessible service. The service can be private and closed to  the public. For instance, many large organizations operate private  clouds for just their purposes. Or, more commonly, it is a public retail  service, like Open Hosting. The point is virtualization isn’t enough:  remote accessibility is key.</p>
<p>&nbsp;</td>
<td style="width: 222px;" valign="bottom"><img class="alignright size-full wp-image-2178" style="border: 0pt none; margin-top: 0px; margin-bottom: 0px;" src="http://www.openhosting.com/wp-content/uploads/2011/12/image_cloudcomp04.jpg" alt="" width="217" height="209" /></td>
</tr>
</tbody>
</table>
</div>
<div class="page_feature">
<table style="margin-top: 10px; width: 622px;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 222px;" valign="bottom"><img class="alignleft size-full wp-image-2179" style="border: 0pt none; margin-top: 0px; margin-bottom: 0px;" src="http://www.openhosting.com/wp-content/uploads/2011/12/image_cloudcomp05.jpg" alt="" width="217" height="423" /></td>
<td valign="top">
<h4>“Cloud Hosting!”</h4>
<p>Behind the marketing of this phrase, there’s an assumption that the definition is commonly understood. Yet, maybe this isn’t the case. As evidence, we regularly receive inquires from folks wanting to migrate their existing applications to a cloud host, often for no obvious technical advantage. They just want cloud.</p>
<p>This has happened before.** In the late 1990s, Sun Microsystems ran TV advertisements for Java, their new computer programming language. By 2000 everyone wanted Java. Most folks didn’t know what it was, but they believed it to be a connection to a shimmering future.</p>
<p>Ten years on, and it is cloud hosting. Not since Sun’s launch of Java has the general public been so excited by a technical innovation that they often don’t understand. Everyone wants cloud.</p>
<p>Unlike Java, which was then the property of Sun Microsystems, cloud hosting belongs to no one. It is simply a way of organizing computer resources. Still, the expression “cloud hosting” — sometimes just “cloud”— is today’s Java largely by the efforts of firms like Microsoft, Apple, and Amazon. Apple has the iCloud. Microsoft’s ‘To the Cloud’ campaign promotes Windows Live. And, Amazon wants your media for its Cloud Player and Cloud Drive.</p>
<p>Used correctly, cloud hosting is a truly awesome way to control the computational resources supporting your application.  And, at Open Hosting, we are committed to the accurate and honest marketing of this technology.</p>
<p>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<p><em>* Guest operating system are operating systems accessing virtualized hardware.  In the case of Open Hosting, our clients’ operating systems run as guests on much larger host machines.</em></p>
<p><em>** Just as they share propitious timing, ambitious objectives, and huge marketing efforts, Java and cloud hosting share the same core technical innovation, virtualization.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2011/12/what-is-cloud-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Things to Know about Billing</title>
		<link>http://www.openhosting.com/2011/11/know-about-billing/</link>
		<comments>http://www.openhosting.com/2011/11/know-about-billing/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 22:37:53 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Billing]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=1953</guid>
		<description><![CDATA[While our main pricing page does a good job of clearly stating what resources cost and how we bill, it also introduces a great deal of flexibility. And, where there&#8217;s flexibility, there&#8217;s complexity. To help navigate Open Hosting&#8217;s very flexible billing options, we&#8217;ve collected a list of useful specifics concerning billing. There are two billing [...]]]></description>
			<content:encoded><![CDATA[<table style="width: 600px; margin-top: 18px;" border="0" cellspacing="10" cellpadding="0">
<tbody>
<tr>
<td style="width: 410px;" valign="middle">While our main <a title="Pricing" href="http://www.openhosting.com/pricing/">pricing page</a> does a good job of clearly stating what resources cost and how we bill, it also introduces a great deal of flexibility.  And, where there&#8217;s flexibility, there&#8217;s complexity. To help navigate Open Hosting&#8217;s very flexible billing options, we&#8217;ve collected a list of useful specifics concerning billing.</td>
<td valign="top"><img style="border: 0pt none; margin: 5px;" title="Pricing" src="http://www.openhosting.com/wp-content/uploads/2011/04/pricing012.jpg" alt="" width="155" height="80" /></td>
</tr>
</tbody>
</table>
<p><span id="more-1953"></span></p>
<ol>
<li><strong>There are two billing methods</strong>: Subscription Billing and Burst Billing (sometimes known as “Utility”).</li>
<p>&nbsp;</p>
<li>Resource <strong><a title="Pricing" href="http://www.openhosting.com/pricing/">pricing</a> varies based on billing method</strong>.  Subscription Billing charges less per resource unit.  This means, resources like CPU, memory, and disk cost less when purchased by Subscription.  For example, a month’s use of 1GB of disk costs $0.125 by Burst and $.10 by Subscription.</li>
<p>&nbsp;</p>
<li>Subscription pricing further varies based on the amount purchased.  Simply put, <strong>the longer the subscription, the greater the discount</strong>: enjoy a 10% discount with a 6-month subscription and a 15% discount with 12-months.  Where a month’s use of 1GB of disk costs $.10 for a 5-month subscription, it only costs $.085 for a 12-month subscription.</li>
<p>&nbsp;</p>
<li><strong>A subscription can be for <strong>any number of days or months</strong> and can be increased or extended at any time.</strong> The quantity of any subscribed resource can be easily increased.  Likewise, the length of the subscription can be extended.  The difference between what you’ve previously purchased and the updated subscription are calculated at checkout; you pay the difference.  Please note that we don’t offer refunds on subscriptions.</li>
<p>&nbsp;</p>
<li><strong>Subscription Billing gets you the best pricing.</strong> And, it is best suited for folks who want servers of stable configurations running around the clock.</li>
<p>&nbsp;</p>
<li>Burst Billing lets you use what you want, when you want. For this flexibility, <strong>Burst prices are 25% greater than Subscription prices.</strong> The elasticity of Burst Billing is best for folks with changing or unpredictable needs.  For instance, during application development or for those applications that experience spikes in activity.  And, for those folks who use our <a title="API" href="http://www.openhosting.com/support/api/">API</a> to dynamically tailor utilization, Burst is best, too.</li>
<p>&nbsp;</p>
<li>The billing options are complementary, often best operating together.  If you opt to purchase resources by subscription, <strong>it is highly recommended that you keep a balance on account with us</strong>.  Should a subscription expire (and you don’t have automatic renewal enabled), your servers will stop and your static IPs will no longer be yours.  But, before stopping your servers, the platform will first attempt to keep them running under Burst.  This only works if you’ve a positive balance.  In this way, the platform can draw against your prepaid balance to keep your servers running while you renew your subscription.</li>
<p>&nbsp;</p>
<li><strong>All resources can be purchased by Burst or by Subscription</strong>, except <a title="Windows" href="http://www.openhosting.com/cloud-hosting-features/windows/">Microsoft</a> licenses, which can only be purchased by 30-day subscriptions.</li>
<p>&nbsp;</p>
<li>While trials require a credit card, <strong>Open Hosting accepts several payment options, including credit card (MasterCard, Visa, and American Express), Google Checkout, and PayPal</strong>.  Optionally, for large payments, we accept bank wires.</li>
<p>&nbsp;</p>
<li><strong>Once you enter and save your credit card information it can’t be viewed</strong> &#8212; not even by us.  We are PCI compliant.  Your credit card data is stored with <a title="http://www.authorize.net/" href="http://www.authorize.net/" target="_blank">Authorize.net</a> and we’ve no way to view it. Without the ability to edit, if you want to update any aspect of your card information, select “Pay with new Credit Card” and reenter.
<p><img class="alignnone size-full wp-image-1959" title="Money Pig on Grass" src="http://www.openhosting.com/wp-content/uploads/2011/11/5857797568_61821f8917_z.jpg" alt="" width="480" height="640" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2011/11/know-about-billing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Account Promotion: $50 for $50</title>
		<link>http://www.openhosting.com/2011/10/account-promotion-50-50-2/</link>
		<comments>http://www.openhosting.com/2011/10/account-promotion-50-50-2/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 15:22:20 +0000</pubDate>
		<dc:creator>OpenHosting</dc:creator>
				<category><![CDATA[Promotions]]></category>

		<guid isPermaLink="false">http://www.openhosting.com/?p=1830</guid>
		<description><![CDATA[This promotion has expired. All of our promotions can be found here. For November, we’re going to match your first month of purchases up to $50. To be eligible for this promotion, open an account between November 1st and December 1st of 2011 and purchase services by December 1st.  We’ll match your spending up to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1911 alignnone" style="border: 0pt none; margin-top: 0px; margin-bottom: 0px;" title="5050" src="http://www.openhosting.com/wp-content/uploads/2011/10/5050.jpg" alt="" width="582" height="124" /></p>
<p><strong>This promotion has expired.</strong>  All of our promotions can be found <a href="http://www.openhosting.com/category/promotions/">here</a>.</p>
<p>For November, we’re going to match your first month of purchases up to $50.</p>
<p>To be eligible for this promotion, open an account between November 1st and December 1st of 2011 and purchase services by December 1st.  We’ll match your spending up to $50 for the entire month.</p>
<p>For example, open an account and:</p>
<ul>
<li>Spend $30 and we’ll deposit an additional $30.</li>
<li>Spend $50 and we’ll deposit additional $50.</li>
<li>Spend $100 and we’ll deposit additional $50.</li>
</ul>
<p>To receive your credit, please email support@ after opening an account and purchasing services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openhosting.com/2011/10/account-promotion-50-50-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

