Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi everyone,
I'm trying to install and configure drbd. I will use drbd with heartbeat
for a database system. Firstly i have followed instructions on mysql
reference document also i have looked at official site and so many
googling but i can't find solution.
I'm using Opensuse 11.0 64-bit as primary and Opensuse 11.0 32-bit as
secondary. my config file is below.
I'm getting error "Starting DRBD resources: Can not load the drbd
module." I'm stuck in this situation.
Are there any step by step tutorial for dummies :)
Any help appreciated, Thanks a lot
MY drbd.conf file
----------
global { usage-count yes; }
common { syncer { rate 10M; } }
resource r0 {
protocol C;
startup {
}
disk {
on-io-error detach;
}
net {
}
on asus {
device /dev/drbd0;
disk /dev/sda4;
address 192.168.1.55:7788;
meta-disk internal;
}
on beyaz {
device /dev/drbd0;
disk /dev/sda1;
address 192.168.1.57:7788;
meta-disk internal;
}
}
</comment>