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: Clusters from Scratch 1.1\n"
"POT-Creation-Date: 2012-10-17T05:19:03\n"
"PO-Revision-Date: 2011-11-22 10:42+0200\n"
"Last-Translator: Dan Frîncu <df.cluster@gmail.com>\n"
"Language-Team: None\n"
"Language: \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 "Conversion to Active/Active"
msgstr "Conversia la Activ/Activ"

#. Tag: title
#, no-c-format
msgid "Requirements"
msgstr "Cerințe"

#. Tag: para
#, no-c-format
msgid "The primary requirement for an Active/Active cluster is that the data required for your services is available, simultaneously, on both machines. Pacemaker makes no requirement on how this is achieved, you could use a SAN if you had one available, however since DRBD supports multiple Primaries, we can also use that."
msgstr "Cerința primară pentru un cluster Activ/Activ este ca datele necesare pentru serviciile voastre să fie disponibile, în mod simultan, pe ambele mașini. Pacemaker nu face nici o cerință asupra modului în care este atins acest scop, ați putea folosi un SAN dacă ați fi avut unul disponibil, însă din moment ce DRBD suportă noduri multiple Primare, putem să le folosim pe acestea de asemenea."

#. Tag: para
#, fuzzy, no-c-format
msgid "The only hitch is that we need to use a cluster-aware filesystem. The one we used earlier with DRBD, ext4, is not one of those. Both OCFS2 and GFS2 are supported, however here we will use GFS2 which comes with Fedora 17."
msgstr "Singura piedică este că avem nevoie de un sistem de fișiere conștient de cluster. Cel folosit anterior cu DRBD, ext4, nu este unul dintre acelea. Atât OCFS2 cât și GFS2 sunt suportate, însă aici vom folosi GFS2 care vine împreună cu &DISTRO; &DISTRO_VERSION;."

#. Tag: title
#, no-c-format
msgid "Installing the required Software"
msgstr "Instalarea Soft-ului necesar"

#. Tag: programlisting
#, no-c-format
msgid "# yum install -y gfs2-utils dlm kernel-modules-extra"
msgstr ""

#. Tag: literallayout
#, no-c-format
msgid ""
"Loaded plugins: langpacks, presto, refresh-packagekit\n"
"Resolving Dependencies\n"
"--&gt; Running transaction check\n"
"---&gt; Package dlm.x86_64 0:3.99.4-1.fc17 will be installed\n"
"---&gt; Package gfs2-utils.x86_64 0:3.1.4-3.fc17 will be installed\n"
"---&gt; Package kernel-modules-extra.x86_64 0:3.4.4-3.fc17 will be installed\n"
"--&gt; Finished Dependency Resolution\n"
"\n"
"Dependencies Resolved\n"
"\n"
"================================================================================\n"
" Package                Arch       Version          Repository           Size\n"
"================================================================================\n"
"Installing:\n"
" dlm                    x86_64     3.99.4-1.fc17    updates              83 k\n"
" gfs2-utils             x86_64     3.1.4-3.fc17     fedora              214 k\n"
" kernel-modules-extra   x86_64     3.4.4-3.fc17     updates             1.7 M\n"
"\n"
"Transaction Summary\n"
"================================================================================\n"
"Install  3 Packages\n"
"\n"
"Total download size: 1.9 M\n"
"Installed size: 7.7 M\n"
"Downloading Packages:\n"
"(1/3): dlm-3.99.4-1.fc17.x86_64.rpm                         |  83 kB     00:00\n"
"(2/3): gfs2-utils-3.1.4-3.fc17.x86_64.rpm                   | 214 kB     00:00\n"
"(3/3): kernel-modules-extra-3.4.4-3.fc17.x86_64.rpm         | 1.7 MB     00:01\n"
"--------------------------------------------------------------------------------\n"
"Total                                              615 kB/s | 1.9 MB     00:03\n"
"Running Transaction Check\n"
"Running Transaction Test\n"
"Transaction Test Succeeded\n"
"Running Transaction\n"
"  Installing : kernel-modules-extra-3.4.4-3.fc17.x86_64                 1/3\n"
"  Installing : gfs2-utils-3.1.4-3.fc17.x86_64                           2/3\n"
"  Installing : dlm-3.99.4-1.fc17.x86_64                                 3/3\n"
"  Verifying  : dlm-3.99.4-1.fc17.x86_64                                 1/3\n"
"  Verifying  : gfs2-utils-3.1.4-3.fc17.x86_64                           2/3\n"
"  Verifying  : kernel-modules-extra-3.4.4-3.fc17.x86_64                 3/3\n"
"\n"
"Installed:\n"
"  dlm.x86_64 0:3.99.4-1.fc17\n"
"  gfs2-utils.x86_64 0:3.1.4-3.fc17\n"
"  kernel-modules-extra.x86_64 0:3.4.4-3.fc17\n"
"\n"
"Complete!"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Create a GFS2 Filesystem"
msgstr "Creați un Sistem de Fișiere GFS2"

#. Tag: title
#, no-c-format
msgid "Preparation"
msgstr "Pregătire"

#. Tag: para
#, no-c-format
msgid "Before we do anything to the existing partition, we need to make sure it is unmounted. We do this by telling the cluster to stop the WebFS resource. This will ensure that other resources (in our case, Apache) using WebFS are not only stopped, but stopped in the correct order."
msgstr "Înainte de a face orice partiției existente, trebuie să ne asigurăm că este nemontată. Realizăm acest lucru spunând clusterului să oprească resursa WebFS. Acest lucru va asigura că alte resurse (în cazul nostru, Apache) care folosesc WebFS nu sunt doar oprite, ci sunt oprite în ordinea corectă."

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs resource stop WebFS\n"
"# pcs resource\n"
" ClusterIP      (ocf::heartbeat:IPaddr2) Started\n"
" WebSite        (ocf::heartbeat:apache) Stopped\n"
" Master/Slave Set: WebDataClone [WebData]\n"
"     Masters: [ pcmk-2 ]\n"
"     Slaves: [ pcmk-1 ]\n"
" WebFS  (ocf::heartbeat:Filesystem) Stopped"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Note that both Apache and WebFS have been stopped."
msgstr "Luați aminte că atât Apache cât și WebFS au fost oprite."

#. Tag: title
#, no-c-format
msgid "Create and Populate an GFS2 Partition"
msgstr "Crearea și Popularea unei Partiții GFS2"

#. Tag: para
#, no-c-format
msgid "Now that the cluster stack and integration pieces are running smoothly, we can create an GFS2 partition."
msgstr "Acum că stiva de cluster și componentele de integrare rulează fără piedici, putem crea o partiție GFS2."

#. Tag: para
#, no-c-format
msgid "This will erase all previous content stored on the DRBD device. Ensure you have a copy of any important data."
msgstr "Această acțiune va șterge tot conținutul stocat anterior pe dispozitivul DRBD. Asigurați-vă că aveți o copie a oricăror date importante."

#. Tag: para
#, no-c-format
msgid "We need to specify a number of additional parameters when creating a GFS2 partition."
msgstr "Trebuie să specificăm un număr de parametri adiționali când creem o partiție GFS2."

#. Tag: para
#, no-c-format
msgid "First we must use the -p option to specify that we want to use the the Kernel’s DLM. Next we use -j to indicate that it should reserve enough space for two journals (one per node accessing the filesystem)."
msgstr "Întâi trebuie să folosim opțiunea -p pentru a specifica faptul că vrem să folosim DLM-ul Kernel-ului. În continuare folosim -j pentru a indica faptul că trebuie să rezerve destul spațiu pentru două jurnale (unul pentru fiecare nod care accesează sistemul de fișiere)."

#. Tag: para
#, no-c-format
msgid "Lastly, we use -t to specify the lock table name. The format for this field is <literal>clustername:fsname</literal>. For the <literal>fsname</literal>, we need to use the same value as specified in <emphasis>corosync.conf</emphasis> for <literal>cluster_name</literal>. If you setup corosync with the same cluster name we used in this tutorial, cluster name will be <emphasis>mycluster</emphasis>. If you are unsure what your cluster name is, open up /etc/corosync/corosync.conf, or execute the command <emphasis>pcs cluster corosync pcmk-1</emphasis> to view the corosync config. The cluster name will be in the <literal>totem</literal> block."
msgstr ""

#. Tag: para
#, no-c-format
msgid "We must run the next command on whichever node last had <emphasis>/dev/drbd</emphasis> mounted. Otherwise you will receive the message:"
msgstr ""

#. Tag: screen
#, no-c-format
msgid "/dev/drbd1: Read-only file system"
msgstr ""

#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"# ssh pcmk-2 -- mkfs.gfs2 -p lock_dlm -j 2 -t mycluster:web /dev/drbd1\n"
"This will destroy any data on /dev/drbd1.\n"
"It appears to contain: Linux rev 1.0 ext4 filesystem data, UUID=dc45fff3-c47a-4db2-96f7-a8049a323fe4 (extents) (large files) (huge files)\n"
"Are you sure you want to proceed? [y/n]y\n"
"Device:                    /dev/drbd1\n"
"Blocksize:                 4096\n"
"Device Size                0.97 GB (253935 blocks)\n"
"Filesystem Size:           0.97 GB (253932 blocks)\n"
"Journals:                  2\n"
"Resource Groups:           4\n"
"Locking Protocol:          \"lock_dlm\"\n"
"Lock Table:                \"mycluster\"\n"
"UUID:                      ed293a02-9eee-3fa3-ed1c-435ef1fd0116"
msgstr ""
"\n"
"[root@pcmk-1 ~]# <userinput>mkfs.gfs2 -p lock_dlm -j 2 -t pcmk:web /dev/drbd1</userinput>\n"
"This will destroy any data on /dev/drbd1.\n"
"It appears to contain: data\n"
"\n"
"Are you sure you want to proceed? [y/n] y\n"
"\n"
"Device:                    /dev/drbd1\n"
"Blocksize:                 4096\n"
"Device Size                1.00 GB (131072 blocks)\n"
"Filesystem Size:           1.00 GB (131070 blocks)\n"
"Journals:                  2\n"
"Resource Groups:           2\n"
"Locking Protocol:          \"lock_dlm\"\n"
"Lock Table:                \"pcmk:web\"\n"
"UUID:                      6B776F46-177B-BAF8-2C2B-292C0E078613\n"
"\n"
"[root@pcmk-1 ~]#\n"

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs cluster cib dlm_cfg\n"
"# pcs -f dlm_cfg resource create dlm ocf:pacemaker:controld op monitor interval=60s\n"
"# pcs -f dlm_cfg resource clone dlm clone-max=2 clone-node-max=1\n"
"# pcs -f dlm_cfg resource show\n"
" ClusterIP      (ocf::heartbeat:IPaddr2) Started\n"
" WebSite        (ocf::heartbeat:apache) Stopped\n"
" Master/Slave Set: WebDataClone [WebData]\n"
"     Masters: [ pcmk-2 ]\n"
"     Slaves: [ pcmk-1 ]\n"
" WebFS  (ocf::heartbeat:Filesystem) Stopped\n"
" Clone Set: dlm-clone [dlm]\n"
"     Stopped: [ dlm:0 dlm:1 ]\n"
"# pcs cluster push cib dlm_cfg\n"
"CIB updated\n"
"# pcs status\n"
"\n"
"Last updated: Fri Sep 14 12:54:50 2012\n"
"Last change: Fri Sep 14 12:54:43 2012 via cibadmin on pcmk-1\n"
"Stack: corosync\n"
"Current DC: pcmk-1 (1) - partition with quorum\n"
"Version: 1.1.8-1.el7-60a19ed12fdb4d5c6a6b6767f52e5391e447fec0\n"
"2 Nodes configured, unknown expected votes\n"
"7 Resources configured.\n"
"\n"
"Online: [ pcmk-1 pcmk-2 ]\n"
"\n"
"Full list of resources:\n"
"\n"
" ClusterIP      (ocf::heartbeat:IPaddr2):       Started pcmk-2\n"
" WebSite        (ocf::heartbeat:apache):        Stopped\n"
" Master/Slave Set: WebDataClone [WebData]\n"
"     Masters: [ pcmk-2 ]\n"
"     Slaves: [ pcmk-1 ]\n"
" WebFS  (ocf::heartbeat:Filesystem):    Stopped\n"
" Clone Set: dlm-clone [dlm]\n"
"     Started: [ pcmk-1 pcmk-2 ]"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Then (re)populate the new filesystem with data (web pages). For now we’ll create another variation on our home page."
msgstr "Apoi (re)populați noul sistem de fișiere cu date (pagini web). Momentan vom crea o nouă variație pe pagina noastră principală."

