Jump to content

High avaliability question


cybervolkan

Recommended Posts

Hello,

I am planning to setup a second server to actively backup my existing server (using round robin dns ). They will use same database in two diferrent locations. I have one problem (or question). Whmcs licenses are bound to an ip address. What about for my setup? Will I have to use a seperate license? Or is there a way to manage to run this setup?

Thanks in advance

Link to comment
Share on other sites

Not sure if it will break license agreements or not (I'd guess it would), but if the failover would be just for a day or two while the main licensed server is broken or unavailable, it should still operate.

 

How did you intend to keep the DB's in sync, replication?

Link to comment
Share on other sites

Thanks for reply,

I have planned to setup a mysql replication configuration on both servers.

For static files, I will try to use drdb. If It does not work, rsync will be the second choice. Drdb has worked nice in local lan but I don't know how it will work on two seperate datacenter. I have didn't tested but I has worked on paper :)

But our main problem is licenses. Because, round robin dns is working like a load balancer. So half of requests will go to second server even if main server is up. This won't be a problem on this setup, but whmcs stops working as soon as it runs on a different ip address. I think I have to buy a seperate license.

Link to comment
Share on other sites

If It does not work, rsync will be the second choice.

Rsync would be a poor choice to use on live data in a database, since the tables would not be locked, and any writes while copying could corrupt the results.

 

Because, round robin dns is working like a load balancer. So half of requests will go to second server even if main server is up. This won't be a problem on this setup, but whmcs stops working as soon as it runs on a different ip address. I think I have to buy a seperate license.

If it's for load balancing, then yes, a duplicate installation with license is needed. Have you opened a ticket with Matt yet to ask about possibilities? Mention what you're looking for, and I'm sure he can offer suggestions.

Link to comment
Share on other sites

Rsync would be a poor choice to use on live data in a database, since the tables would not be locked, and any writes while copying could corrupt the results.

 

I think he was talking about the static files. He was planning on doing replication on the database.

Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated