0cd5218f50
Closes-Bug: #1352053 Minor ormatting, capitalization and verb tense corrections Corrections to IP addresses in some examples and replacing "VIP" with "virtual IP" for simplicity. Calling out split-brain possibility in 2-node cluster with required quorum override Amended with feedback from Andreas Jaeger and Christian Berendt on patch set 1 and 2 Change-Id: I1cc532d73483ad82d1ceaec92a8caf11071a7d0e
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<section xmlns="http://docbook.org/ns/docbook"
|
||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
version="5.0"
|
||
xml:id="_start_pacemaker">
|
||
<title>Start Pacemaker</title>
|
||
<para>Once the Corosync services have been started and you have established
|
||
that the cluster is communicating properly, it is safe to start
|
||
<literal>pacemakerd</literal>, the Pacemaker master control process:</para>
|
||
<itemizedlist>
|
||
<listitem>
|
||
<para><literal>/etc/init.d/pacemaker start</literal> (LSB)
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para><literal>service pacemaker start</literal> (LSB, alternate)
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para><literal>start pacemaker</literal> (upstart)
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para><literal>systemctl start pacemaker</literal> (systemd)
|
||
</para>
|
||
</listitem>
|
||
</itemizedlist>
|
||
<para>Once Pacemaker services have started, Pacemaker will create a default
|
||
empty cluster configuration with no resources. You may observe
|
||
Pacemaker’s status with the <literal>crm_mon</literal> utility:</para>
|
||
<screen><computeroutput>============
|
||
Last updated: Sun Oct 7 21:07:52 2012
|
||
Last change: Sun Oct 7 20:46:00 2012 via cibadmin on node2
|
||
Stack: openais
|
||
Current DC: node2 - partition with quorum
|
||
Version: 1.1.6-9971ebba4494012a93c03b40a2c58ec0eb60f50c
|
||
2 Nodes configured, 2 expected votes
|
||
0 Resources configured.
|
||
============
|
||
|
||
Online: [ node2 node1 ]</computeroutput></screen>
|
||
</section>
|