Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi All,
Iam using the *drbd-8.2.6.tar *to install drbd on my redhat linux system.
# uname -r
2.6.9-5.EL
ls /usr/src/kernels/
2.6.9-5.EL-hugemem-i686 2.6.9-5.EL-i686 2.6.9-5.EL-smp-i686
make rpm KDIR=/usr/src/kernels/2.6.9-5.EL-smp-i686
make rpm KDIR=/usr/src/kernels/2.6.9-5.EL-i686
make rpm KDIR=/usr/src/kernels/2.6.9-5.EL-hugemem-i686
I have build the following rpms for the latest available kernel.
You have now:
-rw-r--r-- 1 root root 190137 Jan 3 13:47
dist/RPMS/i386/drbd-8.2.6-3.i386.rpm
-rw-r--r-- 1 root root 106468 Jan 3 13:47
dist/RPMS/i386/drbd-debuginfo-8.2.6-3.i386.rpm
-rw-r--r-- 1 root root 737293 Jan 3 13:46
dist/RPMS/i386/drbd-km-2.6.9_5.EL-8.2.6-3.i386.rpm
-rw-r--r-- 1 root root 739120 Jan 3 13:47
dist/RPMS/i386/drbd-km-2.6.9_5.ELhugemem-8.2.6-3.i386.rpm
-rw-r--r-- 1 root root 739101 Jan 3 13:44
dist/RPMS/i386/drbd-km-2.6.9_5.ELsmp-8.2.6-3.i386.rpm
and installed these RPMS and configured the drdb.
however,when I try to start the drbd iam getting the following error.
*Starting DRBD resources: Can not load the drbd module.*
drbd.conf:
-------------------
cat /etc/drbd.conf
#
global {
#
minor-count 2;
usage-count ask;
}
common {
syncer { rate 10M; }
}
resource "drbd_mysql"{
protocol C;
startup {
wfc-timeout 0; ## Infinite!
degr-wfc-timeout 120; ## 2 minutes.
}
disk {
on-io-error detach;
}
net {
max-buffers 2048;
}
syncer {
rate 10M;
al-extents 257;
}
# It is valid to move device, disk and meta-disk to the
# resource level.
on node1{
address x.x.x.x:7789; ##eth1
device /dev/drbd0;
disk /dev/sdc4;
meta-disk internal;
}
on node2 {
address x.x.x.x:7789; ##eth1
device /dev/drbd0;
disk /dev/sdc5;
meta-disk internal;
}
}
drbdadm create-md drbd_mysql ---done.
Please help in resolving the issue.
Not sure what is causing the problem.
Thankyou.
kris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20090103/37a7e30b/attachment.htm>