#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"# mount /dev/drbd1 /mnt/\n"
"# cat &lt;&lt;-END &gt;/mnt/index.html\n"
"&lt;html&gt;\n"
"&lt;body&gt;My Test Site - GFS2&lt;/body&gt;\n"
"&lt;/html&gt;\n"
"END\n"
"# umount /dev/drbd1\n"
"# drbdadm verify wwwdata#"
msgstr ""
"\n"
"[root@pcmk-1 ~]# <userinput>mount /dev/drbd1 /mnt/</userinput>\n"
"[root@pcmk-1 ~]# <userinput>cat &lt;&lt;-END &gt;/mnt/index.html</userinput>\n"
"&lt;html&gt;\n"
"&lt;body&gt;My Test Site - GFS2&lt;/body&gt;\n"
"&lt;/html&gt;\n"
"END\n"
"[root@pcmk-1 ~]# <userinput>umount /dev/drbd1</userinput>\n"
"[root@pcmk-1 ~]# <userinput>drbdadm verify wwwdata</userinput>\n"
"[root@pcmk-1 ~]#\n"

#. Tag: title
#, no-c-format
msgid "Reconfigure the Cluster for GFS2"
msgstr "Reconfigurarea Clusterului pentru GFS2"

#. Tag: para
#, no-c-format
msgid "With the WebFS resource stopped, lets update the configuration."
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs resource show WebFS\n"
"Resource: WebFS\n"
"  device: /dev/drbd/by-res/wwwdata\n"
"  directory: /var/www/html\n"
"  fstype: ext4\n"
"  target-role: Stopped"
msgstr ""

#. Tag: para
#, no-c-format
msgid "The fstype option needs to be updated to gfs2 instead of ext4."
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs resource update WebFS fstype=gfs2\n"
"# pcs resource show WebFS\n"
"Resource: WebFS\n"
"  device: /dev/drbd/by-res/wwwdata\n"
"  directory: /var/www/html\n"
"  fstype: gfs2\n"
"  target-role: Stopped\n"
"CIB updated"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Reconfigure Pacemaker for Active/Active"
msgstr "Reconfigurarea Pacemaker pentru Activ/Activ"

#. Tag: para
#, no-c-format
msgid "Almost everything is in place. Recent versions of DRBD are capable of operating in Primary/Primary mode and the filesystem we’re using is cluster aware. All we need to do now is reconfigure the cluster to take advantage of this."
msgstr "Aproape totul este la locul său. Versiunile recente de DRBD sunt capabile să opereze în mod Primar/Primar și sistemul de fișiere pe care îl folosim este conștient de cluster. Tot ce trebuie să facem aum este să reconfigurăm clusterul pentru a profita de acest lucru."

#. Tag: para
#, fuzzy, no-c-format
msgid "This will involve a number of changes, so we’ll want work with a local cib file."
msgstr "Acest lucru va implica un număr de modificări, așa că vom folosi din nou modul interactiv."

#. Tag: programlisting
#, no-c-format
msgid "# pcs cluster cib active_cfg"
msgstr ""

#. Tag: para
#, no-c-format
msgid "There’s no point making the services active on both locations if we can’t reach them, so lets first clone the IP address. Cloned IPaddr2 resources use an iptables rule to ensure that each request only gets processed by one of the two clone instances. The additional meta options tell the cluster how many instances of the clone we want (one \"request bucket\" for each node) and that if all other nodes fail, then the remaining node should hold all of them. Otherwise the requests would be simply discarded."
msgstr "Nu are nici un sens să facem serviciile active în ambele locații dacă nu putem ajunge la acestea, așa că hai să clonăm adresa IP. Resursele clonate IPaddr2 folosesc o regulă de iptables pentru a se asigura că fiecare cerere nu este procesată decât de una din cele două instanțe ale clonei. Meta opțiunile adiționale spun clusterului câte instanțe ale clonei dorim (câte o \"găleată de cereri\" pentru fiecare nod) și că dacă toate celelalte noduri eșuează, atunci nodul care rămâne ar trebui să le țină pe toate. Altfel cererile ar fi pur și simplu aruncate."

#. Tag: screen
#, fuzzy, no-c-format
msgid ""
"# pcs -f active_cfg resource clone ClusterIP \\\n"
"     globally-unique=true clone-max=2 clone-node-max=2"
msgstr ""
"\n"
"[root@pcmk-1 ~]# <userinput>configure clone WebIP ClusterIP  \\</userinput>\n"
"<userinput>        meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"</userinput>\n"
"    "

#. Tag: para
#, no-c-format
msgid "Notice when the ClusterIP becomes a clone, the constraints referencing ClusterIP now reference the clone. This is done automatically by pcs."
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs -f active_cfg constraint\n"
"Location Constraints:\n"
"Ordering Constraints:\n"
"  start ClusterIP-clone then start WebSite\n"
"  WebFS then WebSite\n"
"  promote WebDataClone then start WebFS\n"
"Colocation Constraints:\n"
"  WebSite with ClusterIP-clone\n"
"  WebFS with WebDataClone (with-rsc-role:Master)\n"
"  WebSite with WebFS"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Now we must tell the ClusterIP how to decide which requests are processed by which hosts. To do this we must specify the clusterip_hash parameter."
msgstr "Acum trebuie să spunem ClusterIP-ului cum să decidă care cereri sunt procesate de care gazde. Pentru a realiza acest lucru trebuie să specificăm parametrul clusterip_hash."

#. Tag: programlisting
#, no-c-format
msgid "# pcs -f active_cfg resource update ClusterIP clusterip_hash=sourceip"
msgstr ""

#. Tag: para
#, fuzzy, no-c-format
msgid "Next we need to convert the filesystem and Apache resources into clones."
msgstr "În continuare trebuie să convertim resursele de sistem de fișiere și Apache în clone. Din nou, shell-ul va actualiza în mod automat orice restricții relevante."

#. Tag: para
#, no-c-format
msgid "Notice how pcs automatically updates the relevant constraints again."
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs -f active_cfg resource clone WebFS\n"
"# pcs -f active_cfg resource clone WebSite\n"
"# pcs -f active_cfg constraint\n"
"Location Constraints:\n"
"Ordering Constraints:\n"
"  start ClusterIP-clone then start WebSite-clone\n"
"  WebFS-clone then WebSite-clone\n"
"  promote WebDataClone then start WebFS-clone\n"
"Colocation Constraints:\n"
"  WebSite-clone with ClusterIP-clone\n"
"  WebFS-clone with WebDataClone (with-rsc-role:Master)\n"
"  WebSite-clone with WebFS-clone"
msgstr ""

#. Tag: para
#, no-c-format
msgid "The last step is to tell the cluster that it is now allowed to promote both instances to be Primary (aka. Master)."
msgstr "Ultimul pas este acela de a spune clusterului că acum îi este permis să promoveze ambele instanțe să fie Primare (Master)."

#. Tag: programlisting
#, no-c-format
msgid "# pcs -f active_cfg resource update WebDataClone master-max=2"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Review the configuration before uploading it to the cluster, quitting the shell and watching the cluster’s response"
msgstr "Revizuiți configurația înainte de a o încărca pe cluster, părăsind shell-ul și urmărind răspunsul clusterului"

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs cluster push cib active_cfg\n"
"# pcs resource start WebFS"
msgstr ""

#. Tag: para
#, no-c-format
msgid "After all the processes are started the status should look similar to this."
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid ""
"# pcs resource\n"
" Master/Slave Set: WebDataClone [WebData]\n"
"     Masters: [ pcmk-2 pcmk-1 ]\n"
" Clone Set: dlm-clone [dlm]\n"
"     Started: [ pcmk-2 pcmk-1 ]\n"
" Clone Set: ClusterIP-clone [ClusterIP] (unique)\n"
"     ClusterIP:0        (ocf::heartbeat:IPaddr2) Started\n"
"     ClusterIP:1        (ocf::heartbeat:IPaddr2) Started\n"
" Clone Set: WebFS-clone [WebFS]\n"
"     Started: [ pcmk-1 pcmk-2 ]\n"
" Clone Set: WebSite-clone [WebSite]\n"
"     Started: [ pcmk-1 pcmk-2 ]"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Testing Recovery"
msgstr "Testarea Recuperării"

#. Tag: para
#, no-c-format
msgid "TODO: Put one node into standby to demonstrate failover"
msgstr "TODO: Plasarea unui nod în standby pentru a demonstra failover-ul"

#~ msgid "We'll also need to use CMAN for Cluster Membership and Quorum instead of our Corosync plugin."
#~ msgstr "Va trebui de asemenea să folosim CMAN pentru Apartenența la Cluster și Quorum în locul plugin-ului nostru de Corosync."

#~ msgid "Adding CMAN Support"
#~ msgstr "Adăugarea de Suport pentru CMAN"

#~ msgid "<ulink url=\"http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/Cluster_Suite_Overview/index.html#s2-clumembership-overview-CSO\">CMAN v3</ulink> is a Corosync plugin that monitors the names and number of active cluster nodes in order to deliver membership and quorum information to clients (such as the Pacemaker daemons)."
#~ msgstr "<ulink url=\"http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/Cluster_Suite_Overview/index.html#s2-clumembership-overview-CSO\">CMAN v3</ulink> este un plugin al Corosync care monitorizează numele și numărul de noduri active din cluster pentru a livra informații de apartenență și quorum clienților (cum ar fi daemonii Pacemaker)."

#~ msgid "In a traditional Corosync-Pacemaker cluster, a Pacemaker plugin is loaded to provide membership and quorum information. The motivation for wanting to use CMAN for this instead, is to ensure all elements of the cluster stack are making decisions based on the same membership and quorum data. <footnote> <para> A failure to do this can lead to what is called <literal>internal split-brain</literal> - a situation where different parts of the stack disagree about whether some nodes are alive or dead - which quickly leads to unnecssary down-time and/or data corruption. </para> </footnote>"
#~ msgstr "Într-un cluster tradițional Corosync-Pacemaker, un plugin Pacemaker este încărcat pentru a furniza informații de apartenență și quorum. Motivația pentru a dori folosirea CMAN în schimb pentru acest lucru, este de a asigura că toate elementele stivei de cluster realizează decizii bazate pe aceleași date de apartenență și quorum. <footnote> <para> Un eșec de a realiza acest lucru poate duce la ceea ce este numit a fi un <literal>split-brain intern</literal> - o situație în care părți diferite ale stivei nu sunt de acord dacă unele noduri sunt funcționale sau nu - fapt care conduce rapid către o nefuncționare inutilă și/sau către coruperea datelor. </para> </footnote>"

#~ msgid "In the case of GFS2, the key pieces are the <filename>dlm_controld</filename> and <filename>gfs_controld</filename> helpers which act as the glue between the filesystem and the cluster software. Supporting CMAN enables us to use the versions already being shipped by most distributions (since CMAN has been around longer than Pacemaker and is part of the Red Hat cluster stack)."
#~ msgstr "În cazul GFS2, componentele cheie sunt ajutoarele <filename>dlm_controld</filename> și <filename>gfs_controld</filename> care se comportă ca o îmbinare între sistemul de fișiere și soft-ul de cluster. Suportarea CMAN ne permite să folosim versiunile deja expediate de către majoritatea distribuțiilor (din moment ce CMAN a fost prin preajmă mai mult timp decât Pacemaker și este totodată parte din stiva de cluster a Red Hat)."

#~ msgid "Ensure Corosync and Pacemaker are stopped <emphasis>on all nodes</emphasis> before continuing"
#~ msgstr "Asigurați-vă că Pacemaker și Corosync sunt oprite <emphasis>pe toate nodurile</emphasis> înainte de a continua"

