The following <a href="http://www.clusterlabs.org/wiki/Pacemaker">Pacemaker</a> documentation was generated from the upstream sources.
</p>
<h3>Where to Start</h3>
<p>
If you're new to Pacemaker or clustering in general, the <b>best place to start is the <a href="Cluster_from_Scratch.pdf">Clusters from Scratch</a> document</b> which walks you, step-by-step, though the creation of a cluster.
Some things have changed over the years, so be sure you're looking at the apropriate edition for your software version.
</p>
<p>
On the otherhand, if you're looking for an exhasutive reference of all Pacemaker's options and features, try <b>Pacemaker Explained</b>.
It's dry, but should have the answers you're looking for.
Again, be sure to read the edition appropriate for your software version.
echo"<h3>Unversioned documentation (Current for 1.1.x)</h3>";
echo"<ul>";
foreach(array_unique($docs)as$doc){
echo"<li>$doc";
foreach(glob("$doc.pdf")as$filename){
echo" [<a href=$filename>pdf</a>]";
}
foreach(glob("$doc.html")as$filename){
echo" [<a href=$filename>html</a>]";
}
foreach(glob("$doc.txt")as$filename){
echo" [<a href=$filename>txt</a>]";
}
echo"</li>";
}
echo"</ul>";
?>
<p>
You can find additional <a href="http://www.clusterlabs.org/wiki/Documentation">documentation</a>, <a href="http://www.clusterlabs.org/wiki/Documentation#Howtos">How-to Guides</a> and <a href="http://www.clusterlabs.org/wiki">details</a> about the Pacemaker project at <a href="http://www.clusterlabs.org">http://www.clusterlabs.org/</a>.
</p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");