Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi Allen, Every time you update your kernel to a new version you will have to reinstall the DRBD module. : Brian Hellman : brian at linbit.com : LINBIT | Your Way to High Availability : : http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. Allen Chen wrote: Thanks, I found that when I updated red hat it created a new module directory, and did not move the drbd.ko file over. I did a # cp /lib/modules/2.6.18-92.el5xen/kernel/drivers/block/drbd.ko /lib/modules/2.6.18-92.1.18.el5xen/kernel/drivers/block # insmod /path-to-drbd-module/drbd.ko ...and that solved the problem. I hope this doesn't happen every time I update my system though. Allen Chen wrote: > Thanks Brian, > > I tried that and got back: > > # modprobe drbd > FATAL: Module drbd not found. > > Does this mean that I didn't build drbd correctly? I'm not sure what to > do here, as it seems to work fine for the other server, which I think I > did the same process for... > > > > > On Fri, 2008-11-14 at 11:32 -0800, Brian R. Hellman wrote: >> Is the module loaded? (lsmod | grep drbd) >> >> If not 'modprobe drbd' then check 'lsmod | grep drbd' again to verify >> it's loaded now. >> >> >> >> : Brian Hellman >> : brian at linbit.com >> : LINBIT | Your Way to High Availability >> : >> : http://www.linbit.com >> >> DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. >> >> >> Allen Chen wrote: >>> I had drbd up and running for several days and it worked fine. I >>> rebooted one of the machines today and when I tried to start drbd I got: >>> >>> # drbdadm up all >>> No response from the DRBD driver! Is the module loaded? >>> Command 'drbdsetup /dev/drbd0 disk /dev/sdb3 /dev/sdb3 internal --set- >>> defaults --create-device --on-io-error=detach' terminated with exit code >>> 20 >>> >>> Any ideas what is causing this? >>> >>> Thanks, >>> Allen >>> >>> _______________________________________________ >>> drbd-user mailing list >>> drbd-user at lists.linbit.com >>> http://lists.linbit.com/mailman/listinfo/drbd-user