Redundancy Options

Jun 2, 2008

I host several web clients that were recently impacted by the crap at ThePlanet. As I think about how to be more redundant (and repetitive) I'm not sure of my options.

What's the best practice to ensure that if you have a server at a data center that goes out, that you can (somewhat) easily switch over to a different server? I suppose one solution is to have 2 servers at 2 physical locations, and then you could just change the DNS record in the event of failure, but is there another solution I'm not aware of? Is there a good resource I can goto to read up on this info?

View 5 Replies


ADVERTISEMENT

Error: /etc/rndc.key:7: 'options' Redefined Near 'options'

Jun 26, 2007

I've got a dedicated with Centos 4.x, WHM / Cpanel. I have problem when create new account, this is error:

Setting up Mail & Local Domains...localdomains...valiases ...vdomainaliases...vfilters......Done

Configuring DNS...Bind reconfiguring on server using rndc
Error reconfiguring bind on server: rndc: error: /etc/rndc.key:7: 'options' redefined near 'options'
rndc: could not load rndc configuration

View 7 Replies View Related

Redundancy DNS Fail

Oct 7, 2006

what happens when I have 2 DNS servers on my domain and 1 fails?
around 50% of the access fails... or they detect DNS timeout and try the other one, so 50% of the access would just take more time?

View 2 Replies View Related

Cisco Redundancy

Sep 25, 2009

after months of disruption moving servers into a new data centre, our once reliable colocation company has now had nearly 6 hours downtime in the last 16 hours. So much for network redundancy.

View 5 Replies View Related

2 Servers For Redundancy

Aug 19, 2008

im now having a second server located somewhere else then my first one.

I'd like to setup something to have redundance. if server1 goes down or even if it's too much loaded server2 take the charge.

How can i do this?

let say im having a domain "mydomain.com"

Server1 ip: 10.0.0.1 (Services; Apache, DNS)
server2 ip: 192.168.0.1 (Services; Apache, DNS)

mydomain.com nameserver would be.
ns1.mydomain.com -> 10.0.0.1
ns2.mydomain.com -> 192.168.0.1

Now will i have to create 2 NS record on both server plus A record.
I cant understand this part ?

Now how would i setup bind so they replicate zone btw each other?

View 1 Replies View Related

DNS Failover/Redundancy

May 1, 2008

Basically have 2 hosting accounts at different providers...each set-up for the same domain name...and then somehow wtih DNS make it so if host #1 goes down traffic goes to host #2 (which would basically be a splash screen explaining that host #1 is down and will be back soon).

DNS isn't my strong point, but I do know you can do this with MX records...so if the first server fails it tries the next until it gets a working one or reaches the end of the list. I'd just like to do it is A records.

It wouldn't be as simple as setting the nameservers like this would it?

ns1.host1.com
ns2.host1.com
ns1.host2.com
ns2.host2.com

Would it use the host1 nameservers as long as they're online, and if not failover to the host2 nameservers? If so, great, but what if the host1 nameservers are online but the server itself is not.

View 4 Replies View Related

Switch Redundancy

Apr 11, 2008

What are the smaller shops doing for switch redundancy? We have all our machines on dual Com Ed feeds but most switches in the $1k-$3k range only have one power supply. We recently had a power strip go flakey and of course the switch was plugged into it.

Is the best solution getting two switches and hooking each machine up to both? How hard is that to setup in Linux? I've used keepalived for whole machine failover but not for network failover.

View 14 Replies View Related

Website Redundancy...

Sep 19, 2008

I have multiple hosting plans with different hosts and in different areas. I also have some STATIC websites.

I would like to know if there is a way for me to make my website available on multiple servers in case one of them is down.

I thought of changing the nameservers of my domain to

IP1 Hosted on host 1
IP2 Hosted on host 2
IP3 Hosted on host 3

of course the files will be uploaded to all three servers.

Is it possible and how should it be done?

View 11 Replies View Related

File Server Redundancy

Sep 29, 2009

I am planning to buy a dedicated server and a shared server from a hosting company.
Basically I want to have a redundant server so that if one file server goes down, there is no downtime.

Somehow the servers would need to be constantly synchronized so that the files saved to one are immediately saved to the other server as well.

Can somebody told me how to setup the 2 server so that my dedicated server can serve as the main server and if the dedicated server is down, the shared server can automatically be activated and visitors of my website will auto be redirect to the shared server.

Do i need to setup any backup DNS too so that when the dedicated server is down, it will auto redirect the user to the shared server.

View 2 Replies View Related

CPanel DNS Clustering And Redundancy

May 5, 2008

I am working on setting up a few servers that run cPanel and the usual software, minus any sort of DNS server. These servers are setup to sync all DNS records over to a cPanel "Dns Only" (ns1.domain.com), which in turn syncs all its records to a backup DNS server (ns2.domain.com).