#~ msgid "Be sure to disable the Pacemaker plugin before continuing with this section. In most cases, this can be achieved by removing <filename>/etc/corosync/service.d/pcmk</filename> and stopping Corosync."
#~ msgstr "Să vă asigurați că dezactivați plugin-ul de Pacemaker înainte de a continua cu această secțiune. În majoritatea cazurilor, acest lucru poate fi realizat prin înlăturarea <filename>/etc/corosync/service.d/pcmk</filename> și prin oprirea Corosync."

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>yum install -y cman gfs2-utils gfs2-cluster</userinput>\n"
#~ "Loaded plugins: auto-update-debuginfo\n"
#~ "Setting up Install Process\n"
#~ "Resolving Dependencies\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package cman.x86_64 0:3.1.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: modcluster &gt;= 0.18.1-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: fence-agents &gt;= 3.1.5-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: openais &gt;= 1.1.4-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: ricci &gt;= 0.18.1-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libSaCkpt.so.3(OPENAIS_CKPT_B.01.01)(64bit) for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libSaCkpt.so.3()(64bit) for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "---&gt; Package gfs2-cluster.x86_64 0:3.1.1-2.fc15 will be installed\n"
#~ "---&gt; Package gfs2-utils.x86_64 0:3.1.1-2.fc15 will be installed\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package fence-agents.x86_64 0:3.1.5-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: /usr/bin/virsh for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: net-snmp-utils for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: sg3_utils for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: perl(Net::Telnet) for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: /usr/bin/ipmitool for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: perl-Net-Telnet for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: pexpect for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: pyOpenSSL for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: python-suds for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "---&gt; Package modcluster.x86_64 0:0.18.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: oddjob for package: modcluster-0.18.7-1.fc15.x86_64\n"
#~ "---&gt; Package openais.x86_64 0:1.1.4-2.fc15 will be installed\n"
#~ "---&gt; Package openaislib.x86_64 0:1.1.4-2.fc15 will be installed\n"
#~ "---&gt; Package ricci.x86_64 0:0.18.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: parted for package: ricci-0.18.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: nss-tools for package: ricci-0.18.7-1.fc15.x86_64\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package ipmitool.x86_64 0:1.8.11-6.fc15 will be installed\n"
#~ "---&gt; Package libvirt-client.x86_64 0:0.8.8-7.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: cyrus-sasl-md5 for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: gettext for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: nc for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: gnutls-utils for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libxenstore.so.3.0()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libyajl.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnl.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libaugeas.so.0()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "---&gt; Package net-snmp-utils.x86_64 1:5.6.1-7.fc15 will be installed\n"
#~ "---&gt; Package nss-tools.x86_64 0:3.12.10-6.fc15 will be installed\n"
#~ "---&gt; Package oddjob.x86_64 0:0.31-2.fc15 will be installed\n"
#~ "---&gt; Package parted.x86_64 0:2.3-10.fc15 will be installed\n"
#~ "---&gt; Package perl-Net-Telnet.noarch 0:3.03-12.fc15 will be installed\n"
#~ "---&gt; Package pexpect.noarch 0:2.3-6.fc15 will be installed\n"
#~ "---&gt; Package pyOpenSSL.x86_64 0:0.10-3.fc15 will be installed\n"
#~ "---&gt; Package python-suds.noarch 0:0.3.9-3.fc15 will be installed\n"
#~ "---&gt; Package sg3_utils.x86_64 0:1.29-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: sg3_utils-libs = 1.29-3.fc15 for package: sg3_utils-1.29-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libsgutils2.so.2()(64bit) for package: sg3_utils-1.29-3.fc15.x86_64\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package augeas-libs.x86_64 0:0.9.0-1.fc15 will be installed\n"
#~ "---&gt; Package cyrus-sasl-md5.x86_64 0:2.1.23-18.fc15 will be installed\n"
#~ "---&gt; Package gettext.x86_64 0:0.18.1.1-7.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgettextlib-0.18.1.so()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgettextsrc-0.18.1.so()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "---&gt; Package gnutls-utils.x86_64 0:2.10.5-1.fc15 will be installed\n"
#~ "---&gt; Package libnl.x86_64 0:1.1-14.fc15 will be installed\n"
#~ "---&gt; Package nc.x86_64 0:1.100-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libbsd.so.0(LIBBSD_0.0)(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libbsd.so.0(LIBBSD_0.2)(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libbsd.so.0()(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "---&gt; Package netcf-libs.x86_64 0:0.1.9-1.fc15 will be installed\n"
#~ "---&gt; Package numactl.x86_64 0:2.0.7-1.fc15 will be installed\n"
#~ "---&gt; Package sg3_utils-libs.x86_64 0:1.29-3.fc15 will be installed\n"
#~ "---&gt; Package xen-libs.x86_64 0:4.1.1-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: xen-licenses for package: xen-libs-4.1.1-3.fc15.x86_64\n"
#~ "---&gt; Package yajl.x86_64 0:1.0.11-1.fc15 will be installed\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package gettext-libs.x86_64 0:0.18.1.1-7.fc15 will be installed\n"
#~ "---&gt; Package libbsd.x86_64 0:0.2.0-4.fc15 will be installed\n"
#~ "---&gt; Package libgomp.x86_64 0:4.6.1-9.fc15 will be installed\n"
#~ "---&gt; Package xen-licenses.x86_64 0:4.1.1-3.fc15 will be installed\n"
#~ "--&gt; Finished Dependency Resolution\n"
#~ "\n"
#~ "Dependencies Resolved\n"
#~ "\n"
#~ "=============================================================================\n"
#~ " Package              Arch        Version                 Repository    Size\n"
#~ "=============================================================================\n"
#~ "Installing:\n"
#~ " cman                 x86_64      3.1.7-1.fc15            updates      366 k\n"
#~ " gfs2-cluster         x86_64      3.1.1-2.fc15            fedora        69 k\n"
#~ " gfs2-utils           x86_64      3.1.1-2.fc15            fedora       222 k\n"
#~ "Installing for dependencies:\n"
#~ " augeas-libs          x86_64      0.9.0-1.fc15            updates      311 k\n"
#~ " cyrus-sasl-md5       x86_64      2.1.23-18.fc15          updates       46 k\n"
#~ " fence-agents         x86_64      3.1.5-1.fc15            updates      186 k\n"
#~ " gettext              x86_64      0.18.1.1-7.fc15         fedora       1.0 M\n"
#~ " gettext-libs         x86_64      0.18.1.1-7.fc15         fedora       610 k\n"
#~ " gnutls-utils         x86_64      2.10.5-1.fc15           fedora       101 k\n"
#~ " ipmitool             x86_64      1.8.11-6.fc15           fedora       273 k\n"
#~ " libbsd               x86_64      0.2.0-4.fc15            fedora        37 k\n"
#~ " libgomp              x86_64      4.6.1-9.fc15            updates       95 k\n"
#~ " libnl                x86_64      1.1-14.fc15             fedora       118 k\n"
#~ " libvirt-client       x86_64      0.8.8-7.fc15            updates      2.4 M\n"
#~ " modcluster           x86_64      0.18.7-1.fc15           fedora       187 k\n"
#~ " nc                   x86_64      1.100-3.fc15            updates       24 k\n"
#~ " net-snmp-utils       x86_64      1:5.6.1-7.fc15          fedora       180 k\n"
#~ " netcf-libs           x86_64      0.1.9-1.fc15            updates       50 k\n"
#~ " nss-tools            x86_64      3.12.10-6.fc15          updates      723 k\n"
#~ " numactl              x86_64      2.0.7-1.fc15            updates       54 k\n"
#~ " oddjob               x86_64      0.31-2.fc15             fedora        61 k\n"
#~ " openais              x86_64      1.1.4-2.fc15            fedora       190 k\n"
#~ " openaislib           x86_64      1.1.4-2.fc15            fedora        88 k\n"
#~ " parted               x86_64      2.3-10.fc15             updates      618 k\n"
#~ " perl-Net-Telnet      noarch      3.03-12.fc15            fedora        55 k\n"
#~ " pexpect              noarch      2.3-6.fc15              fedora       141 k\n"
#~ " pyOpenSSL            x86_64      0.10-3.fc15             fedora       198 k\n"
#~ " python-suds          noarch      0.3.9-3.fc15            fedora       195 k\n"
#~ " ricci                x86_64      0.18.7-1.fc15           fedora       584 k\n"
#~ " sg3_utils            x86_64      1.29-3.fc15             fedora       465 k\n"
#~ " sg3_utils-libs       x86_64      1.29-3.fc15             fedora        54 k\n"
#~ " xen-libs             x86_64      4.1.1-3.fc15            updates      310 k\n"
#~ " xen-licenses         x86_64      4.1.1-3.fc15            updates       64 k\n"
#~ " yajl                 x86_64      1.0.11-1.fc15           fedora        27 k\n"
#~ "\n"
#~ "Transaction Summary\n"
#~ "=============================================================================\n"
#~ "Install      34 Package(s)\n"
#~ "\n"
#~ "Total download size: 10 M\n"
#~ "Installed size: 38 M\n"
#~ "Downloading Packages:\n"
#~ "(1/34): augeas-libs-0.9.0-1.fc15.x86_64.rpm           | 311 kB     00:00     \n"
#~ "(2/34): cman-3.1.7-1.fc15.x86_64.rpm                  | 366 kB     00:00     \n"
#~ "(3/34): cyrus-sasl-md5-2.1.23-18.fc15.x86_64.rpm      |  46 kB     00:00     \n"
#~ "(4/34): fence-agents-3.1.5-1.fc15.x86_64.rpm          | 186 kB     00:00     \n"
#~ "(5/34): gettext-0.18.1.1-7.fc15.x86_64.rpm            | 1.0 MB     00:01     \n"
#~ "(6/34): gettext-libs-0.18.1.1-7.fc15.x86_64.rpm       | 610 kB     00:00     \n"
#~ "(7/34): gfs2-cluster-3.1.1-2.fc15.x86_64.rpm          |  69 kB     00:00     \n"
#~ "(8/34): gfs2-utils-3.1.1-2.fc15.x86_64.rpm            | 222 kB     00:00     \n"
#~ "(9/34): gnutls-utils-2.10.5-1.fc15.x86_64.rpm         | 101 kB     00:00     \n"
#~ "(10/34): ipmitool-1.8.11-6.fc15.x86_64.rpm            | 273 kB     00:00     \n"
#~ "(11/34): libbsd-0.2.0-4.fc15.x86_64.rpm               |  37 kB     00:00     \n"
#~ "(12/34): libgomp-4.6.1-9.fc15.x86_64.rpm              |  95 kB     00:00     \n"
#~ "(13/34): libnl-1.1-14.fc15.x86_64.rpm                 | 118 kB     00:00     \n"
#~ "(14/34): libvirt-client-0.8.8-7.fc15.x86_64.rpm       | 2.4 MB     00:01     \n"
#~ "(15/34): modcluster-0.18.7-1.fc15.x86_64.rpm          | 187 kB     00:00     \n"
#~ "(16/34): nc-1.100-3.fc15.x86_64.rpm                   |  24 kB     00:00     \n"
#~ "(17/34): net-snmp-utils-5.6.1-7.fc15.x86_64.rpm       | 180 kB     00:00     \n"
#~ "(18/34): netcf-libs-0.1.9-1.fc15.x86_64.rpm           |  50 kB     00:00     \n"
#~ "(19/34): nss-tools-3.12.10-6.fc15.x86_64.rpm          | 723 kB     00:00     \n"
#~ "(20/34): numactl-2.0.7-1.fc15.x86_64.rpm              |  54 kB     00:00     \n"
#~ "(21/34): oddjob-0.31-2.fc15.x86_64.rpm                |  61 kB     00:00     \n"
#~ "(22/34): openais-1.1.4-2.fc15.x86_64.rpm              | 190 kB     00:00     \n"
#~ "(23/34): openaislib-1.1.4-2.fc15.x86_64.rpm           |  88 kB     00:00     \n"
#~ "(24/34): parted-2.3-10.fc15.x86_64.rpm                | 618 kB     00:00     \n"
#~ "(25/34): perl-Net-Telnet-3.03-12.fc15.noarch.rpm      |  55 kB     00:00     \n"
#~ "(26/34): pexpect-2.3-6.fc15.noarch.rpm                | 141 kB     00:00     \n"
#~ "(27/34): pyOpenSSL-0.10-3.fc15.x86_64.rpm             | 198 kB     00:00     \n"
#~ "(28/34): python-suds-0.3.9-3.fc15.noarch.rpm          | 195 kB     00:00     \n"
#~ "(29/34): ricci-0.18.7-1.fc15.x86_64.rpm               | 584 kB     00:00     \n"
#~ "(30/34): sg3_utils-1.29-3.fc15.x86_64.rpm             | 465 kB     00:00     \n"
#~ "(31/34): sg3_utils-libs-1.29-3.fc15.x86_64.rpm        |  54 kB     00:00     \n"
#~ "(32/34): xen-libs-4.1.1-3.fc15.x86_64.rpm             | 310 kB     00:00     \n"
#~ "(33/34): xen-licenses-4.1.1-3.fc15.x86_64.rpm         |  64 kB     00:00     \n"
#~ "(34/34): yajl-1.0.11-1.fc15.x86_64.rpm                |  27 kB     00:00     \n"
#~ "-----------------------------------------------------------------------------\n"
#~ "Total                                        803 kB/s |  10 MB     00:12     \n"
#~ "Running rpm_check_debug\n"
#~ "Running Transaction Test\n"
#~ "Transaction Test Succeeded\n"
#~ "Running Transaction\n"
#~ "  Installing : openais-1.1.4-2.fc15.x86_64                              1/34 \n"
#~ "  Installing : openaislib-1.1.4-2.fc15.x86_64                           2/34 \n"
#~ "  Installing : libnl-1.1-14.fc15.x86_64                                 3/34 \n"
#~ "  Installing : augeas-libs-0.9.0-1.fc15.x86_64                          4/34 \n"
#~ "  Installing : oddjob-0.31-2.fc15.x86_64                                5/34 \n"
#~ "  Installing : modcluster-0.18.7-1.fc15.x86_64                          6/34 \n"
#~ "  Installing : netcf-libs-0.1.9-1.fc15.x86_64                           7/34 \n"
#~ "  Installing : 1:net-snmp-utils-5.6.1-7.fc15.x86_64                     8/34 \n"
#~ "  Installing : sg3_utils-libs-1.29-3.fc15.x86_64                        9/34 \n"
#~ "  Installing : sg3_utils-1.29-3.fc15.x86_64                            10/34 \n"
#~ "  Installing : libgomp-4.6.1-9.fc15.x86_64                             11/34 \n"
#~ "  Installing : gnutls-utils-2.10.5-1.fc15.x86_64                       12/34 \n"
#~ "  Installing : pyOpenSSL-0.10-3.fc15.x86_64                            13/34 \n"
#~ "  Installing : parted-2.3-10.fc15.x86_64                               14/34 \n"
#~ "  Installing : cyrus-sasl-md5-2.1.23-18.fc15.x86_64                    15/34 \n"
#~ "  Installing : python-suds-0.3.9-3.fc15.noarch                         16/34 \n"
#~ "  Installing : ipmitool-1.8.11-6.fc15.x86_64                           17/34 \n"
#~ "  Installing : perl-Net-Telnet-3.03-12.fc15.noarch                     18/34 \n"
#~ "  Installing : numactl-2.0.7-1.fc15.x86_64                             19/34 \n"
#~ "  Installing : yajl-1.0.11-1.fc15.x86_64                               20/34 \n"
#~ "  Installing : gettext-libs-0.18.1.1-7.fc15.x86_64                     21/34 \n"
#~ "  Installing : gettext-0.18.1.1-7.fc15.x86_64                          22/34 \n"
#~ "  Installing : libbsd-0.2.0-4.fc15.x86_64                              23/34 \n"
#~ "  Installing : nc-1.100-3.fc15.x86_64                                  24/34 \n"
#~ "  Installing : xen-licenses-4.1.1-3.fc15.x86_64                        25/34 \n"
#~ "  Installing : xen-libs-4.1.1-3.fc15.x86_64                            26/34 \n"
#~ "  Installing : libvirt-client-0.8.8-7.fc15.x86_64                      27/34 \n"
#~ "\n"
#~ "Note: This output shows SysV services only and does not include native\n"
#~ "      systemd services. SysV configuration data might be overridden by native\n"
#~ "      systemd configuration.\n"
#~ "\n"
#~ "  Installing : nss-tools-3.12.10-6.fc15.x86_64                         28/34 \n"
#~ "  Installing : ricci-0.18.7-1.fc15.x86_64                              29/34 \n"
#~ "  Installing : pexpect-2.3-6.fc15.noarch                               30/34 \n"
#~ "  Installing : fence-agents-3.1.5-1.fc15.x86_64                        31/34 \n"
#~ "  Installing : cman-3.1.7-1.fc15.x86_64                                32/34 \n"
#~ "  Installing : gfs2-cluster-3.1.1-2.fc15.x86_64                        33/34 \n"
#~ "  Installing : gfs2-utils-3.1.1-2.fc15.x86_64                          34/34 \n"
#~ "\n"
#~ "Installed:\n"
#~ "  cman.x86_64 0:3.1.7-1.fc15           gfs2-cluster.x86_64 0:3.1.1-2.fc15    \n"
#~ "  gfs2-utils.x86_64 0:3.1.1-2.fc15    \n"
#~ "\n"
#~ "Dependency Installed:\n"
#~ "  augeas-libs.x86_64 0:0.9.0-1.fc15                                          \n"
#~ "  cyrus-sasl-md5.x86_64 0:2.1.23-18.fc15                                     \n"
#~ "  fence-agents.x86_64 0:3.1.5-1.fc15                                         \n"
#~ "  gettext.x86_64 0:0.18.1.1-7.fc15                                           \n"
#~ "  gettext-libs.x86_64 0:0.18.1.1-7.fc15                                      \n"
#~ "  gnutls-utils.x86_64 0:2.10.5-1.fc15                                        \n"
#~ "  ipmitool.x86_64 0:1.8.11-6.fc15                                            \n"
#~ "  libbsd.x86_64 0:0.2.0-4.fc15                                               \n"
#~ "  libgomp.x86_64 0:4.6.1-9.fc15                                              \n"
#~ "  libnl.x86_64 0:1.1-14.fc15                                                 \n"
#~ "  libvirt-client.x86_64 0:0.8.8-7.fc15                                       \n"
#~ "  modcluster.x86_64 0:0.18.7-1.fc15                                          \n"
#~ "  nc.x86_64 0:1.100-3.fc15                                                   \n"
#~ "  net-snmp-utils.x86_64 1:5.6.1-7.fc15                                       \n"
#~ "  netcf-libs.x86_64 0:0.1.9-1.fc15                                           \n"
#~ "  nss-tools.x86_64 0:3.12.10-6.fc15                                          \n"
#~ "  numactl.x86_64 0:2.0.7-1.fc15                                              \n"
#~ "  oddjob.x86_64 0:0.31-2.fc15                                                \n"
#~ "  openais.x86_64 0:1.1.4-2.fc15                                              \n"
#~ "  openaislib.x86_64 0:1.1.4-2.fc15                                           \n"
#~ "  parted.x86_64 0:2.3-10.fc15                                                \n"
#~ "  perl-Net-Telnet.noarch 0:3.03-12.fc15                                      \n"
#~ "  pexpect.noarch 0:2.3-6.fc15                                                \n"
#~ "  pyOpenSSL.x86_64 0:0.10-3.fc15                                             \n"
#~ "  python-suds.noarch 0:0.3.9-3.fc15                                          \n"
#~ "  ricci.x86_64 0:0.18.7-1.fc15                                               \n"
#~ "  sg3_utils.x86_64 0:1.29-3.fc15                                             \n"
#~ "  sg3_utils-libs.x86_64 0:1.29-3.fc15                                        \n"
#~ "  xen-libs.x86_64 0:4.1.1-3.fc15                                             \n"
#~ "  xen-licenses.x86_64 0:4.1.1-3.fc15                                         \n"
#~ "  yajl.x86_64 0:1.0.11-1.fc15                                                \n"
#~ "\n"
#~ "Complete!\n"
#~ "[root@pcmk-1 ~]#     \n"
#~ "      "
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>yum install -y cman gfs2-utils gfs2-cluster</userinput>\n"
#~ "Loaded plugins: auto-update-debuginfo\n"
#~ "Setting up Install Process\n"
#~ "Resolving Dependencies\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package cman.x86_64 0:3.1.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: modcluster &gt;= 0.18.1-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: fence-agents &gt;= 3.1.5-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: openais &gt;= 1.1.4-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: ricci &gt;= 0.18.1-1 for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libSaCkpt.so.3(OPENAIS_CKPT_B.01.01)(64bit) for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libSaCkpt.so.3()(64bit) for package: cman-3.1.7-1.fc15.x86_64\n"
#~ "---&gt; Package gfs2-cluster.x86_64 0:3.1.1-2.fc15 will be installed\n"
#~ "---&gt; Package gfs2-utils.x86_64 0:3.1.1-2.fc15 will be installed\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package fence-agents.x86_64 0:3.1.5-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: /usr/bin/virsh for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: net-snmp-utils for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: sg3_utils for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: perl(Net::Telnet) for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: /usr/bin/ipmitool for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: perl-Net-Telnet for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: pexpect for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: pyOpenSSL for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: python-suds for package: fence-agents-3.1.5-1.fc15.x86_64\n"
#~ "---&gt; Package modcluster.x86_64 0:0.18.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: oddjob for package: modcluster-0.18.7-1.fc15.x86_64\n"
#~ "---&gt; Package openais.x86_64 0:1.1.4-2.fc15 will be installed\n"
#~ "---&gt; Package openaislib.x86_64 0:1.1.4-2.fc15 will be installed\n"
#~ "---&gt; Package ricci.x86_64 0:0.18.7-1.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: parted for package: ricci-0.18.7-1.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: nss-tools for package: ricci-0.18.7-1.fc15.x86_64\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package ipmitool.x86_64 0:1.8.11-6.fc15 will be installed\n"
#~ "---&gt; Package libvirt-client.x86_64 0:0.8.8-7.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: cyrus-sasl-md5 for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: gettext for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: nc for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: gnutls-utils for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libxenstore.so.3.0()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libyajl.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnl.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnuma.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libaugeas.so.0()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-client-0.8.8-7.fc15.x86_64\n"
#~ "---&gt; Package net-snmp-utils.x86_64 1:5.6.1-7.fc15 will be installed\n"
#~ "---&gt; Package nss-tools.x86_64 0:3.12.10-6.fc15 will be installed\n"
#~ "---&gt; Package oddjob.x86_64 0:0.31-2.fc15 will be installed\n"
#~ "---&gt; Package parted.x86_64 0:2.3-10.fc15 will be installed\n"
#~ "---&gt; Package perl-Net-Telnet.noarch 0:3.03-12.fc15 will be installed\n"
#~ "---&gt; Package pexpect.noarch 0:2.3-6.fc15 will be installed\n"
#~ "---&gt; Package pyOpenSSL.x86_64 0:0.10-3.fc15 will be installed\n"
#~ "---&gt; Package python-suds.noarch 0:0.3.9-3.fc15 will be installed\n"
#~ "---&gt; Package sg3_utils.x86_64 0:1.29-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: sg3_utils-libs = 1.29-3.fc15 for package: sg3_utils-1.29-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libsgutils2.so.2()(64bit) for package: sg3_utils-1.29-3.fc15.x86_64\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package augeas-libs.x86_64 0:0.9.0-1.fc15 will be installed\n"
#~ "---&gt; Package cyrus-sasl-md5.x86_64 0:2.1.23-18.fc15 will be installed\n"
#~ "---&gt; Package gettext.x86_64 0:0.18.1.1-7.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgettextlib-0.18.1.so()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgettextsrc-0.18.1.so()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.18.1.1-7.fc15.x86_64\n"
#~ "---&gt; Package gnutls-utils.x86_64 0:2.10.5-1.fc15 will be installed\n"
#~ "---&gt; Package libnl.x86_64 0:1.1-14.fc15 will be installed\n"
#~ "---&gt; Package nc.x86_64 0:1.100-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: libbsd.so.0(LIBBSD_0.0)(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libbsd.so.0(LIBBSD_0.2)(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "--&gt; Processing Dependency: libbsd.so.0()(64bit) for package: nc-1.100-3.fc15.x86_64\n"
#~ "---&gt; Package netcf-libs.x86_64 0:0.1.9-1.fc15 will be installed\n"
#~ "---&gt; Package numactl.x86_64 0:2.0.7-1.fc15 will be installed\n"
#~ "---&gt; Package sg3_utils-libs.x86_64 0:1.29-3.fc15 will be installed\n"
#~ "---&gt; Package xen-libs.x86_64 0:4.1.1-3.fc15 will be installed\n"
#~ "--&gt; Processing Dependency: xen-licenses for package: xen-libs-4.1.1-3.fc15.x86_64\n"
#~ "---&gt; Package yajl.x86_64 0:1.0.11-1.fc15 will be installed\n"
#~ "--&gt; Running transaction check\n"
#~ "---&gt; Package gettext-libs.x86_64 0:0.18.1.1-7.fc15 will be installed\n"
#~ "---&gt; Package libbsd.x86_64 0:0.2.0-4.fc15 will be installed\n"
#~ "---&gt; Package libgomp.x86_64 0:4.6.1-9.fc15 will be installed\n"
#~ "---&gt; Package xen-licenses.x86_64 0:4.1.1-3.fc15 will be installed\n"
#~ "--&gt; Finished Dependency Resolution\n"
#~ "\n"
#~ "Dependencies Resolved\n"
#~ "\n"
#~ "=============================================================================\n"
#~ " Package              Arch        Version                 Repository    Size\n"
#~ "=============================================================================\n"
#~ "Installing:\n"
#~ " cman                 x86_64      3.1.7-1.fc15            updates      366 k\n"
#~ " gfs2-cluster         x86_64      3.1.1-2.fc15            fedora        69 k\n"
#~ " gfs2-utils           x86_64      3.1.1-2.fc15            fedora       222 k\n"
#~ "Installing for dependencies:\n"
#~ " augeas-libs          x86_64      0.9.0-1.fc15            updates      311 k\n"
#~ " cyrus-sasl-md5       x86_64      2.1.23-18.fc15          updates       46 k\n"
#~ " fence-agents         x86_64      3.1.5-1.fc15            updates      186 k\n"
#~ " gettext              x86_64      0.18.1.1-7.fc15         fedora       1.0 M\n"
#~ " gettext-libs         x86_64      0.18.1.1-7.fc15         fedora       610 k\n"
#~ " gnutls-utils         x86_64      2.10.5-1.fc15           fedora       101 k\n"
#~ " ipmitool             x86_64      1.8.11-6.fc15           fedora       273 k\n"
#~ " libbsd               x86_64      0.2.0-4.fc15            fedora        37 k\n"
#~ " libgomp              x86_64      4.6.1-9.fc15            updates       95 k\n"
#~ " libnl                x86_64      1.1-14.fc15             fedora       118 k\n"
#~ " libvirt-client       x86_64      0.8.8-7.fc15            updates      2.4 M\n"
#~ " modcluster           x86_64      0.18.7-1.fc15           fedora       187 k\n"
#~ " nc                   x86_64      1.100-3.fc15            updates       24 k\n"
#~ " net-snmp-utils       x86_64      1:5.6.1-7.fc15          fedora       180 k\n"
#~ " netcf-libs           x86_64      0.1.9-1.fc15            updates       50 k\n"
#~ " nss-tools            x86_64      3.12.10-6.fc15          updates      723 k\n"
#~ " numactl              x86_64      2.0.7-1.fc15            updates       54 k\n"
#~ " oddjob               x86_64      0.31-2.fc15             fedora        61 k\n"
#~ " openais              x86_64      1.1.4-2.fc15            fedora       190 k\n"
#~ " openaislib           x86_64      1.1.4-2.fc15            fedora        88 k\n"
#~ " parted               x86_64      2.3-10.fc15             updates      618 k\n"
#~ " perl-Net-Telnet      noarch      3.03-12.fc15            fedora        55 k\n"
#~ " pexpect              noarch      2.3-6.fc15              fedora       141 k\n"
#~ " pyOpenSSL            x86_64      0.10-3.fc15             fedora       198 k\n"
#~ " python-suds          noarch      0.3.9-3.fc15            fedora       195 k\n"
#~ " ricci                x86_64      0.18.7-1.fc15           fedora       584 k\n"
#~ " sg3_utils            x86_64      1.29-3.fc15             fedora       465 k\n"
#~ " sg3_utils-libs       x86_64      1.29-3.fc15             fedora        54 k\n"
#~ " xen-libs             x86_64      4.1.1-3.fc15            updates      310 k\n"
#~ " xen-licenses         x86_64      4.1.1-3.fc15            updates       64 k\n"
#~ " yajl                 x86_64      1.0.11-1.fc15           fedora        27 k\n"
#~ "\n"
#~ "Transaction Summary\n"
#~ "=============================================================================\n"
#~ "Install      34 Package(s)\n"
#~ "\n"
#~ "Total download size: 10 M\n"
#~ "Installed size: 38 M\n"
#~ "Downloading Packages:\n"
#~ "(1/34): augeas-libs-0.9.0-1.fc15.x86_64.rpm           | 311 kB     00:00     \n"
#~ "(2/34): cman-3.1.7-1.fc15.x86_64.rpm                  | 366 kB     00:00     \n"
#~ "(3/34): cyrus-sasl-md5-2.1.23-18.fc15.x86_64.rpm      |  46 kB     00:00     \n"
#~ "(4/34): fence-agents-3.1.5-1.fc15.x86_64.rpm          | 186 kB     00:00     \n"
#~ "(5/34): gettext-0.18.1.1-7.fc15.x86_64.rpm            | 1.0 MB     00:01     \n"
#~ "(6/34): gettext-libs-0.18.1.1-7.fc15.x86_64.rpm       | 610 kB     00:00     \n"
#~ "(7/34): gfs2-cluster-3.1.1-2.fc15.x86_64.rpm          |  69 kB     00:00     \n"
#~ "(8/34): gfs2-utils-3.1.1-2.fc15.x86_64.rpm            | 222 kB     00:00     \n"
#~ "(9/34): gnutls-utils-2.10.5-1.fc15.x86_64.rpm         | 101 kB     00:00     \n"
#~ "(10/34): ipmitool-1.8.11-6.fc15.x86_64.rpm            | 273 kB     00:00     \n"
#~ "(11/34): libbsd-0.2.0-4.fc15.x86_64.rpm               |  37 kB     00:00     \n"
#~ "(12/34): libgomp-4.6.1-9.fc15.x86_64.rpm              |  95 kB     00:00     \n"
#~ "(13/34): libnl-1.1-14.fc15.x86_64.rpm                 | 118 kB     00:00     \n"
#~ "(14/34): libvirt-client-0.8.8-7.fc15.x86_64.rpm       | 2.4 MB     00:01     \n"
#~ "(15/34): modcluster-0.18.7-1.fc15.x86_64.rpm          | 187 kB     00:00     \n"
#~ "(16/34): nc-1.100-3.fc15.x86_64.rpm                   |  24 kB     00:00     \n"
#~ "(17/34): net-snmp-utils-5.6.1-7.fc15.x86_64.rpm       | 180 kB     00:00     \n"
#~ "(18/34): netcf-libs-0.1.9-1.fc15.x86_64.rpm           |  50 kB     00:00     \n"
#~ "(19/34): nss-tools-3.12.10-6.fc15.x86_64.rpm          | 723 kB     00:00     \n"
#~ "(20/34): numactl-2.0.7-1.fc15.x86_64.rpm              |  54 kB     00:00     \n"
#~ "(21/34): oddjob-0.31-2.fc15.x86_64.rpm                |  61 kB     00:00     \n"
#~ "(22/34): openais-1.1.4-2.fc15.x86_64.rpm              | 190 kB     00:00     \n"
#~ "(23/34): openaislib-1.1.4-2.fc15.x86_64.rpm           |  88 kB     00:00     \n"
#~ "(24/34): parted-2.3-10.fc15.x86_64.rpm                | 618 kB     00:00     \n"
#~ "(25/34): perl-Net-Telnet-3.03-12.fc15.noarch.rpm      |  55 kB     00:00     \n"
#~ "(26/34): pexpect-2.3-6.fc15.noarch.rpm                | 141 kB     00:00     \n"
#~ "(27/34): pyOpenSSL-0.10-3.fc15.x86_64.rpm             | 198 kB     00:00     \n"
#~ "(28/34): python-suds-0.3.9-3.fc15.noarch.rpm          | 195 kB     00:00     \n"
#~ "(29/34): ricci-0.18.7-1.fc15.x86_64.rpm               | 584 kB     00:00     \n"
#~ "(30/34): sg3_utils-1.29-3.fc15.x86_64.rpm             | 465 kB     00:00     \n"
#~ "(31/34): sg3_utils-libs-1.29-3.fc15.x86_64.rpm        |  54 kB     00:00     \n"
#~ "(32/34): xen-libs-4.1.1-3.fc15.x86_64.rpm             | 310 kB     00:00     \n"
#~ "(33/34): xen-licenses-4.1.1-3.fc15.x86_64.rpm         |  64 kB     00:00     \n"
#~ "(34/34): yajl-1.0.11-1.fc15.x86_64.rpm                |  27 kB     00:00     \n"
#~ "-----------------------------------------------------------------------------\n"
#~ "Total                                        803 kB/s |  10 MB     00:12     \n"
#~ "Running rpm_check_debug\n"
#~ "Running Transaction Test\n"
#~ "Transaction Test Succeeded\n"
#~ "Running Transaction\n"
#~ "  Installing : openais-1.1.4-2.fc15.x86_64                              1/34 \n"
#~ "  Installing : openaislib-1.1.4-2.fc15.x86_64                           2/34 \n"
#~ "  Installing : libnl-1.1-14.fc15.x86_64                                 3/34 \n"
#~ "  Installing : augeas-libs-0.9.0-1.fc15.x86_64                          4/34 \n"
#~ "  Installing : oddjob-0.31-2.fc15.x86_64                                5/34 \n"
#~ "  Installing : modcluster-0.18.7-1.fc15.x86_64                          6/34 \n"
#~ "  Installing : netcf-libs-0.1.9-1.fc15.x86_64                           7/34 \n"
#~ "  Installing : 1:net-snmp-utils-5.6.1-7.fc15.x86_64                     8/34 \n"
#~ "  Installing : sg3_utils-libs-1.29-3.fc15.x86_64                        9/34 \n"
#~ "  Installing : sg3_utils-1.29-3.fc15.x86_64                            10/34 \n"
#~ "  Installing : libgomp-4.6.1-9.fc15.x86_64                             11/34 \n"
#~ "  Installing : gnutls-utils-2.10.5-1.fc15.x86_64                       12/34 \n"
#~ "  Installing : pyOpenSSL-0.10-3.fc15.x86_64                            13/34 \n"
#~ "  Installing : parted-2.3-10.fc15.x86_64                               14/34 \n"
#~ "  Installing : cyrus-sasl-md5-2.1.23-18.fc15.x86_64                    15/34 \n"
#~ "  Installing : python-suds-0.3.9-3.fc15.noarch                         16/34 \n"
#~ "  Installing : ipmitool-1.8.11-6.fc15.x86_64                           17/34 \n"
#~ "  Installing : perl-Net-Telnet-3.03-12.fc15.noarch                     18/34 \n"
#~ "  Installing : numactl-2.0.7-1.fc15.x86_64                             19/34 \n"
#~ "  Installing : yajl-1.0.11-1.fc15.x86_64                               20/34 \n"
#~ "  Installing : gettext-libs-0.18.1.1-7.fc15.x86_64                     21/34 \n"
#~ "  Installing : gettext-0.18.1.1-7.fc15.x86_64                          22/34 \n"
#~ "  Installing : libbsd-0.2.0-4.fc15.x86_64                              23/34 \n"
#~ "  Installing : nc-1.100-3.fc15.x86_64                                  24/34 \n"
#~ "  Installing : xen-licenses-4.1.1-3.fc15.x86_64                        25/34 \n"
#~ "  Installing : xen-libs-4.1.1-3.fc15.x86_64                            26/34 \n"
#~ "  Installing : libvirt-client-0.8.8-7.fc15.x86_64                      27/34 \n"
#~ "\n"
#~ "Note: This output shows SysV services only and does not include native\n"
#~ "      systemd services. SysV configuration data might be overridden by native\n"
#~ "      systemd configuration.\n"
#~ "\n"
#~ "  Installing : nss-tools-3.12.10-6.fc15.x86_64                         28/34 \n"
#~ "  Installing : ricci-0.18.7-1.fc15.x86_64                              29/34 \n"
#~ "  Installing : pexpect-2.3-6.fc15.noarch                               30/34 \n"
#~ "  Installing : fence-agents-3.1.5-1.fc15.x86_64                        31/34 \n"
#~ "  Installing : cman-3.1.7-1.fc15.x86_64                                32/34 \n"
#~ "  Installing : gfs2-cluster-3.1.1-2.fc15.x86_64                        33/34 \n"
#~ "  Installing : gfs2-utils-3.1.1-2.fc15.x86_64                          34/34 \n"
#~ "\n"
#~ "Installed:\n"
#~ "  cman.x86_64 0:3.1.7-1.fc15           gfs2-cluster.x86_64 0:3.1.1-2.fc15    \n"
#~ "  gfs2-utils.x86_64 0:3.1.1-2.fc15    \n"
#~ "\n"
#~ "Dependency Installed:\n"
#~ "  augeas-libs.x86_64 0:0.9.0-1.fc15                                          \n"
#~ "  cyrus-sasl-md5.x86_64 0:2.1.23-18.fc15                                     \n"
#~ "  fence-agents.x86_64 0:3.1.5-1.fc15                                         \n"
#~ "  gettext.x86_64 0:0.18.1.1-7.fc15                                           \n"
#~ "  gettext-libs.x86_64 0:0.18.1.1-7.fc15                                      \n"
#~ "  gnutls-utils.x86_64 0:2.10.5-1.fc15                                        \n"
#~ "  ipmitool.x86_64 0:1.8.11-6.fc15                                            \n"
#~ "  libbsd.x86_64 0:0.2.0-4.fc15                                               \n"
#~ "  libgomp.x86_64 0:4.6.1-9.fc15                                              \n"
#~ "  libnl.x86_64 0:1.1-14.fc15                                                 \n"
#~ "  libvirt-client.x86_64 0:0.8.8-7.fc15                                       \n"
#~ "  modcluster.x86_64 0:0.18.7-1.fc15                                          \n"
#~ "  nc.x86_64 0:1.100-3.fc15                                                   \n"
#~ "  net-snmp-utils.x86_64 1:5.6.1-7.fc15                                       \n"
#~ "  netcf-libs.x86_64 0:0.1.9-1.fc15                                           \n"
#~ "  nss-tools.x86_64 0:3.12.10-6.fc15                                          \n"
#~ "  numactl.x86_64 0:2.0.7-1.fc15                                              \n"
#~ "  oddjob.x86_64 0:0.31-2.fc15                                                \n"
#~ "  openais.x86_64 0:1.1.4-2.fc15                                              \n"
#~ "  openaislib.x86_64 0:1.1.4-2.fc15                                           \n"
#~ "  parted.x86_64 0:2.3-10.fc15                                                \n"
#~ "  perl-Net-Telnet.noarch 0:3.03-12.fc15                                      \n"
#~ "  pexpect.noarch 0:2.3-6.fc15                                                \n"
#~ "  pyOpenSSL.x86_64 0:0.10-3.fc15                                             \n"
#~ "  python-suds.noarch 0:0.3.9-3.fc15                                          \n"
#~ "  ricci.x86_64 0:0.18.7-1.fc15                                               \n"
#~ "  sg3_utils.x86_64 0:1.29-3.fc15                                             \n"
#~ "  sg3_utils-libs.x86_64 0:1.29-3.fc15                                        \n"
#~ "  xen-libs.x86_64 0:4.1.1-3.fc15                                             \n"
#~ "  xen-licenses.x86_64 0:4.1.1-3.fc15                                         \n"
#~ "  yajl.x86_64 0:1.0.11-1.fc15                                                \n"
#~ "\n"
#~ "Complete!\n"
#~ "[root@pcmk-1 ~]#     \n"
#~ "      "

