Page 1 of 1

[SOLVED] HA and Replication trouble

Posted: Sat Jun 30, 2018 2:55 am
by Pepe
Greetings!
I did a replication between 2 servers with HA using DRBD and PCS, but i have to mount the partition for the failover.
I mean, when one server reboot or shutdown the ip resource pass to the other node but the zimbra service is not active automatically like virtual ip.
First i mount the drive, and i do i cleanup resource for pcs in order to start zimbra services.
I achieve this thanks to this recipe here.
Thank you in advance.

Re: HA and Replication trouble

Posted: Mon Jul 09, 2018 12:36 am
by Pepe
Hello again, i figured out what the problem was, the thing is the tutorial says i have to configure the resource of drbd like "/dev/drbd/by-res/zimbradrbd" wich apparently is incorrect. The functional route is "/dev/drbd0", with that is totally functional.

Code: Select all

pcs status
doesnt throw any problem messages.
Thank you.