In other words:
[Domain registrar]
| |
[NS1]--Sync-->[NS2]
|
(Sync to NS1)
|
Cpanel Web Server

Now, say something happens to NS1 and the sever goes completely offline (i.e. power supply dies, CPU goes bad, etc.), which of the following scenarios would actually happen:

1) Because the registrar lists both NS1 and NS2 as NS records, NS1 would time out and the DNS lookup would look to the secondary DNS (NS2) for the record.

2) The registrar would randomly give out NS1 OR NS2 because of round robin, and if NS1 is given to a client as the result of a DNS lookup, the site will appear down, however if the client happens to be referred to NS2, the site would appear online.

3) The site would be down no matter what.

So, if someone with knowledge on the subject wouldn't mind enlightening me as to which of those would actually take place in the event of a failure on NS1, and maybe some suggestions as to keeping the DNS truely "redundant", then I would greatly appreciate it.

And Im aware that there are many 3rd party services that will take care of the DNS records and make them redundant (DYNDNS, DNSMadeEasy, etc) But I would prefer to keep the DNS in our full control.

View 6 Replies View Related

Is There Any Website Redundancy Service (dns Based)

Oct 5, 2009

Let’s say I have the website myname.com

Myname.com is a very popular website and his content mirrors in 2servers (Server A and Server B) in 2 different datacenters (exactly same content).

When Server A fails due to datacenter or rack problem and no site is responding, then I need some service to transfer ALL traffic to server B. Is there any (paid or free) service doing such a thing? If yes, what about dns propagation? As far as I am concerned, dns propagation is a very slow procedure depending on each internet provider.

So how could we instantly make Server B to come live to ALL visitors? Is there any quick and reliable dns redundancy system without having to wait for dns propagation?

View 6 Replies View Related

Redundancy Or More Hard Drive Space?

Aug 14, 2008

Redundancy or more hard drive space, what is your vote?

View 10 Replies View Related

Server Redundancy And Hosting Exchange..

Nov 11, 2008

I have two questions that hopefully someone will be able to help me out with. The first, is my partner and I want to provide server redundancy for our clients. Our set-up is as follows: two identical servers with multiple virtual machines (about 4) on each. One for SQL, one for IIS, etc. We also have a ServerIron XL to connect the two together and provide replication and load balancing. So the question is, has anyone here used a ServerIron XL and how easy is it to use/how effective is it? The second question is, we would like to provide our clients with hosted Exchange. I have set up and maintained a few Exchange 2007 servers, but only for a single company with a single domain. What would be the best way to go about providing a hosted Exchange solution?

View 0 Replies View Related

VPS Recommendation With Fast Mysql And Redundancy

Nov 20, 2008

I have a mysql based e-comm site that works only with older version of php and mysql. My shared host does not meet this requirements, so I have to go with a dedicated or vps.

I am looking for a server to have a fast mysql query.

Is there any vps providers that offer redundancy of the server, meaning if the server crash there should be a standby sever to take over?

View 11 Replies View Related

Load Balancing, Redundancy. How To Be Ready? For Cheap?

Feb 8, 2006

You always hear of stories of a company that had such overnight success that they servers couldn't cope at first. Of course, this is rare, although we'd all wish for it. But how can you stand ready for these situations without investing in big equipment that might not even be needed at the end.

Knowing that as a start up, you're low on cash. But if you hit the tree line upon takeoff, there might not be second chance.

View 3 Replies View Related

What Is Exactly Load Balancing And Server Redundancy And How To Apply It

Nov 4, 2006

what is exactly load balancing and server redundancy and how to apply it.

View 4 Replies View Related

Professional, High Redundancy Host Wanted

Mar 18, 2008

I've got a decent server, quad processor, 12GB ram, terabyte of hot swappable RAID 10 disk. Its at an Equinix site. They provide UPS, backup generators, etc and fiber to the usual major backbone folks.

But its a lights out facility. I want someone else to handle backups, rebooting when needed, etc.

I'd like to let someone else provide the service. Use my 2U server or I can rent yours.

Need MySql, Apache, Tomcat, SSL, Java, ssh access. I've got wildcard certs for SSL, domain registered, etc.

I'm guessing that I can get this for about $500 per month with low bandwidth (this is an IT application, not peer-to-peer or torrents.). Let me know if my budget is off base. I think one megabyte/second sustained over the month, 95% averaged is suffiicent. At least until the business grows, we can then talk about getting racks of blades at higher cost.

View 5 Replies View Related

Bluehost :: Is Five Minutes Of Power Poor Redundancy?

Jul 15, 2006

I don't have a problem with Bluehost, but after getting this email tonight I would have thought that it's not that hard to have enough fuel and a big enough generator to last more than five minutes after a power outage. It seems like pretty poor redundancy planning if a major host can't last more then five minutes with no power. Hospitals and other places don't have any problem doing it with similar or bigger power demands.

