dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
# 
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2018-05-14 18:03-0500\n"
"PO-Revision-Date: 2018-05-14 18:03-0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#, no-c-format
msgid "Monitoring a Pacemaker Cluster"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Using crm_mon"
msgstr ""

#. Tag: para
#, no-c-format
msgid "The <literal>crm_mon</literal> utility displays the current state of an active cluster. It can show the cluster status organized by node or by resource, and can be used in either single-shot or dynamically updating mode. It can also display operations performed and information about failures."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Using this tool, you can examine the state of the cluster for irregularities, and see how it responds when you cause or simulate failures."
msgstr ""

#. Tag: para
#, no-c-format
msgid "See the manual page or the output of <literal>crm_mon --help</literal> for a full description of its many options."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Sample output from crm_mon -1"
msgstr ""

#. Tag: screen
#, no-c-format
msgid "Stack: corosync\n"
"Current DC: node2 (version 2.0.0-1) - partition with quorum\n"
"Last updated: Mon Jan 29 12:18:42 2018\n"
"Last change: Mon Jan 29 12:18:40 2018 by root via crm_attribute on node3\n"
"\n"
"5 nodes configured\n"
"2 resources configured\n"
"\n"
"Online: [ node1 node2 node3 node4 node5 ]\n"
"\n"
"Active resources:\n"
"\n"
"Fencing (stonith:fence_xvm):    Started node1\n"
"IP      (ocf:heartbeat:IPaddr2):        Started node2"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Sample output from crm_mon -n -1"
msgstr ""

#. Tag: screen
#, no-c-format
msgid "Stack: corosync\n"
"Current DC: node2 (version 2.0.0-1) - partition with quorum\n"
"Last updated: Mon Jan 29 12:21:48 2018\n"
"Last change: Mon Jan 29 12:18:40 2018 by root via crm_attribute on node3\n"
"\n"
"5 nodes configured\n"
"2 resources configured\n"
"\n"
"Node node1: online\n"
"        Fencing (stonith:fence_xvm):    Started\n"
"Node node2: online\n"
"        IP      (ocf:heartbeat:IPaddr2):        Started\n"
"Node node3: online\n"
"Node node4: online\n"
"Node node5: online"
msgstr ""

#. Tag: para
#, no-c-format
msgid "As mentioned in an earlier section, the DC is the node is where decisions are made. The cluster elects a node to be DC as needed. The only significance of the choice of DC to an administrator is the fact that its logs will have the most information about why decisions were made."
msgstr ""