<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Source Allies Blog &#187; Red Hat</title>
	<atom:link href="http://blogs.sourceallies.com/tag/red-hat/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sourceallies.com</link>
	<description>Technical and process thinking from Source Allies employees</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Conga Web Configuration with Red Hat Cluster Suite &#8211; Part 1</title>
		<link>http://blogs.sourceallies.com/2009/10/using-conga-web-configuration-with-red-hat-cluster-suite-part-1/</link>
		<comments>http://blogs.sourceallies.com/2009/10/using-conga-web-configuration-with-red-hat-cluster-suite-part-1/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:21:51 +0000</pubDate>
		<dc:creator>Shawn Siefkas</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://blogs.sourceallies.com/?p=238</guid>
		<description><![CDATA[Overview
Red Hat Cluster Suite provides high availability and clustered storage for RHEL platforms.  Unfortunately the configuration management for each node can be tedious as the /etc/cluster/cluster.conf file must be copied to each as changes are made.  Conga makes life a little simpler.
http://sourceware.org/cluster/conga/
Conga provides a client/server architecture for cluster management with the ricci and luci services.  [...]]]></description>
			<content:encoded><![CDATA[<h3>Overview</h3>
<p>Red Hat Cluster Suite provides high availability and clustered storage for RHEL platforms.  Unfortunately the configuration management for each node can be tedious as the /etc/cluster/cluster.conf file must be copied to each as changes are made.  Conga makes life a little simpler.</p>
<p><a title="http://sourceware.org/cluster/conga/" href="http://sourceware.org/cluster/conga/">http://sourceware.org/cluster/conga/</a></p>
<p>Conga provides a client/server architecture for cluster management with the ricci and luci services.  Luci acts as the configuration interface and sends instructions the the ricci client on each server.  Ricci takes instructions from luci and updates cluster.conf as necessary.</p>
<h3>Package Installation and Configuration</h3>
<p>Install the Cluster Suite with the following package group installation commands:</p>
<pre>yum groupinstall "Clustering"
yum groupinstall "Cluster Storage"</pre>
<p>Once installed luci must be initalized on one node.  The initialization script will ask for a password for the default admin account.</p>
<pre>luci_admin init
/etc/init.d/luci restart</pre>
<p>Next start ricci on all nodes that will be joined to the cluster.</p>
<pre>/etc/init.d/ricci start</pre>
<h3>Log In to the Web Interface</h3>
<p>Use the url provided by the luci_admin script to login to the web interface.</p>
<div id="attachment_249" class="wp-caption alignnone" style="width: 699px"><a href="http://blogs.sourceallies.com/wp-content/uploads/2009/10/Luci-Login.png"><img class="size-full wp-image-249" src="http://blogs.sourceallies.com/wp-content/uploads/2009/10/Luci-Login.png" alt="Luci Login" width="689" height="569" /></a><p class="wp-caption-text">Luci Login</p></div>
<h3>Coming in Part 2</h3>
<p>In the next post I&#8217;ll go over the basics of initializing a cluster via Conga.  Seeing as luci and ricci do occasionally get in a fight I will provide some tips on dealing with these situations also.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sourceallies.com/2009/10/using-conga-web-configuration-with-red-hat-cluster-suite-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

