Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· System Builder Marathon, Q2 2013 and more
· Microsoft delivers biggest update to date to TypeScript
· Tiff/nss-pam-ldapd Updates for Debian
· Update for Windows 8/Server 2012
· Apple TV 5.4 beta adds iTunes Radio, Conference Room Display
· DSA 2710-1: xml-security-c security update
· Intel DZ87KLT-75K Kinsley Thunderbolt Motherboard Review
· Microsoft launches Surface RT discount for schools
· MacStadium to provide new Mac Pro hosting and colocation
· Netflix outside the USA - in Linux & with Tunlr

Upcoming News
· =?UTF-8?B?W0FmZmlsaWF0ZXMgTmV3c10gT0NaIFZlcnRleCAzLjIwIDI0MEdCIFNvbGlkIFM=?= =?UTF-8?B?dGF0ZSBEcml2ZSBSZXZpZXcgQCBBUEggIApOZXR3b3Jrcw==?
· Samsung EX2F Camera Review - A Low-Light Advanced Point-And-Shoot For Any Photographer
· NZXT Phantom 630 Ultra Tower
· An MTN News Flash - MEGATech Reviews: Wicked Audio EVAC Full-Size Headphones
· [security-announce] openSUSE-SU-2013:1042-1: critical: kernel: security and bugfix update
· [security-announce] openSUSE-SU-2013:1043-1: critical: kernel
· Fractal Design Arc Midi R2 Case Review
· Mad Catz Cyborg F.R.E.Q. 5 Gaming Headset @ Benchmark Reviews
· News: MSI's Z87-GD65 Gaming motherboard reviewed
· OCZ Vertex 450 256GB SSD Review @ Hardware Canucks

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· Building a new PC: how EXACTLY to install USB mouse?
by: joyask43
on: 2013-06-09 14:36
6 replies, 2671 views

· Packet CD
by: natalieksh5
on: 2013-06-06 14:19
4 replies, 3455 views

· THE SIMS 2 DIRECTX 9.0C ERROR MESSAGE!! HELP! URGENT!!
by: tandrask34
on: 2013-06-05 14:06
28 replies, 93199 views

· Hello
by: barryherne
on: 2013-06-05 13:09
0 replies, 185 views

· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6894 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » November 2005 » CEEA:2005-1130-2 CentOS 4 x86_64 drbd / heartbeat - enhancement

CEEA:2005-1130-2 CentOS 4 x86_64 drbd / heartbeat - enhancement

Posted by Philipp Esselbach on: 11/30/2005 05:23 PM [ Print | 0 comment(s) ]

CentOS Errata and Enhancement Advisory 2005:1130-2

CentOS 4 x86_86 drbd / heartbeat - Enhancement Update (Extras Only)

We are pleased to add drbd (with integrated heartbeat) to the CentOS extras repository.

DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1. See the drbd website for details:

http://www.drbd.org/




Heartbeat performs death-of-node detection, communications and cluster management in one process. See the heartbeat website for details:

http://www.linux-ha.org/HeartbeatProgram

The heartbeat used by CentOS originates with the ultramonkey project, though the EL3 version was modified to use EL4 core programs and the CFLAGS were changed to make it compile on i386 and x86_64. More on ultramonkey here:

http://www.ultramonkey.org/3/

Using drbd and heartbeat together, you can mirror a partition between computers via the network, and switch applications on those partitons between the machines if one of the machines fails.

----------------------

Installation:

You can install drbd and heartbeat with the following command:

yum groupinstall drbd-heartbeat

then you will need to install the drbd kernel module for your kernel. You can find your current kernel with the command:

uname -r

(currently for me the result is 2.6.9-22.0.1.ELsmp)

then you can install the drbd kernel module with the command:

yum install kernel-module-drbd-2.6.9-22.0.1.ELsmp

(you would substitute you uname -r kernel name for 2.6.9-22.0.1.ELsmp)

If you are using a non standard kernel, you will need to build your own kernel module for drbd. The lastest drbd source file can be obtained here:

http://mirror.centos.org/centos/4/extras/SRPMS/

You need the kernel-devel (or kernel-smp-devel) for your kernel installed as well, and you can make your drbd kernel module with the command:


rpmbuild --rebuild -target i686 --define "kernelversion 2.6.9-22.0.1.ELsmp"
drbd-0.7.14-1.centos4.src.rpm

(you would substitute your kernel version and targeted arch as applicable)

-----------------------

Once installed the drbd and heartbeat configurations need to be setup via their respective website links above.

----------------------

The following files are added to the extras repository and syncing to the mirrors:

x86_64:
drbd-0.7.14-1.centos4.x86_64.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-ldirectord-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-pils-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-stonith-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
ipvsadm-1.24-6.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.ELsmp-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.ELsmp-0.7.14-1.centos4.x86_64.rpm
libnet-1.1.2.1-2.rf.x86_64.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.noarch.rpm
perl-Net-SSLeay-1.25-3.rf.x86_64.rpm

src:
drbd-0.7.14-1.centos4.src.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.src.rpm
ipvsadm-1.24-6.src.rpm
libnet-1.1.2.1-2.rf.src.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.src.rpm
perl-Net-SSLeay-1.25-3.rf.src.rpm


Bookmark and Share

« CEEA:2005-1130-2 CentOS 4 i386 drbd / heartbeat - enhancement · e-GeForce 7800 GTX BlackPearl 512MB Review »

Linux Compatible » News » November 2005 » CEEA:2005-1130-2 CentOS 4 x86_64 drbd / heartbeat - enhancement
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition