Linode is down again
21–30 of 39 posts
Re: Linode is down again
#22Are there clever solutions for routing traffic to other linode datacenters during one of these outages? I'm moving to AWS if I can't do something akin to elastic ip across datacenters. Linode currently only allows you to swap ip addresses within a dc.
Re: Linode is down again
#23Earlier quoted context omitted.
Linode has a 99.99% uptime guarantee, which amounts to 43 minutes and 12 seconds offline in a 30 day month. While I don't have a Linode in Freemont, their status page appears to indicate, at minimum, 1 hour of downtime. As repayment for the inconvenience, users get the lost time added to their balance.
With 99.99% uptime: .0001 * 30 * 24 * 60 = 4.32 minutes With 99.9% uptime: .001 * 30 * 24 * 60 = 43.2 minutes
Linode.com provides a 99.9% uptime guarantee on all Linode hardware,
and on network connectivity. In any given month, if your Linode is
down for more than 0.1%, you may request a pro-rated credit for the
down-time.
[1]: http://www.linode.com/tos.cfmRe: Linode is down again
#24Re: Linode is down again
#25rbranson is right: the responsibility for redundancy lies with you.
Re: Linode is down again
#26Are there clever solutions for routing traffic to other linode datacenters during one of these outages? I'm moving to AWS if I can't do something akin to elastic ip across datacenters. Linode currently only allows you to swap ip addresses within a dc.
use a DNS roundrobin with low TTLs and use monitoring to remove IPs when they go down. if you have 3 hosts in your production app's roundrobin, that makes it much less likely that they'll hit the dead server and if the TTL is 300, then it's only a few minute window anyway.
Re: Linode is down again
#27My Linode slice is in Atlanta, not Freemont, and it went down once today and once earlier this week.
Re: Linode is down again
#28We've had a high profile site affected by these Fremont outages so I'm thinking the only real solution is to have VPSs at Linode, Slicehost and EC2 then load balance among them. Of course, then the question is, what do you do when the load balancer goes down?
Re: Linode is down again
#29Earlier quoted context omitted.
Care to enumerate a few of them?
More than one server across multiple datacenters is the only way. The use either a load balancer (which brings its own problems) or some kind of status aware DNS scheme to route traffic to live servers. I wish linode would offer some kind of high availability load balancing like amazon ec2 does, that really is a killer feature.
Re: Linode is down again
#30Remember guys & gals: this can happen to you. I am a fanatical Linode customer, and they are, in general, an extremely rock solid service, but that doesn't alleviate my responsibility to ensure my application is available regardless of datacenter outage. Power outages happen to EVERY datacenter. There are some very well documented and understood ways to alleviate this problem.
Care to enumerate a few of them?