hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Cloud Hosting : Any Cloud Provider that does Vertical Dynamic Scaling?
Reply

Cloud Hosting Discussions involving Cloud Computing, grid computing and related technologies.
Forum Jump

Any Cloud Provider that does Vertical Dynamic Scaling?

Reply Post New Thread In Cloud Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 05-09-2011, 04:07 AM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33

Any Cloud Provider that does Vertical Dynamic Scaling?


Hi

I would like to know if there are providers out that there that offers cloud platforms that are capable of doing vertial autoscaling that does not require reboots.

This means that instead of scaling out horizontally (creating new instances) is it possible to scale the resources like CPU, RAM, network, etc without rebooting the server ?

Thanks

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.

Reply With Quote


Sponsored Links
  #2  
Old 05-09-2011, 04:28 AM
nwmcsween nwmcsween is offline
WHT Addict
 
Join Date: Jun 2007
Posts: 140
I don't know of any, you would need to distribute everything or use some sort of single system image system like openssi or openmosix. As for the distribute everything you could do this but as of right now Linux can't, it can sort of but not really with commodity hardware. Someone may prove me wrong though.

Reply With Quote
  #3  
Old 05-09-2011, 04:34 AM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33
I recall reading somewhere that Citrix Xenserver does vertical scaling?

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.

Reply With Quote
Sponsored Links
  #4  
Old 05-09-2011, 08:35 AM
FastServ FastServ is offline
Randy
 
Join Date: Aug 2006
Location: Ashburn VA, San Diego CA
Posts: 3,942
Quote:
Originally Posted by polarisie View Post
I recall reading somewhere that Citrix Xenserver does vertical scaling?
It will up to the limits of the host node... I don't know of any solution that dynamically scales a single instance beyond that.

__________________
Fast Serv Networks, LLC | AS29889 | Dedicated, Cloud, Transit, Streaming and more...
Ashburn VA + San Diego CA


Reply With Quote
  #5  
Old 05-09-2011, 09:52 AM
chennaihomie chennaihomie is online now
The Guru!
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 2,301
You can do this on OnApp based clouds for sure. But it would be limited to max the node's resources.

Reply With Quote
  #6  
Old 05-09-2011, 09:59 AM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33
Quote:
Originally Posted by chennaihomie View Post
You can do this on OnApp based clouds for sure. But it would be limited to max the node's resources.
Do you know if OnApp does an inplace/same server scale up or does it do via a live Migration to an alternate hardware with processing power? And when the resources utilization drops is it able to vertically scale down?

Cheers

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.

Reply With Quote
  #7  
Old 05-09-2011, 11:44 AM
CRego3D CRego3D is offline
Web Hosting Master
 
Join Date: Sep 2000
Posts: 1,615
Quote:
Originally Posted by polarisie View Post
Do you know if OnApp does an inplace/same server scale up or does it do via a live Migration to an alternate hardware with processing power? And when the resources utilization drops is it able to vertically scale down?

Cheers
It will do the dynamic scaling on the same node if it detects enough resources for it, if it does not, then it looks for a node that does, initiates a live migration of the VM to the said node and dynamically scales it then.

And yes, scale down is also possible, in that case the Vm will be kept on the current node.

__________________
Carlos Rego
OnApp CVO

The Cloud Engine

Reply With Quote
  #8  
Old 05-10-2011, 11:39 PM
brentpresley brentpresley is offline
Aspiring Evangelist
 
Join Date: Jun 2008
Location: Dallas, TX
Posts: 433
Why not do an SLA LAMP stack? You can scale one of those well beyond the limits of one node, and it only depends on traffic from the load balancer (which can also be made redundant).

In AppLogic, you can set your application to turn on a new instance of the server when your first server(s) hit a certain pre-set capacity (say 80% of optimal load), and then scale back when resources are no longer in use (say when load is less than 20% of optimal on each web server). Works beautifully.

__________________
Brent Presley - brent@birdhosting.com
Bird Hosting Inc. - An Applogic Cloud Hosting Certified Provider
24/7 Support, Call us @ 1-877-740-BIRD (2473)
www.birdhosting.com - Ashburn - Dallas - Seattle

Reply With Quote
  #9  
Old 05-10-2011, 11:46 PM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33
Hi Brent

What you described sounds like classic Horizontal scaling. In order to take advantage of this the application would have to be architected to support this.

However, with vertical scaling you could technically move any traditional app to the cloud without changes in code and have that scaled up and down (but ultimately limited by the underlying hardware)

Cheers

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.

Reply With Quote
  #10  
Old 05-10-2011, 11:48 PM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33
Quote:
Originally Posted by CRego3D View Post
It will do the dynamic scaling on the same node if it detects enough resources for it, if it does not, then it looks for a node that does, initiates a live migration of the VM to the said node and dynamically scales it then.

And yes, scale down is also possible, in that case the Vm will be kept on the current node.
Carlos

As a cloud provider can this option be configured and set as a billable action ? Meaning can we bill the client if he/she would like to scale upwards (vertically) ? Are there any specific metrics for this?

Cheers

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.

Reply With Quote
  #11  
Old 05-10-2011, 11:49 PM
brentpresley brentpresley is offline
Aspiring Evangelist
 
Join Date: Jun 2008
Location: Dallas, TX
Posts: 433
Yes, technically it is horizontal scaling. Vertical scaling beyond one node is just not possible until you get node interconnect speeds much much higher (even prototype 80Gb/s Infinniband would not be enough because the latencies would be too high to allow for RAM reads/writes between the nodes in a reasonable time).

This is a technical problem, and one that I forsee not going away at least in the next 5-10 years).

__________________
Brent Presley - brent@birdhosting.com
Bird Hosting Inc. - An Applogic Cloud Hosting Certified Provider
24/7 Support, Call us @ 1-877-740-BIRD (2473)
www.birdhosting.com - Ashburn - Dallas - Seattle

Reply With Quote
  #12  
Old 05-11-2011, 03:08 AM
lifewithcause lifewithcause is offline
Junior Guru Wannabe
 
Join Date: Apr 2011
Posts: 55
Quote:
Originally Posted by polarisie View Post
Hi

I would like to know if there are providers out that there that offers cloud platforms that are capable of doing vertial autoscaling that does not require reboots.

This means that instead of scaling out horizontally (creating new instances) is it possible to scale the resources like CPU, RAM, network, etc without rebooting the server ?

Thanks
Cloud is NOT a real cloud if it does not "vertical scale". With Microsoft's DDTK + System Center + Hyer-V technology combination you can build cloud infrastructure that can scale horizontal or vertical without the need of reboot or downtime. I suggest you search for Microsoft partners for such a cloud.

Reply With Quote
  #13  
Old 05-11-2011, 03:26 AM
eming eming is offline
Web Hosting Master
 
Join Date: Sep 2005
Location: London
Posts: 2,280
Quote:
Originally Posted by polarisie View Post
Carlos

As a cloud provider can this option be configured and set as a billable action ? Meaning can we bill the client if he/she would like to scale upwards (vertically) ? Are there any specific metrics for this?

Cheers
yup, OnApp takes care of billing of the scaled resources automatically.


Quote:
Originally Posted by brentpresley View Post
In AppLogic, you can set your application to turn on a new instance of the server when your first server(s) hit a certain pre-set capacity (say 80% of optimal load), and then scale back when resources are no longer in use (say when load is less than 20% of optimal on each web server). Works beautifully.
ya, OnApp does that as well. We work with two types of autoscaling.

1) Scale UP
Basically adds resources to the single as needed. OnApp keeps a tally of the usage and ensures your clients are charged for the extra resourced utilised during scaling. Scaling is typically without reboots (windows does not like this).

2) Scale OUT
When scaling out is enabled OnApp will keep an eye on your VM and grow it as much as possible within the confinement of a single physical server. And then add another physical server based on a clone of the first one or a defined template. OnApp's integrated Loadbalancer will take care of the distribution of traffic.


Quote:
Originally Posted by polarisie View Post
What you described sounds like classic Horizontal scaling. In order to take advantage of this the application would have to be architected to support this.

However, with vertical scaling you could technically move any traditional app to the cloud without changes in code and have that scaled up and down (but ultimately limited by the underlying hardware)

