Questions tagged [master-slave]

125 questions
-1
votes
1 answer

understand BIND9, DNS Master and Slave Zones

edit: (for clarification) I have two servers. Server 1 has a static IP, and server2 has a dynamic hostname using DDNS services. both servers are running Ubuntu 12.04 lts, and virtualmin. on server 1, we are running bind9, and and it has a Master…
RapidWebs
  • 571
  • 4
  • 13
-1
votes
2 answers

MySQL replcating huge changing data

Hi I have a master MySQL server with 950 gb of data and slave has stopped for some reason and there is a difference of 80gb of data. so I started to setup new slave . Since the data is changing and multiple databases dumping, copying and restoring…
-2
votes
1 answer

Restart periodically two linux server with master slave dependency

My system is configured as follows: database server on a linux server web application on another linux server For sanitation purposes I would like to restart these servers during night at least once a week. The constraints are : when the web…
Filippo
  • 377
  • 5
  • 18
-2
votes
2 answers

Is it possible to do mysql replication with one server in internet and another in a intranet?

I have a server in internet that must have all data synced (dont need to be in realtime) from a server from a intranet (obviously has internet connection). Is it possible? How about sync both sides, master-master? I havent tried yet because my…
-2
votes
2 answers

Given three dedicated servers how do I implement a development cycle?

I am a beginner to server administration and network design. Following is the requirement: I have three dedicated servers. These three servers need to accomplish following: There is a master DB There is a slave DB There is a production web…
1 2 3
8
9