#~ msgid "Configuring CMAN"
#~ msgstr "Configurarea CMAN"

#~ msgid "The first thing we need to do, is tell CMAN complete starting up even without quorum. We can do this by changing the quorum timeout setting:"
#~ msgstr "Primul lucru pe care trebuie să îl facem este să îi spunem lui CMAN să încheie cu succes procedura de pornire chiar și fără quorum. Putem realiza acest lucru prin schimbarea setării de expirare a temporizatorului pentru quorum:"

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>sed -i.sed \"s/.*CMAN_QUORUM_TIMEOUT=.*/CMAN_QUORUM_TIMEOUT=0/g\" /etc/sysconfig/cman</userinput>\n"
#~ "      "
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>sed -i.sed \"s/.*CMAN_QUORUM_TIMEOUT=.*/CMAN_QUORUM_TIMEOUT=0/g\" /etc/sysconfig/cman</userinput>\n"
#~ "      "

#~ msgid "Next we create a basic configuration file and place it in <filename>/etc/cluster/cluster.conf</filename>. The <constant>name</constant> used for each <constant>clusternode</constant> should correspond to that node's <command>uname -n</command>, just as Pacemaker expects. The <constant>nodeid</constant> can be any positive number but must be unique."
#~ msgstr "În continuare creem un fișier de configurare de bază și îl punem în <filename>/etc/cluster/cluster.conf</filename>. <constant>Numele</constant> folosit pentru fiecare <constant>clusternode</constant> ar trebui să corespundă cu <command>uname -n</command> de pe nodul respectiv, exact așa cum se așteaptă și Pacemaker. <constant>nodeid</constant> poate fi orice număr pozitiv dar trebuie să fie unic."

