bob's tech ramblings

where i ramble about technical things

Entries tagged "heartbeat".

31st July 2006

I was sitting in a datacentre in the arse end of nowhere the other day waiting for a machine to boot when I noticed that 4 drives were flashing their activity lights at the same time. The fact that these 4 drives were spread across 2 machines was really shiny. It meant that soemthing I had set up was obvioulsy working properly.

Each machine had 2 mirrored disks using software raid which accounts for 2 drives in one machine flashing at the same time. What made all 4 drives flash at the same time was drbd which is bascially network raid 1.

We are using drbd along with heartbeat to provide a HA solution for our database needs.

Anyway it felt good to realise that soemthing I had setup had a physical means to show it is working. Although it has to be said it felt quite good when I could just yank the power out of a machine and have the database failover nicely.

Tags: drbd, ha, heartbeat, shiny.

30th March 2007

If you are running more than one heartbeat cluster on a network segment do make sure that your udpport is different for each cluster. Otherwise you very quickly get a very large log file as one of the other clusters gets all confused by the other one trying to connect to it.

Tags: ha, heartbeat, tip.