<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">Hello all,
I'm currently studying how to set up a 2 node cluster running apache 2.2 
as a reverse proxy using corosync, pacemaker and drbd on RHEL 5.5.
I've downloaded:
- Clusters from scratch PDF (which is perfect... but for fedora 13 which 
includes DRBD in the kernel)
- the yum repo: <a class="moz-txt-link-freetext"
 href="http://www.clusterlabs.org/rpm/epel-5/clusterlabs.repo">http://www.clusterlabs.org/rpm/epel-5/clusterlabs.repo</a>

As DRBD is not included in RHEL 5, I've launched the following command:
yum install drbd

It works perfectly... but when installing drbd, the package drbd-xen is 
marked as a dependancy, resulting in the XEN kernel being installed on the 
RHEL 5 box. This is not a big issue, but I would prefer not to install XEN 
on the box.
Is it possible?

Thanks in advance, and excuse my english mistakes,

Pierre
----

Hello Pierre,

I've had the same issue and resorted to rebuilding the RPM's from SRC RPM's. The process can be complex, but I will show the steps I've taken to make it easier.
- first setup mock for building RPM's chrooted (thus you use one system to build for any arch, x86_86, i686, etc.) => <meta
 http-equiv="content-type" content="text/html; charset=utf-8"><a
 href="http://fedoraproject.org/wiki/Projects/Mock">http://fedoraproject.org/wiki/Projects/Mock</a>
- install yum-utils, this provides yumdownloader command
- the yum repo is already configured so I'll skip this step
- using "yumdownloader --disablerepo=\* --enablerepo=clusterlabs drbd --source" you get the SRC RPM for drbd. Then it's a simple matter of installing the RPM and editing the .spec file in /usr/src/redhat/SPECS, removing the XEN dependencies, then building the RPM according to the Mock How-To

Hope this helps.

Cheers.
</pre>
<pre class="moz-signature" cols="72">-- 
Dan FRINCU
Internal Support Engineer
CCNA, RHCE
</pre>
</body>
</html>