Dear Bluehost Customer,

This evening (July 14th) from about 5:25pm-6:55pm many of our servers
were offline causing significant downtime for many of our users. The
outage was due to a severe power outage in the north end of Orem, Utah
where our servers are located. We do have UPS backup as well as diesel
generators, but at about 5:30 they finally gave out. The power outage
was for much longer than that period of time, but the reserve power
was eventually consumed in its entirety. When it rains it pours.

For users on box65-box145 there have been periodic problems with the
Redhat linux kernel that we were using that was causing problems with
the filesystem that your data is stored on. This issue has been causing
periodic problems for users on those boxes. In the last few days we have
resolved that issue which also caused those boxes to require a reboot.

The downtime is extremely regretable. We apologize profusely for the
inconvenience to our customers and in turn to those who were trying to visit
your sites during the outage. With the fixes we have put in place in the
last few days coupled with other upgrades you should experience MUCH
better uptime in the future.

Thanks for you patience,

Matt Heaton / President Bluehost.com

View 5 Replies View Related

New To Colo, Would Like Comments About Hot Swap, Redundancy, And Bandwidth

Feb 4, 2008

Considering skipping VPS and going to a colo setup for a handful of sites. Nothing major, so the server will be very entry level, but with redundancy in mind (software RAID1 and 2 nics). But I have a few basic questions:

How good is hot swapping in Linux? This was very hard to me to find out online. I am getting a 1U rack with a hot swap backplane and 2 SATA drives. I won't be using any commercial software with my setup.

How does redundant NIC work? This is new to me and am wondering how this is setup.

I think I can shop around NYC for a 1U slot for around $40 a month. I don't need a lot of transfer, but would like a decent pipe. The thought of 1Mbit sounds unattractive (transfer is around 100KBytes/s, right?). How much would 10Mbit cost? I found some quotes but they seem way too much (I could be wrong).

View 11 Replies View Related

Website Redundancy (Hosted In Multiple Datacentres?)

Aug 24, 2008

Not sure where this belonged so put it in web hosting as it could cover dedicated, colo or shared.

In a couple of months I am going to be launching a new e-commerce website for the company I work for, so it is absolutely vital that the website never goes offline, otherwise I will be in deep ****.

It will be hosted on a server that has been built to be very redundant; 2x Hotswappable Redundant PSU, 4x Hotswappable HDDs (RAID 6), Redundant NIC.

Sods law though to achieve this redundancy it will need to be on a colocated server, so if there is a major problem like the motherboard dying, then I will have to get down to the DC (3 hours away) and replace the entire server. Which wouldn't be practical as we would need a replacement server, all setup and ready to go, to do that.

Also, if there is a problem with the data centre itself, then we would be stuck until it is resolved. I have hosted sites with data centres in the past that experienced power or network problems which sent the sites down and it was totally out of our control to either prevent the downtime or restore the sites.

So to increase redundancy, and minimise downtime, I was thinking of load balancing between two servers. But then I assume they would both have to be hosted in the same data centre.

I was also thinking of having the site hosted on the server, but having some shared hosting (or a cheap dedi) ready to go just to fall back on if the server goes down. That way I can forward requests to the shared hosting as a temporary measure whilst the main server is restored. But the problem with that is I would probably need to get another SSL certificate. I would need to get the payment gateway provider (protx) to change the settings for the IP of the shared hosting, which knowing them will take 72 hours to process.

Budget really isn't an issue here if it can be justified, just looking for some ideas at this stage. There is no way this site can be down for a second longer than it needs to be.

View 4 Replies View Related

How Can I Setup Dual NIC Cards For Extra Redundancy

Jan 10, 2007

I have linux dedicated server and like to setup dual NIC cards for extra redundancy.. in case one NIC card fails.

I have no idea how I can set this up..how can I do this? I understand at least I need swtich.. and?

View 13 Replies View Related

Prefered Method Of Network Redundancy (Server Connectivity)

May 16, 2007

There are several methods of offering network path redundancy. The basic decision for me has come down to:

Do it at Layer 2
Do it at Layer 3

At the moment we have layer 2 redundancy to each server. 2NICs on the server up with one having the IPs for apache/mysql/etc. each nic going into a seperate switch and the switches connected together, with 2 routers running VRRP to handle the gateway.
Everything is Vlaned.

So basicaly the switch redundancy is done by spanning tree and the IP redundancy is done with a process on the router/server to move the IP to the other router/server NIC if there is an issue.

I am thinking about going with 2 fully seperate networks. in differant subnets. where each router would have a gateway. the routers would talk to each other and they would speak OSPF or ISIS with the servers. This way I would move hosting onto loopback IPs on the servers and those loopback IPs would be advertised to the both routers through seperate networks.
Again everything would be Vlanned.

This has the advantage of getting rid of spanning tree which has caused issues from time to time. It would keep redundancy up and we could standardize on the routing daemon ran on the servers allowing all of the various OSs we run to have the same basic config for network redundancy. Where now each OS tends to have its own solution. This would make life easier from a config and troubleshooting point of view.

View 2 Replies View Related

Upgrade Options

Jan 13, 2009

This is more aimed at providers but do you allow partial upgrades on RAM/Disk/Bandwidth?

I'm asking as we have one brand which is fully automated which I refuse to do partial upgrades on as its done as a budget and if a user needs more they need to upgrade to the next package but it is budget.

On our more expensive brands we do allow partial upgrades

View 13 Replies View Related

URL ReRewriting Options

Feb 7, 2009

I have a Windows VPS hosting account. Plesk control panel. I use PHP for my website. With this setup how can I Rewrite my url's from

www.domain.com/page.html?x=param1&y=param2

to

www.domain.com/page/param1/param2

When I try to search I only find URL rewrite for Linux based vps using php or windows based vps using dotnet or php

View 4 Replies View Related

OPTIONS * HTTP/1.0

Jun 22, 2009

Am having a lot of this in my apache status in both, a dedicated server and a vps, i think is affecting our load,

example of just some of the ones that appear in the apache status (whm)

Code:
70-0 - 0/0/21 . 0.00 18726 0 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
71-0 - 0/0/33 . 0.00 18730 0 0.0 0.00 0.20 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
72-0 - 0/0/93 . 0.00 18731 0 0.0 0.00 0.83 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
73-0 - 0/0/17 . 0.00 18734 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
74-0 - 0/0/24 . 0.00 123794 0 0.0 0.00 0.13 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
75-0 - 0/0/30 . 0.08 123710 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
76-0 - 0/0/9 . 0.00 123783 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
77-0 - 0/0/10 . 0.01 123709 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
78-0 - 0/0/19 . 0.00 123748 232 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
79-0 - 0/0/129 . 0.00 123793 0 0.0 0.00 1.77 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
80-0 - 0/0/1 . 0.00 177694 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
81-0 - 0/0/1 . 0.00 177693 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
82-0 - 0/0/1 . 0.00 177692 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
83-0 - 0/0/3 . 0.07 177638 0 0.0 0.00 0.02 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
84-0 - 0/0/13 . 0.16 177609 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
85-0 - 0/0/1 . 0.00 177691 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
86-0 - 0/0/12 . 0.08 177616 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
87-0 - 0/0/3 . 0.00 177647 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0

View 7 Replies View Related

Backup Options

Aug 21, 2008

I backup my accounts via cpanel backup. I run incremental and mount to a NAS. I have about 2GB in database and 3GB in files (500,000+ PNGs). Backup is hard on the server and it takes 17 hours to complete according to my logs.

View 5 Replies View Related

Best Backup Options

Nov 1, 2008

As a web hosts backups of client data are very important for me so I want some advices on the best methods of backups.

Should I use :

1. Raid

2. 2nd HDD and use cPanel's built in backup system.

3. Separate backup's server using cPanel's built in backup system.

4. r1soft or other commercial softwares?

View 4 Replies View Related

Firewall Options

Sep 25, 2007

Still considering co-location and have been for many months! One thing I'm now thinking of is firewalls. What firewalls are available to me, what functionality do they have? What kind of additional protection can they give against DDoS attacks?

I really have no idea where to go with hardware firewalls. The bandwidth going through the firewall on average would be no more than 10mbit/s. Perhaps 20 with growth!

how you went about setting up your colo space with firewall protection

View 13 Replies View Related

Best Options To Run Quality Node ?

Sep 22, 2009

I'm reseller vps, and now i decided to run own node, and sell vps, i choosed VDSMANAGER control panel, because virtuzzo is expensive.

Please help me to choose best options to run best and quality node,

VDSManager or VEportal ? (good optios&security&support&...)

XEN or OPENVZ ? (uutil now OPENVZ best for run static and dynamic site, but on xen can be run vpn & shoutcast & windows & linux & ...)
RAM GB ?
CPU ?
Hard ?

can i use load balancing for vps node ?
how many vps can be run on this node ?

Ex:
VDSmanager
XEN
Core2Quad Q9300
8 GB RAM
500 GB HDD

View 8 Replies View Related

Looking For Merchant Account Options

Jan 17, 2007

I am selling custom software and web-design solutions. After my "unforgetable" experience with PayPal and 2CO i have found URL - they are new on the market and this is why they are more responsive than PayPal, whose priority is quantity, not quality. Most probably there are other option as well - simply this one is the most acceptable for me as it does not require complicated registration process/documents. I don't know how to get a normal merchant account if you live where I live.(I am from Ukraine). Please advice me some merchant accounts with their full discription.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved