[SSI-users] drbd ha-lvs dr problems
Brought to you by:
brucewalker,
rogertsang
|
From: Karsten N. <ka...@ww...> - 2008-07-21 12:37:54
|
hi,
I have setup opessi 1.9.3 from john's debian etch packages. And I have setup
drbd failover on the to initnodes.
I am planing on running a mailscanner cluster on the setup but I have run into
an issue with the setup and that.
I have setup ha-lvs to serve the cluster and started the services on all the
nodes. The setup works perfectly until I make a hard fail of the running
master. The master sits in the ip pool and does not get removed. My cvip.conf
is below.
Any suggestions ?
I have another problem and that is if I cut the power on initnode 1 initnode 2
takes over and the cluster continues as planned. But when i start initnode 1
again i sits waiting to take over the master settings from initnode 2 during
boot and just waiting and waiting. Is there any thing I have to do in order
for it to become master again ?
- Karsten
---- snip
<?xml version="1.0"?>
<cvips>
<routing>DR</routing>
<cvip>
<ip_addr>172.22.0.21</ip_addr>
<service>
<tcp_port>10024</tcp_port>
<scheduler>wlc</scheduler>
</service>
<director_node>
<node_num>1</node_num>
<garp_interface>eth0</garp_interface>
<sync_interface>eth0</sync_interface>
</director_node>
<director_node>
<node_num>2</node_num>
<garp_interface>eth0</garp_interface>
<sync_interface>eth0</sync_interface>
</director_node>
<real_server_node>
<node_num>3-10</node_num>
<service>
<tcp_port>10024</tcp_port>
</service>
</real_server_node>
</cvip>
</cvips>
---- snip
|