Difference between revisions of "User talk:Gertp"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 8: Line 8:
 
You need to perform the installation on each cluster node.
 
You need to perform the installation on each cluster node.
 
*Add the EPEL repo to /etc/yum.repos.d:
 
*Add the EPEL repo to /etc/yum.repos.d:
     # rpm -Uhv http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
+
<pre>
 +
     # rpm -Uhv http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm </pre>
 
*Add the Clusterlabs repo to /etc/yum.repos.d:
 
*Add the Clusterlabs repo to /etc/yum.repos.d:
 
     # wget -O /etc/yum.repos.d/pacemaker.repo http://clusterlabs.org/rpm/epel-5/clusterlabs.repo
 
     # wget -O /etc/yum.repos.d/pacemaker.repo http://clusterlabs.org/rpm/epel-5/clusterlabs.repo

Revision as of 12:50, 21 March 2011

QWERTYU SDFGHJ

BDII setup on active/passive failover cluster

Install the cluster engine & resource manager

You need to perform the installation on each cluster node.

  • Add the EPEL repo to /etc/yum.repos.d:
     # rpm -Uhv http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm 
  • Add the Clusterlabs repo to /etc/yum.repos.d:
    # wget -O /etc/yum.repos.d/pacemaker.repo http://clusterlabs.org/rpm/epel-5/clusterlabs.repo

Now have yum install the cluster engine and resource managers. This will install loads of dependencies:

    # yum -y install pacemaker

Configure the cluster engine