#~ msgid "Basic cluster.conf for a two-node cluster"
#~ msgstr "Un cluster.conf de bază pentru un cluster format din două noduri"

#~ msgid ""
#~ "\n"
#~ "\t\n"
#~ "&lt;?xml version=\"1.0\"?&gt;\n"
#~ "&lt;cluster config_version=\"1\" name=\"my_cluster_name\"&gt;\n"
#~ "  &lt;logging debug=\"off\"/&gt;\n"
#~ "  &lt;clusternodes&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-1\" nodeid=\"1\"/&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-2\" nodeid=\"2\"/&gt;\n"
#~ "  &lt;/clusternodes&gt;\n"
#~ "&lt;/cluster&gt;\n"
#~ "\t\n"
#~ "\t  "
#~ msgstr ""
#~ "\n"
#~ "\t\n"
#~ "&lt;?xml version=\"1.0\"?&gt;\n"
#~ "&lt;cluster config_version=\"1\" name=\"my_cluster_name\"&gt;\n"
#~ "  &lt;logging debug=\"off\"/&gt;\n"
#~ "  &lt;clusternodes&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-1\" nodeid=\"1\"/&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-2\" nodeid=\"2\"/&gt;\n"
#~ "  &lt;/clusternodes&gt;\n"
#~ "&lt;/cluster&gt;\n"
#~ "\t\n"
#~ "\t  "

