Does anyone know how to setup a DNS cluster so that one website can access multiple servers which have different information (not load balancing)? Its kind of like an ImageStation site in that users can upload photos via the web. I have a rough idea but I'm not sure if its 100% accurate.
Based on what I've read, can someone tell me if this is all I need to do?
Theoretical Server 1 IP: 111.111.111.111
Theoretical Server 2 IP: 222.222.222.222
Go to my domain registrar, setup:
NS1.mydomain.com with 111.111.111.111
NS2.mydomain.com with 222.222.222.222
Login to my server's DirectAdmin, go to DNS Management -> mydomain.com:
Add A record:
NAME: ns2.mydomain.com | IP: 222.222.222.2222
-------------------------------------------------
Few questions that come to mind:
1) Do I need to do anything else with server 1 ?
2) Do I need to make any changes to server 2's configurations?
3) Do I need to install DirectAdmin on server 2?
4) Do I need to edit my upload script so that the server uploads files to the correct server based on their account #?
Thanks!
Based on what I've read, can someone tell me if this is all I need to do?
Theoretical Server 1 IP: 111.111.111.111
Theoretical Server 2 IP: 222.222.222.222
Go to my domain registrar, setup:
NS1.mydomain.com with 111.111.111.111
NS2.mydomain.com with 222.222.222.222
Login to my server's DirectAdmin, go to DNS Management -> mydomain.com:
Add A record:
NAME: ns2.mydomain.com | IP: 222.222.222.2222
-------------------------------------------------
Few questions that come to mind:
1) Do I need to do anything else with server 1 ?
2) Do I need to make any changes to server 2's configurations?
3) Do I need to install DirectAdmin on server 2?
4) Do I need to edit my upload script so that the server uploads files to the correct server based on their account #?
Thanks!