1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
msgid ""
msgstr ""
"Project-Id-Version: Pacemaker 1.1\n"
"POT-Creation-Date: 2012-10-17T05:19:01\n"
"PO-Revision-Date: 2012-01-01T17:48:32\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 "Installation"
msgstr "Instalare"
#. Tag: para
#, no-c-format
msgid "The following text may no longer be accurate in some places."
msgstr ""
#. Tag: title
#, no-c-format
msgid "Choosing a Cluster Stack"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>Cluster</primary><secondary>Choosing Between Heartbeat and Corosync</secondary> </indexterm> <indexterm> <primary>Choosing Between Heartbeat and Corosync</primary> </indexterm> <indexterm> <primary>Cluster Stack</primary><secondary>Corosync</secondary> </indexterm> <indexterm> <primary>Corosync</primary> </indexterm> <indexterm> <primary>Corosync</primary> </indexterm> <indexterm> <primary>Cluster Stack</primary><secondary>Heartbeat</secondary> </indexterm> <indexterm> <primary>Heartbeat</primary> </indexterm> <indexterm> <primary>Heartbeat</primary> </indexterm>"
msgstr ""
#. Tag: para
#, fuzzy, no-c-format
msgid "Ultimately the choice of cluster stack is a personal decision that must be made in the context of you or your company’s needs and strategic direction. Pacemaker currently functions equally well with both stacks."
msgstr "În ultimă instanţă alegerea unei stive de cluster este o decizie personală care trebuie realizată în contextul vostru sau al nevoilor şi direcţiei strategice ale companiei voastre. În momentul de faţă Pacemaker funcţionează la fel de bine cu ambele stive."
#. Tag: para
#, no-c-format
msgid "Here are some factors that may influence the decision:"
msgstr "În continuare sunt câţiva factori care ar putea influenţa decizia"
#. Tag: para
#, no-c-format
msgid "SUSE/Novell, Red Hat and Oracle are all putting their collective weight behind the Corosync cluster stack."
msgstr "SUSE/Novell, Red Hat şi Oracle îşi pun la contribuţie greutatea colectivă pentru a susţine stiva de cluster Corosync."
#. Tag: para
#, no-c-format
msgid "Using Corosync gives your applications access to the following additional cluster services"
msgstr "Folosirea Corosync oferă aplicaţiilor dvs. acces la următoarele servicii de cluster adiţionale"
#. Tag: para
#, no-c-format
msgid "distributed locking service"
msgstr "serviciu de blocare distribuit"
#. Tag: para
#, no-c-format
msgid "extended virtual synchronization service"
msgstr "serviciu de sincronie virtuală extinsă"
#. Tag: para
#, no-c-format
msgid "cluster closed process group service"
msgstr "serviciu de grup de procese închise de cluster"
#. Tag: para
#, no-c-format
msgid "It is likely that Pacemaker, at some point in the future, will make use of some of these additional services not provided by Heartbeat"
msgstr "Este probabil ca Pacemaker, la un moment dat în viitor, să utilizeze o parte din aceste servicii adiţionale care nu sunt furnizate de Heartbeat"
#. Tag: title
#, no-c-format
msgid "Enabling Pacemaker"
msgstr "Activarea Pacemaker"
#. Tag: title
#, no-c-format
msgid "For Corosync"
msgstr "Pentru Corosync"
#. Tag: para
#, fuzzy, no-c-format
msgid "The Corosync configuration is normally located in <emphasis>/etc/corosync/corosync.conf</emphasis> and an example for a machine with an address of <literal>1.2.3.4</literal> in a cluster communicating on port 1234 (without peer authentication and message encryption) is shown below."
msgstr "Fişierul de configurare al Corosync se găseşte în mod normal în <filename>/etc/corosync/corosync.conf</filename> şi un exemplu pentru o maşină cu adresa <literal>1.2.3.4</literal> într-un cluster care comunică pe portul 1234 (fără autentificarea partenerului sau criptarea mesajelor) este prezentată mai jos."
#. Tag: title
#, no-c-format
msgid "An example Corosync configuration file"
msgstr "Un exemplu de fişier de configurare al Corosync"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
" totem {\n"
" version: 2\n"
" secauth: off\n"
" threads: 0\n"
" interface {\n"
" ringnumber: 0\n"
" bindnetaddr: 1.2.3.4\n"
" mcastaddr: 239.255.1.1\n"
" mcastport: 1234\n"
" }\n"
" }\n"
" logging {\n"
" fileline: off\n"
" to_syslog: yes\n"
" syslog_facility: daemon\n"
" }\n"
" amf {\n"
" mode: disabled\n"
" }"
msgstr ""
"totem {\n"
" version: 2\n"
" secauth: off\n"
" threads: 0\n"
" interface {\n"
" ringnumber: 0\n"
" bindnetaddr: 1.2.3.4\n"
" mcastaddr: 226.94.1.1\n"
" mcastport: 1234\n"
" }\n"
" }\n"
" logging {\n"
" fileline: off\n"
" to_syslog: yes\n"
" syslog_facility: daemon\n"
" }\n"
" amf {\n"
" mode: disabled\n"
" }\n"
"\t"
#. Tag: para
#, no-c-format
msgid "The logging should be mostly obvious and the amf section refers to the Availability Management Framework and is not covered in this document."
msgstr "Partea de loguri ar trebui să fie evidentă în cea mai mare parte şi secţiunea amf se referă la Availability Management Framework şi nu este acoperit în acest document."
#. Tag: para
#, fuzzy, no-c-format
msgid "The interesting part of the configuration is the totem section. This is where we define how the node can communicate with the rest of the cluster and what protocol version and options (including encryption <footnote><para> Please consult the Corosync website (<ulink url=\"http://www.corosync.org/\">http://www.corosync.org/</ulink>) and documentation for details on enabling encryption and peer authentication for the cluster. </para></footnote> ) it should use. Beginners are encouraged to use the values shown and modify the interface section based on their network."
msgstr "Partea interesantă a configuraţiei o reprezintă secţiunea totem. Aici definim cum poate comunica un nod cu restul clusterului şi ce versiune de protocol şi opţiuni (incluzând criptarea<footnote> <para>Vă rugăm să consultaţi <ulink url=\"http://www.corosync.org/\">website-ul Corosync</ulink> şi documentaţia pentru detalii despre activarea criptării şi a autentificării partenerului pentru cluster.</para> </footnote>) ar trebui să folosească. Începătorii sunt încurajaţi să folosească valorile prezentate şi să modifice secţiunea referitoare la interfaţă pe baza reţelei acestora."
#. Tag: para
#, no-c-format
msgid "It is also possible to configure Corosync for an IPv6 based environment. Simply configure <literal>bindnetaddr</literal> and <literal>mcastaddr</literal> with their IPv6 equivalents, eg."
msgstr "Este totodată posibilă configurarea Corosync pentru un mediu bazat pe IPV6. Pur şi simplu configuraţi <literal>bindnetaddr</literal> şi <literal>mcastaddr</literal> cu echivalentele IPV6 ale acestora. ex."
#. Tag: title
#, no-c-format
msgid "Example options for an IPv6 environment"
msgstr "Exemple de opţiuni pentru un mediu IPV6"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
" bindnetaddr: fec0::1:a800:4ff:fe00:20\n"
" mcastaddr: ff05::1"
msgstr ""
"bindnetaddr: fec0::1:a800:4ff:fe00:20 \n"
" mcastaddr: ff05::1\n"
"\t "
#. Tag: para
#, no-c-format
msgid "To tell Corosync to use the Pacemaker cluster manager, add the following fragment to a functional Corosync configuration and restart the cluster."
msgstr "Pentru a îi spune Corosync-ului să folosească Pacemaker ca şi manager al clusterului, adăugaţi următorul fragment la o configuraţie funcţională de Corosync şi reporniţi clusterul."
#. Tag: title
#, no-c-format
msgid "Configuration fragment for enabling Pacemaker under Corosync"
msgstr "Fragment de configurare pentru a activa Pacemaker sub Corosync"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"aisexec {\n"
" user: root\n"
" group: root\n"
"}\n"
"service {\n"
" name: pacemaker\n"
" ver: 0\n"
"}"
msgstr ""
"aisexec {\n"
" user: root\n"
" group: root\n"
"}\n"
"service {\n"
" name: pacemaker\n"
" ver: 0\n"
"}\n"
"\t "
#. Tag: para
#, fuzzy, no-c-format
msgid "The cluster needs to be run as root so that its child processes (the <literal>lrmd</literal> in particular) have sufficient privileges to perform the actions requested of it. After all, a cluster manager that can’t add an IP address or start apache is of little use."
msgstr "Clusterul trebuie să ruleze ca root pentru ca procesele copil ale acestuia (<literal>lrmd</literal>-ul în particular) să aibe suficiente privilegii pentru a îndeplini acţiunile care i s-au cerut. La urma urmei, un manager de cluster care nu poate să adauge o adresă IP sau să pornească apache este de puţin folos."
#. Tag: para
#, no-c-format
msgid "The second directive is the one that actually instructs the cluster to run Pacemaker."
msgstr "A doua directivă este cea care instruieşte de fapt clusterul să ruleze Pacemaker."
#. Tag: title
#, no-c-format
msgid "For Heartbeat"
msgstr "Pentru Heartbeat"
#. Tag: para
#, fuzzy, no-c-format
msgid "Add the following to a functional <emphasis>ha.cf</emphasis> configuration file and restart Heartbeat:"
msgstr "Adăugaţi următoarele la un fişier de configurare <filename>ha.cf</filename> funcţional şi reporniţi Heartbeat"
#. Tag: title
#, no-c-format
msgid "Configuration fragment for enabling Pacemaker under Heartbeat"
msgstr "Fragment de configurare pentru a activa Pacemaker sub Heartbeat"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid "crm respawn"
msgstr ""
"crm respawn\n"
"\t "
#~ msgid "Choosing a <indexterm significance=\"preferred\"><primary>Cluster Stack</primary><secondary>choosing one</secondary></indexterm>Cluster Stack"
#~ msgstr "Alegerea unei <indexterm significance=\"preferred\"><primary>Stive de Cluster</primary><secondary>alegerea unei</secondary></indexterm>Stive de Cluster"
#~ msgid "<indexterm significance=\"preferred\"><primary>Cluster Stack</primary><secondary>Corosync</secondary></indexterm> <indexterm significance=\"preferred\"><primary>Corosync</primary></indexterm>Corosync is an OSI Certified implementation of an industry standard (the Service Availability Forum Application Interface Specification)."
#~ msgstr "<indexterm significance=\"preferred\"><primary>Stivă de Cluster</primary><secondary>Corosync</secondary></indexterm> <indexterm significance=\"preferred\"><primary>Corosync</primary></indexterm>Corosync este o implementare Certificată OSI a unui standard al industriei (Service Availability Forum Application Interface Specification)."
#~ msgid "checkpoint service"
#~ msgstr "serviciu punct de control"
#~ msgid "To date, Pacemaker has received less real-world testing on Corosync than it has on <indexterm significance=\"preferred\"><primary>Cluster Stack</primary><secondary>Heartbeat</secondary></indexterm> <indexterm significance=\"preferred\"><primary>Heartbeat</primary></indexterm>Heartbeat."
#~ msgstr "Până în acest moment, Pacemaker a avut parte de mai puţină testare \"real-world\" pe Corosync faţă de <indexterm significance=\"preferred\"><primary>Stivă de Cluster</primary><secondary>Heartbeat</secondary></indexterm> <indexterm significance=\"preferred\"><primary>Heartbeat</primary></indexterm>Heartbeat"
|