#~ msgid "Configuring CMAN Fencing"
#~ msgstr "Configurarea Evacuării Forțate în CMAN"

#~ msgid "We configure the <filename>fence_pcmk</filename> agent (supplied with Pacemaker) to redirect any fencing requests from CMAN components (such as dlm_controld) to Pacemaker. Pacemaker's fencing subsystem lets other parts of the stack know that a node has been successfully fenced, thus avoiding the need for it to be fenced again when other subsystems notice the node is gone."
#~ msgstr "Configurăm agentul <filename>fence_pcmk</filename> (furnizat împreună cu Pacemaker) pentru a redirecta orice cereri de evacuare forțată de la componentele CMAN (cum ar fi dlm_controld) către Pacemaker. Subsistemul de evacuare forțată al Pacemaker lasă alte părți ale stivei să știe că un nod a fost evacuat forțat cu succes, prin urmare evitând nevoia ca acesta să fie evacuat forțat din nou când alte subsisteme detectează că nodul a dispărut. "

#~ msgid "Configuring real fencing devices in CMAN will result in nodes being fenced multiple times as different parts of the stack notice the node is missing or failed."
#~ msgstr "Configurarea de dispozitive reale de evacuare forțată în CMAN va rezulta în evacuarea forțată de mai multe ori a nodurilor pe măsură ce părți diferite ale stivei detectează că un nod lipsește sau a eșuat."

#~ msgid "The definition should be placed in the <constant>fencedevices</constant> section and contain:"
#~ msgstr "Definiția ar trebui plasată în secțiunea <constant>fencedevices</constant> și ar trebui să conțină:"

#~ msgid ""
#~ "\n"
#~ "\t\n"
#~ " &lt;fencedevice name=\"pcmk\" agent=\"fence_pcmk\"/&gt;\n"
#~ "\t\n"
#~ "\t"
#~ msgstr ""
#~ "\n"
#~ "\t\n"
#~ " &lt;fencedevice name=\"pcmk\" agent=\"fence_pcmk\"/&gt;\n"
#~ "\t\n"
#~ "\t"

#~ msgid "Each <constant>clusternode</constant> must be configured to use this <quote>device</quote> by adding a <constant>fence method</constant> block that lists the node's <constant>name</constant> as the <constant>port</constant>."
#~ msgstr "Fiecare <constant>clusternode</constant> trebuie să fie configurat să folosească acest <quote>dispozitiv</quote> prin adăugarea unui bloc cu <constant>metoda de evacuare forțată</constant> care listează <constant>numele</constant> acelui nod ca și <constant>port</constant>."

#~ msgid ""
#~ "\n"
#~ "\t\n"
#~ " &lt;fence&gt;\n"
#~ "   &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "     &lt;device name=\"pcmk\" port=\"node_name_here\"/&gt;\n"
#~ "   &lt;/method&gt;\n"
#~ " &lt;/fence&gt;\n"
#~ "\t\n"
#~ "\t"
#~ msgstr ""
#~ "\n"
#~ "\t\n"
#~ " &lt;fence&gt;\n"
#~ "   &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "     &lt;device name=\"pcmk\" port=\"node_name_here\"/&gt;\n"
#~ "   &lt;/method&gt;\n"
#~ " &lt;/fence&gt;\n"
#~ "\t\n"
#~ "\t"

#~ msgid "Putting everything together, we have:"
#~ msgstr "Punând totul la un loc, avem:"

#~ msgid "cluster.conf for a two-node cluster with fencing"
#~ msgstr "cluster.conf pentru un cluster format din două noduri cu evacuare forțată"