Cheers
Well, typically, in scale OUT (horizontal scaling) clients would have a setup with a DB cluster and they are aiming to add webservers as needed using the autoscaling features.
I guess this could be the same setup in AppLogic.


D

__________________
Ditlev Bredahl. CEO, OnApp.com <- one out of three public clouds are based on OnApp!
Build your own CDN without up front investments
Please do not PM me, use ditlev(@)onapp.com to contact me.

Reply With Quote
  #14  
Old 05-11-2011, 04:06 AM
polarisie polarisie is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 33
Quote:
Originally Posted by lifewithcause View Post
Cloud is NOT a real cloud if it does not "vertical scale". With Microsoft's DDTK + System Center + Hyer-V technology combination you can build cloud infrastructure that can scale horizontal or vertical without the need of reboot or downtime. I suggest you search for Microsoft partners for such a cloud.
Thank you for that bit of information. Will look into it laer.

However in practical terms, I am not quite so sure as to how the MS combination would handle vertical scaling from an IaaS perspective (i.e Amazon EC2 type of platform) but I can understand how this can be done from a PaaS perspective which is already available in Azure. Even their latest(beta) addition of VMRole is actually a Paas on a IaaS.

In addition from what i understand the underlying Microsoft operating system only has support for features like hot CPU/RAM add with no option of HOT remove without requiring a reboot which would make vertical scaling down difficult. So technically i don't see how they would scale in place. The only option would be to live migrate the instance to another node and vice versa for scaling down.

Ps: Diagonal scaling would be a nice option (scale up and then out)

Cheers

__________________
MXSCAN :: AntiSpam & AntiVirus Solution for MailEnable (now with MESSAGE SNIFFER Support!)
Built-in SpamAssassin, ClamAV, DNSBL, URLBL, DCC Check, ShortCircuit, Regex/Keyword Filters, Disclamers, Archiving, Indexing and more.
Visit www.mxuptime.com for info.


Last edited by polarisie; 05-11-2011 at 04:16 AM.
Reply With Quote
  #15  
Old 05-11-2011, 07:51 AM
aodat2 aodat2 is offline
Web Hosting Master
 
Join Date: Sep 2004
Location: Miami, FL
Posts: 2,761
If I'm not mistaken, I think that Xen is able to scale vertically as well. Not too sure about the rebooting part of it but I'll check.

__________________
Aaron Ong
Dedicated Servers - 100TB Servers - 100Mbps Unmetered Servers - Web Hosting - CDN Network
Servers in Central, East/West Coast USA, EUROPE and ASIA
Welltodo Century
- www.welltodocentury.com

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get a self-healing, auto-scaling Cloud VPS from VPS.NET! Free KSplice! IGobyTerry VPS Hosting Offers 0 12-06-2010 03:22 PM
VPS.NET - 25% off your first month! Auto scaling, self healing CLOUD VPS! 4 Locations IGobyTerry Cloud Hosting Offers 2 12-03-2010 12:28 PM
VPS.NET - 25% off your first month! Auto scaling, self healing CLOUD VPS! 4 Locations IGobyTerry VPS Hosting Offers 0 11-19-2010 02:31 PM
VPS.NET: Auto scaling cloud VPS with free HostBill! 25% off first Month! IGobyTerry VPS Hosting Offers 0 06-11-2010 10:54 AM
Scaling a semi dynamic website Scabal70 Hosting Security and Technology 0 09-30-2008 03:59 AM

Related posts from TheWhir.com
Title Type Date Posted
Jelastic Introduces Pricing Model with Autoscaling, Volume Discounts Web Hosting News 2013-03-20 15:50:25
ProfitBricks Receives $19.5 Million Investment to Expand IaaS Offering Web Hosting News 2013-03-20 11:10:21
Colocation Firm Telx Offers Customers Morphlabs Private Cloud Solution Web Hosting News 2012-01-13 13:28:16
FireHost Adds Scheduled Scaling Function to Cloud Hosting Web Hosting News 2011-12-15 17:05:55
Cloud Infrastructure Firm Morphlabs Launches New Technology to Improve Cloud Bursting Web Hosting News 2011-11-09 19:08:35


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?