Questions tagged [slave]
39 questions
0
votes
1 answer
What is best method for fixing a out of sync mysql slave when pt-online-schema-change, pt-table-sync, xtrabackup do not work?
We all know, there are several methods for syncing data from a mysql master to a slave. After reading many blogs about this issue, two common tools always come up:
pt-online-schema-change
pt-table-sync
xtrabackup
in my case, i cannot use them,…

michabbb
- 131
- 5
0
votes
2 answers
ERROR 1130 (HY000): Host 'host' is not allowed to connect to this MySQL server, only on slave
So I have a master and a slave in a mysql cluster, the syntonization works as it should however I am not able to connect to the slave from any host except from the server it self.
I have no problems connection to the master, but now I need to spread…

gonace
- 1
- 1
- 1
- 4
0
votes
1 answer
Webmin slave DNS
I setup slave DNS server for my master, I configured everything, all domains was transfered to the slave server, I can add new domain, edit existing domain, but in the logs I've got problems.
There is thousands of this logs :
zone domain.com/IN:…

neonet
- 1
- 2
0
votes
1 answer
Xen.org Master/Slave in a pool with HA-Lizard
I have a pool of 3 servers with XCP only, each with 1 VM running on them, and managing them through XenCenter. Since the opensource version of xen does not have support for HA, I am using HA-lizard, and installed it to each server.
When I restart…

franky
- 1
0
votes
1 answer
MySQL: Slave readonly
On a master-slave replication I have some shared tables which are written by master only.
In addition to the shared data, I have some "log tables" which are only relevant for the single machine, not to be shared and not to be backed-up.
If there is…

ledy
- 565
- 1
- 6
- 15
0
votes
1 answer
Bind slave creating domain without any records
i have the same version of Bind running on two different host. When a new domain is created it is also created on the slave but there are no records within the domain.
I am not sure what i need to do to fix this or what information is required.
Any…

tlawson
- 1
- 1
0
votes
0 answers
Does slave bind9 DNS server answer with dhcpd DDNS updates included?
When I set up ISC dhcpd with a primary and secondary as failover and I have bind9 set up as master/slave and I configure the dhcpd so that it sends the ddns updates also to the slave dns that is set up to forward the updates to the master. If the…

luzze
- 13
- 4
0
votes
0 answers
fix crm cluster in sles12sp5 for 12 node master slave configuration
When we try to add the additional servers 0f 6 004,005,006,104,105 & 106.to the existing server of primary 001, 002 & 003 Secondary 101,102 & 103.
crm configure show
node 1: pbh001
attributes hana_pbh_site=PBH001
attributes hana_pbh_gra=2.0…
-1
votes
1 answer
Installation a secondary (Slave) DNS Server - Powerdns
I want to install a secondary (slave) DNS server on a second VPS, but I don't know how. Currently I have NS! and NS2 on the same machine. I use a Powerdns and Debian 6 x64. How would I set up Powerdns on the second VPS?

B4k3r
- 1
- 2