#~ msgid ""
#~ "\n"
#~ "\t\n"
#~ "&lt;?xml version=\"1.0\"?&gt;\n"
#~ "&lt;cluster config_version=\"1\" name=\"mycluster\"&gt;\n"
#~ "  &lt;logging debug=\"off\"/&gt;\n"
#~ "  &lt;clusternodes&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-1\" nodeid=\"1\"&gt;\n"
#~ "      &lt;fence&gt;\n"
#~ "        &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "          &lt;device name=\"pcmk\" port=\"pcmk-1\"/&gt;\n"
#~ "        &lt;/method&gt;\n"
#~ "      &lt;/fence&gt;\n"
#~ "    &lt;/clusternode&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-2\" nodeid=\"2\"&gt;\n"
#~ "      &lt;fence&gt;\n"
#~ "        &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "          &lt;device name=\"pcmk\" port=\"pcmk-2\"/&gt;\n"
#~ "        &lt;/method&gt;\n"
#~ "      &lt;/fence&gt;\n"
#~ "    &lt;/clusternode&gt;\n"
#~ "  &lt;/clusternodes&gt;\n"
#~ "  &lt;fencedevices&gt;\n"
#~ "    &lt;fencedevice name=\"pcmk\" agent=\"fence_pcmk\"/&gt;\n"
#~ "  &lt;/fencedevices&gt;\n"
#~ "&lt;/cluster&gt;\n"
#~ "\t\n"
#~ "\t  "
#~ msgstr ""
#~ "\n"
#~ "\t\n"
#~ "&lt;?xml version=\"1.0\"?&gt;\n"
#~ "&lt;cluster config_version=\"1\" name=\"mycluster\"&gt;\n"
#~ "  &lt;logging debug=\"off\"/&gt;\n"
#~ "  &lt;clusternodes&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-1\" nodeid=\"1\"&gt;\n"
#~ "      &lt;fence&gt;\n"
#~ "        &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "          &lt;device name=\"pcmk\" port=\"pcmk-1\"/&gt;\n"
#~ "        &lt;/method&gt;\n"
#~ "      &lt;/fence&gt;\n"
#~ "    &lt;/clusternode&gt;\n"
#~ "    &lt;clusternode name=\"pcmk-2\" nodeid=\"2\"&gt;\n"
#~ "      &lt;fence&gt;\n"
#~ "        &lt;method name=\"pcmk-redirect\"&gt;\n"
#~ "          &lt;device name=\"pcmk\" port=\"pcmk-2\"/&gt;\n"
#~ "        &lt;/method&gt;\n"
#~ "      &lt;/fence&gt;\n"
#~ "    &lt;/clusternode&gt;\n"
#~ "  &lt;/clusternodes&gt;\n"
#~ "  &lt;fencedevices&gt;\n"
#~ "    &lt;fencedevice name=\"pcmk\" agent=\"fence_pcmk\"/&gt;\n"
#~ "  &lt;/fencedevices&gt;\n"
#~ "&lt;/cluster&gt;\n"
#~ "\t\n"
#~ "\t  "

#~ msgid "Bringing the Cluster Online with CMAN"
#~ msgstr "Aducerea Clusterului Online cu CMAN"

#~ msgid "The first thing to do is check that the configuration is valid"
#~ msgstr "Primul lucru care trebuie făcut este de a verifica dacă este validă configurația"

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>ccs_config_validate</userinput>\n"
#~ "Configuration validates\n"
#~ "\t"
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>ccs_config_validate</userinput>\n"
#~ "Configuration validates\n"
#~ "\t"

#~ msgid "Now start CMAN"
#~ msgstr "Acum porniți CMAN"

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>service cman start</userinput>\n"
#~ "Starting cluster: \n"
#~ "   Checking Network Manager...                             [  OK  ]\n"
#~ "   Global setup...                                         [  OK  ]\n"
#~ "   Loading kernel modules...                               [  OK  ]\n"
#~ "   Mounting configfs...                                    [  OK  ]\n"
#~ "   Starting cman...                                        [  OK  ]\n"
#~ "   Waiting for quorum...                                   [  OK  ]\n"
#~ "   Starting fenced...                                      [  OK  ]\n"
#~ "   Starting dlm_controld...                                [  OK  ]\n"
#~ "   Starting gfs_controld...                                [  OK  ]\n"
#~ "   Unfencing self...                                       [  OK  ]\n"
#~ "   Joining fence domain...                                 [  OK  ]\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon -1</userinput>\n"
#~ "\t"
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>service cman start</userinput>\n"
#~ "Starting cluster: \n"
#~ "   Checking Network Manager...                             [  OK  ]\n"
#~ "   Global setup...                                         [  OK  ]\n"
#~ "   Loading kernel modules...                               [  OK  ]\n"
#~ "   Mounting configfs...                                    [  OK  ]\n"
#~ "   Starting cman...                                        [  OK  ]\n"
#~ "   Waiting for quorum...                                   [  OK  ]\n"
#~ "   Starting fenced...                                      [  OK  ]\n"
#~ "   Starting dlm_controld...                                [  OK  ]\n"
#~ "   Starting gfs_controld...                                [  OK  ]\n"
#~ "   Unfencing self...                                       [  OK  ]\n"
#~ "   Joining fence domain...                                 [  OK  ]\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon -1</userinput>\n"
#~ "\t"

#~ msgid "Once you have confirmed that the first node is happily online, start the second node."
#~ msgstr "Odată ce ați confirmat că primul nod este fericit online, porniți al doilea nod."

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-2 ~]# <userinput>service cman start</userinput>\n"
#~ "Starting cluster: \n"
#~ "   Checking Network Manager...                             [  OK  ]\n"
#~ "   Global setup...                                         [  OK  ]\n"
#~ "   Loading kernel modules...                               [  OK  ]\n"
#~ "   Mounting configfs...                                    [  OK  ]\n"
#~ "   Starting cman...                                        [  OK  ]\n"
#~ "   Waiting for quorum...                                   [  OK  ]\n"
#~ "   Starting fenced...                                      [  OK  ]\n"
#~ "   Starting dlm_controld...                                [  OK  ]\n"
#~ "   Starting gfs_controld...                                [  OK  ]\n"
#~ "   Unfencing self...                                       [  OK  ]\n"
#~ "   Joining fence domain...                                 [  OK  ]\n"
#~ "[root@pcmk-1 ~]# <userinput>cman_tool nodes</userinput>\n"
#~ "Node  Sts   Inc   Joined               Name\n"
#~ "   1   M    548   2011-09-28 10:52:21  pcmk-1\n"
#~ "   2   M    548   2011-09-28 10:52:21  pcmk-2\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon -1</userinput>\n"
#~ "\t"
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-2 ~]# <userinput>service cman start</userinput>\n"
#~ "Starting cluster: \n"
#~ "   Checking Network Manager...                             [  OK  ]\n"
#~ "   Global setup...                                         [  OK  ]\n"
#~ "   Loading kernel modules...                               [  OK  ]\n"
#~ "   Mounting configfs...                                    [  OK  ]\n"
#~ "   Starting cman...                                        [  OK  ]\n"
#~ "   Waiting for quorum...                                   [  OK  ]\n"
#~ "   Starting fenced...                                      [  OK  ]\n"
#~ "   Starting dlm_controld...                                [  OK  ]\n"
#~ "   Starting gfs_controld...                                [  OK  ]\n"
#~ "   Unfencing self...                                       [  OK  ]\n"
#~ "   Joining fence domain...                                 [  OK  ]\n"
#~ "[root@pcmk-1 ~]# <userinput>cman_tool nodes</userinput>\n"
#~ "Node  Sts   Inc   Joined               Name\n"
#~ "   1   M    548   2011-09-28 10:52:21  pcmk-1\n"
#~ "   2   M    548   2011-09-28 10:52:21  pcmk-2\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon -1</userinput>\n"
#~ "\t"

#~ msgid "You should now see both nodes online and services started."
#~ msgstr "Ar trebui să vedeți acum ambele noduri online și serviciile pornite."

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_resource --resource WebFS --set-parameter target-role --meta --parameter-value Stopped</userinput>\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 15:18:06 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-1 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 ]\n"
#~ "        Slaves: [ pcmk-2 ]\n"
#~ "ClusterIP        (ocf::heartbeat:IPaddr):        Started pcmk-1\n"
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_resource --resource WebFS --set-parameter target-role --meta --parameter-value Stopped</userinput>\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 15:18:06 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-1 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 ]\n"
#~ "        Slaves: [ pcmk-2 ]\n"
#~ "ClusterIP        (ocf::heartbeat:IPaddr):        Started pcmk-1\n"

#~ msgid "Lastly, we use -t to specify the lock table name. The format for this field is clustername:fsname. For the fsname, we just need to pick something unique and descriptive and since we haven’t specified a clustername yet, we will use the default (pcmk)."
#~ msgstr "În cele din urmă, folosim -t pentru a specifica numele tabelei de blocare. Formatul acestui câmp este clustername:fsname. Pentru fsname, nu trebuie decât să alegem ceva unic și descriptiv și din moment ce nu am specificat un clustername încă, vom folosi valoarea implicită (pcmk)."

#~ msgid "To specify an alternate name for the cluster, locate the service section containing \"name: pacemaker\" in corosync.conf and insert the following line anywhere inside the block:"
#~ msgstr "Pentru a specifica un nume alternativ pentru cluster, localizați secțiunea service din corosync.conf care conține \"name: pacemaker\" și inserați următoarea linie oriunde înăuntrul acelui bloc."

#~ msgid "clustername: myname"
#~ msgstr "clustername: myname"

#~ msgid "Do this on each node in the cluster and be sure to restart them before continuing."
#~ msgstr "Realizați acest lucru pe fiecare nod din cluster și asigurați-vă că le-ați repornit înainte de a continua."

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm</userinput>\n"
#~ "crm(live)# <userinput>cib new GFS2</userinput>\n"
#~ "INFO: GFS2 shadow CIB created\n"
#~ "crm(GFS2)# <userinput>configure delete WebFS</userinput>\n"
#~ "crm(GFS2)# <userinput>configure primitive WebFS ocf:heartbeat:Filesystem params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"</userinput>\n"
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm</userinput>\n"
#~ "crm(live)# <userinput>cib new GFS2</userinput>\n"
#~ "INFO: GFS2 shadow CIB created\n"
#~ "crm(GFS2)# <userinput>configure delete WebFS</userinput>\n"
#~ "crm(GFS2)# <userinput>configure primitive WebFS ocf:heartbeat:Filesystem params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"</userinput>\n"

#~ msgid "Now that we’ve recreated the resource, we also need to recreate all the constraints that used it. This is because the shell will automatically remove any constraints that referenced WebFS."
#~ msgstr "Acum că am creat resursa, trebuie să recreem și toate restricțiile care o foloseau. Acest lucru este datorită faptului că shell-ul va înlătura în mod automat orice restricție care referențiază WebFS.."

#~ msgid ""
#~ "\n"
#~ "crm(GFS2)# <userinput>configure colocation WebSite-with-WebFS inf: WebSite WebFS</userinput>\n"
#~ "crm(GFS2)# <userinput>configure colocation fs_on_drbd inf: WebFS WebDataClone:Master</userinput>\n"
#~ "crm(GFS2)# <userinput>configure order WebFS-after-WebData inf: WebDataClone:promote WebFS:start</userinput>\n"
#~ "crm(GFS2)# <userinput>configure order WebSite-after-WebFS inf: WebFS WebSite</userinput>\n"
#~ "crm(GFS2)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "<emphasis>primitive WebFS ocf:heartbeat:Filesystem \\</emphasis>\n"
#~ "<emphasis> params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"</emphasis>\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"1\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "colocation WebSite-with-WebFS inf: WebSite WebFS\n"
#~ "colocation fs_on_drbd inf: WebFS WebDataClone:Master\n"
#~ "colocation website-with-ip inf: WebSite ClusterIP\n"
#~ "order WebFS-after-WebData inf: WebDataClone:promote WebFS:start\n"
#~ "order WebSite-after-WebFS inf: WebFS WebSite\n"
#~ "order apache-after-ip inf: ClusterIP WebSite\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"
#~ msgstr ""
#~ "\n"
#~ "crm(GFS2)# <userinput>configure colocation WebSite-with-WebFS inf: WebSite WebFS</userinput>\n"
#~ "crm(GFS2)# <userinput>configure colocation fs_on_drbd inf: WebFS WebDataClone:Master</userinput>\n"
#~ "crm(GFS2)# <userinput>configure order WebFS-after-WebData inf: WebDataClone:promote WebFS:start</userinput>\n"
#~ "crm(GFS2)# <userinput>configure order WebSite-after-WebFS inf: WebFS WebSite</userinput>\n"
#~ "crm(GFS2)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "<emphasis>primitive WebFS ocf:heartbeat:Filesystem \\</emphasis>\n"
#~ "<emphasis> params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"</emphasis>\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"1\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "colocation WebSite-with-WebFS inf: WebSite WebFS\n"
#~ "colocation fs_on_drbd inf: WebFS WebDataClone:Master\n"
#~ "colocation website-with-ip inf: WebSite ClusterIP\n"
#~ "order WebFS-after-WebData inf: WebDataClone:promote WebFS:start\n"
#~ "order WebSite-after-WebFS inf: WebFS WebSite\n"
#~ "order apache-after-ip inf: ClusterIP WebSite\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"

