| <?xml version='1.0' encoding='utf-8' ?> |
| <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
| <!ENTITY % BOOK_ENTITIES SYSTEM "Pacemaker_Remote.ent"> |
| %BOOK_ENTITIES; |
| ]> |
| <bookinfo id="book-Pacemaker_Remote-Pacemaker_Remote"> |
| <title>Pacemaker Remote</title> |
| <subtitle>Scaling High Availablity Clusters</subtitle> |
| <!-- |
| EDITION-PUBSNUMBER should match REVNUMBER in Revision_History.xml. |
| Increment EDITION when the syntax of the documented software |
| changes (OS, pacemaker, corosync, pcs), and PUBSNUMBER for |
| simple textual changes (corrections, translations, etc.). |
| --> |
| <edition>7</edition> |
| <pubsnumber>0</pubsnumber> |
| <abstract> |
| <para> |
| The document exists as both a reference and deployment guide for the Pacemaker Remote service. |
| </para> |
| <para> |
| The example commands in this document will use: |
| <orderedlist> |
| <listitem> |
| <para> |
| &DISTRO; &DISTRO_VERSION; as the host operating system |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| Pacemaker Remote to perform resource management within guest nodes and remote nodes |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| KVM for virtualization |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| libvirt to manage guest nodes |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| Corosync to provide messaging and membership services on cluster nodes |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| Pacemaker to perform resource management on cluster nodes |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| pcs as the cluster configuration toolset |
| </para> |
| </listitem> |
| </orderedlist> |
| The concepts are the same for other distributions, |
| virtualization platforms, toolsets, and messaging |
| layers, and should be easily adaptable. |
| </para> |
| </abstract> |
| <corpauthor> |
| <inlinemediaobject> |
| <imageobject> |
| <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" /> |
| </imageobject> |
| </inlinemediaobject> |
| </corpauthor> |
| <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| </bookinfo> |
| |