#~ msgid ""
#~ "\n"
#~ "crm(GFS2)# <userinput>cib commit GFS2</userinput>\n"
#~ "INFO: commited 'GFS2' shadow CIB to the cluster\n"
#~ "crm(GFS2)# <userinput>quit</userinput>\n"
#~ "bye\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 20:49:54 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-2 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "WebSite (ocf::heartbeat:apache):        Started pcmk-2\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 ]\n"
#~ "        Slaves: [ pcmk-2 ]\n"
#~ "ClusterIP        (ocf::heartbeat:IPaddr):        Started pcmk-2\n"
#~ "<emphasis>WebFS (ocf::heartbeat:Filesystem): Started pcmk-1</emphasis>\n"
#~ msgstr ""
#~ "\n"
#~ "crm(GFS2)# <userinput>cib commit GFS2</userinput>\n"
#~ "INFO: commited 'GFS2' shadow CIB to the cluster\n"
#~ "crm(GFS2)# <userinput>quit</userinput>\n"
#~ "bye\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 20:49:54 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-2 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "WebSite (ocf::heartbeat:apache):        Started pcmk-2\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 ]\n"
#~ "        Slaves: [ pcmk-2 ]\n"
#~ "ClusterIP        (ocf::heartbeat:IPaddr):        Started pcmk-2\n"
#~ "<emphasis>WebFS (ocf::heartbeat:Filesystem): Started pcmk-1</emphasis>\n"

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm</userinput>\n"
#~ "[root@pcmk-1 ~]# <userinput>cib new active</userinput>\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm</userinput>\n"
#~ "[root@pcmk-1 ~]# <userinput>cib new active</userinput>\n"
#~ "    "

#~ msgid "Open the ClusterIP resource"
#~ msgstr "Deschideți resursa ClusterIP"

#~ msgid "[root@pcmk-1 ~]# <userinput>configure edit  ClusterIP</userinput>"
#~ msgstr "[root@pcmk-1 ~]# <userinput>configure edit  ClusterIP</userinput>"

#~ msgid "And add the following to the params line"
#~ msgstr "Adăugați următoarele pe linia params"

#~ msgid "clusterip_hash=\"sourceip\""
#~ msgstr "clusterip_hash=\"sourceip\""

#~ msgid "So that the complete definition looks like:"
#~ msgstr "Astfel încât definiția completă să arate precum:"

#~ msgid ""
#~ "\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\ \n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\ \n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "    "

#~ msgid "Here is the full transcript"
#~ msgstr "Aici este transcrierea completă"

#~ msgid ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm </userinput>\n"
#~ "crm(live)# <userinput>cib new active</userinput>\n"
#~ "INFO: active shadow CIB created\n"
#~ "crm(active)# <userinput>configure clone WebIP ClusterIP  \\</userinput>\n"
#~ "        meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"\n"
#~ "crm(active)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "primitive WebFS ocf:heartbeat:Filesystem \\\n"
#~ "        params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"1\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "<emphasis>clone WebIP ClusterIP \\</emphasis>\n"
#~ "<emphasis> meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"</emphasis>\n"
#~ "colocation WebSite-with-WebFS inf: WebSite WebFS\n"
#~ "colocation fs_on_drbd inf: WebFS WebDataClone:Master\n"
#~ "<emphasis>colocation website-with-ip inf: WebSite WebIP</emphasis>\n"
#~ "order WebFS-after-WebData inf: WebDataClone:promote WebFS:start\n"
#~ "order WebSite-after-WebFS inf: WebFS WebSite\n"
#~ "<emphasis>order apache-after-ip inf: WebIP WebSite</emphasis>\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "[root@pcmk-1 ~]# <userinput>crm </userinput>\n"
#~ "crm(live)# <userinput>cib new active</userinput>\n"
#~ "INFO: active shadow CIB created\n"
#~ "crm(active)# <userinput>configure clone WebIP ClusterIP  \\</userinput>\n"
#~ "        meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"\n"
#~ "crm(active)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "primitive WebFS ocf:heartbeat:Filesystem \\\n"
#~ "        params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"1\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "<emphasis>clone WebIP ClusterIP \\</emphasis>\n"
#~ "<emphasis> meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"</emphasis>\n"
#~ "colocation WebSite-with-WebFS inf: WebSite WebFS\n"
#~ "colocation fs_on_drbd inf: WebFS WebDataClone:Master\n"
#~ "<emphasis>colocation website-with-ip inf: WebSite WebIP</emphasis>\n"
#~ "order WebFS-after-WebData inf: WebDataClone:promote WebFS:start\n"
#~ "order WebSite-after-WebFS inf: WebFS WebSite\n"
#~ "<emphasis>order apache-after-ip inf: WebIP WebSite</emphasis>\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"
#~ "    "

#~ msgid "Notice how any constraints that referenced ClusterIP have been updated to use WebIP instead. This is an additional benefit of using the crm shell."
#~ msgstr "Vedeți câte restricții care referențiau ClusterIP au fost actualizate pentru a folosi WebIP în schimb. Acesta este un beneficiu adițional al folosirii shell-ului crm."

#~ msgid ""
#~ "\n"
#~ "crm(active)# <userinput>configure clone WebFSClone WebFS</userinput>\n"
#~ "crm(active)# <userinput>configure clone WebSiteClone WebSite</userinput>\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "crm(active)# <userinput>configure clone WebFSClone WebFS</userinput>\n"
#~ "crm(active)# <userinput>configure clone WebSiteClone WebSite</userinput>\n"
#~ "    "

#~ msgid ""
#~ "\n"
#~ "crm(active)# <userinput>configure edit WebDataClone</userinput>\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "crm(active)# <userinput>configure edit WebDataClone</userinput>\n"
#~ "    "

#~ msgid "Change master-max to 2"
#~ msgstr "Schimbați master-max la 2"

#~ msgid ""
#~ "\n"
#~ "crm(active)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "primitive WebFS ocf:heartbeat:Filesystem \\\n"
#~ "        params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"2\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "<emphasis>clone WebFSClone WebFS</emphasis>\n"
#~ "clone WebIP ClusterIP  \\\n"
#~ "        meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"\n"
#~ "<emphasis>clone WebSiteClone WebSite</emphasis>\n"
#~ "<emphasis>colocation WebSite-with-WebFS inf: WebSiteClone WebFSClone</emphasis>\n"
#~ "<emphasis>colocation fs_on_drbd inf: WebFSClone WebDataClone:Master</emphasis>\n"
#~ "<emphasis>colocation website-with-ip inf: WebSiteClone WebIP</emphasis>\n"
#~ "<emphasis>order WebFS-after-WebData inf: WebDataClone:promote WebFSClone:start</emphasis>\n"
#~ "<emphasis>order WebSite-after-WebFS inf: WebFSClone WebSiteClone</emphasis>\n"
#~ "<emphasis>order apache-after-ip inf: WebIP WebSiteClone</emphasis>\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "crm(active)# <userinput>configure show</userinput>\n"
#~ "node pcmk-1\n"
#~ "node pcmk-2\n"
#~ "primitive WebData ocf:linbit:drbd \\\n"
#~ "        params drbd_resource=\"wwwdata\" \\\n"
#~ "        op monitor interval=\"60s\"\n"
#~ "primitive WebFS ocf:heartbeat:Filesystem \\\n"
#~ "        params device=\"/dev/drbd/by-res/wwwdata\" directory=\"/var/www/html\" fstype=\"gfs2\"\n"
#~ "primitive WebSite ocf:heartbeat:apache \\\n"
#~ "        params configfile=\"/etc/httpd/conf/httpd.conf\" \\\n"
#~ "        op monitor interval=\"1min\"\n"
#~ "primitive ClusterIP ocf:heartbeat:IPaddr2 \\\n"
#~ "        params ip=\"192.168.122.101\" cidr_netmask=\"32\" clusterip_hash=\"sourceip\" \\\n"
#~ "        op monitor interval=\"30s\"\n"
#~ "ms WebDataClone WebData \\\n"
#~ "        meta master-max=\"2\" master-node-max=\"1\" clone-max=\"2\" clone-node-max=\"1\" notify=\"true\"\n"
#~ "<emphasis>clone WebFSClone WebFS</emphasis>\n"
#~ "clone WebIP ClusterIP  \\\n"
#~ "        meta globally-unique=\"true\" clone-max=\"2\" clone-node-max=\"2\"\n"
#~ "<emphasis>clone WebSiteClone WebSite</emphasis>\n"
#~ "<emphasis>colocation WebSite-with-WebFS inf: WebSiteClone WebFSClone</emphasis>\n"
#~ "<emphasis>colocation fs_on_drbd inf: WebFSClone WebDataClone:Master</emphasis>\n"
#~ "<emphasis>colocation website-with-ip inf: WebSiteClone WebIP</emphasis>\n"
#~ "<emphasis>order WebFS-after-WebData inf: WebDataClone:promote WebFSClone:start</emphasis>\n"
#~ "<emphasis>order WebSite-after-WebFS inf: WebFSClone WebSiteClone</emphasis>\n"
#~ "<emphasis>order apache-after-ip inf: WebIP WebSiteClone</emphasis>\n"
#~ "property $id=\"cib-bootstrap-options\" \\\n"
#~ "        dc-version=\"1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\" \\\n"
#~ "        cluster-infrastructure=\"openais\" \\\n"
#~ "        expected-quorum-votes=\"2\" \\\n"
#~ "        stonith-enabled=\"false\" \\\n"
#~ "        no-quorum-policy=\"ignore\"\n"
#~ "rsc_defaults $id=\"rsc-options\" \\\n"
#~ "        resource-stickiness=\"100\"\n"
#~ "    "

#~ msgid ""
#~ "\n"
#~ "crm(active)# <userinput>cib commit active</userinput>\n"
#~ "INFO: commited 'active' shadow CIB to the cluster\n"
#~ "crm(active)# <userinput>quit</userinput>\n"
#~ "bye\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 21:37:27 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-2 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 pcmk-2 ]\n"
#~ "<emphasis>Clone Set: WebIP</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "<emphasis>Clone Set: WebFSClone</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "<emphasis>Clone Set: WebSiteClone</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "    "
#~ msgstr ""
#~ "\n"
#~ "crm(active)# <userinput>cib commit active</userinput>\n"
#~ "INFO: commited 'active' shadow CIB to the cluster\n"
#~ "crm(active)# <userinput>quit</userinput>\n"
#~ "bye\n"
#~ "[root@pcmk-1 ~]# <userinput>crm_mon</userinput>\n"
#~ "============\n"
#~ "Last updated: Thu Sep  3 21:37:27 2009\n"
#~ "Stack: openais\n"
#~ "Current DC: pcmk-2 - partition with quorum\n"
#~ "Version: 1.1.5-bdd89e69ba545404d02445be1f3d72e6a203ba2f\n"
#~ "2 Nodes configured, 2 expected votes\n"
#~ "6 Resources configured.\n"
#~ "============\n"
#~ "\n"
#~ "Online: [ pcmk-1 pcmk-2 ]\n"
#~ "\n"
#~ "Master/Slave Set: WebDataClone\n"
#~ "        Masters: [ pcmk-1 pcmk-2 ]\n"
#~ "<emphasis>Clone Set: WebIP</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "<emphasis>Clone Set: WebFSClone</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "<emphasis>Clone Set: WebSiteClone</emphasis>\n"
#~ "<emphasis> Started: [ pcmk-1 pcmk-2 ]</emphasis>\n"
#~ "    "