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 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
|
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 "Sample Configurations"
msgstr "Exemple de Configurare"
#. Tag: title
#, no-c-format
msgid "Empty"
msgstr ""
#. Tag: title
#, no-c-format
msgid "An Empty Configuration"
msgstr "O Configuraţie Goală"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"<cib admin_epoch=\"0\" epoch=\"0\" num_updates=\"0\" have-quorum=\"false\">\n"
" <configuration>\n"
" <crm_config/>\n"
" <nodes/>\n"
" <resources/>\n"
" <constraints/>\n"
" </configuration>\n"
" <status/>\n"
"</cib>"
msgstr ""
"<cib admin_epoch=\"0\" epoch=\"0\" num_updates=\"0\" have-quorum=\"false\">\n"
" <configuration>\n"
" <crm_config/>\n"
" <nodes/>\n"
" <resources/>\n"
" <constraints/>\n"
" </configuration>\n"
" <status/>\n"
"</cib> "
#. Tag: title
#, no-c-format
msgid "Simple"
msgstr ""
#. Tag: title
#, fuzzy, no-c-format
msgid "Simple Configuration - 2 nodes, some cluster options and a resource"
msgstr "2 noduri, câteva opţiuni de cluster şi o resursă"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"<cib admin_epoch=\"0\" epoch=\"1\" num_updates=\"0\" have-quorum=\"false\"\n"
" validate-with=\"pacemaker-1.0\">\n"
" <configuration>\n"
" <crm_config>\n"
" <nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/>\n"
" <nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/>\n"
" </crm_config>\n"
" <op_defaults>\n"
" <nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/>\n"
" </op_defaults>\n"
" <rsc_defaults>\n"
" <nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/>\n"
" <nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/>\n"
" </rsc_defaults>\n"
" <nodes>\n"
" <node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/>\n"
" <node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/>\n"
" </nodes>\n"
" <resources>\n"
" <primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\">\n"
" <operations>\n"
" <op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" <instance_attributes>\n"
" <nvpair name=\"ip\" value=\"10.0.200.30\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" </resources>\n"
" <constraints>\n"
" <rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\" score=\"INFINITY\"/>\n"
" </constraints>\n"
" </configuration>\n"
" <status/>\n"
"</cib>"
msgstr ""
"<cib admin_epoch=\"0\" epoch=\"1\" num_updates=\"0\" have-quorum=\"false\"\n"
" validate-with=\"pacemaker-1.0\">\n"
" <configuration>\n"
" <crm_config>\n"
" <nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/>\n"
" <nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/>\n"
" </crm_config>\n"
" <op_defaults>\n"
" <nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/>\n"
" </op_defaults>\n"
" <rsc_defaults>\n"
" <nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/>\n"
" <nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/>\n"
" </rsc_defaults>\n"
" <nodes>\n"
" <node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/>\n"
" <node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/>\n"
" </nodes>\n"
" <resources>\n"
" <primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\">\n"
" <operations>\n"
" <op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" <instance_attributes>\n"
" <nvpair name=\"ip\" value=\"10.0.200.30\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" </resources>\n"
" <constraints>\n"
" <rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\" score=\"INFINITY\"/>\n"
" </constraints>\n"
" </configuration>\n"
" <status/>\n"
"</cib> "
#. Tag: para
#, no-c-format
msgid "In this example, we have one resource (an IP address) that we check every five minutes and will run on host <literal>c001n01</literal> until either the resource fails 10 times or the host shuts down."
msgstr "În acest exemplu, avem o resursă (o adresă IP) pe care o verificăm la fiecare cinci minute şi va rula pe host-ul <literal>c001n01</literal> până fie resursa eşuează de 10 ori fie host-ul este închis."
#. Tag: title
#, fuzzy, no-c-format
msgid "Advanced Configuration"
msgstr "Exemple de Configurare"
#. Tag: title
#, fuzzy, no-c-format
msgid "Advanced configuration - groups and clones with stonith"
msgstr "grupuri şi clone cu stonith"
#. Tag: programlisting
#, fuzzy, no-c-format
msgid ""
"<cib admin_epoch=\"0\" epoch=\"1\" num_updates=\"0\" have-quorum=\"false\"\n"
" validate-with=\"pacemaker-1.0\">\n"
" <configuration>\n"
" <crm_config>\n"
" <nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/>\n"
" <nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/>\n"
" <nvpair id=\"option-3\" name=\"stonith-enabled\" value=\"true\"/>\n"
" </crm_config>\n"
" <op_defaults>\n"
" <nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/>\n"
" </op_defaults>\n"
" <rsc_defaults>\n"
" <nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/>\n"
" <nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/>\n"
" </rsc_defaults>\n"
" <nodes>\n"
" <node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/>\n"
" <node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/>\n"
" <node id=\"zzz\" uname=\"c001n03\" type=\"normal\"/>\n"
" </nodes>\n"
" <resources>\n"
" <primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\">\n"
" <operations>\n"
" <op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" <instance_attributes>\n"
" <nvpair name=\"ip\" value=\"10.0.200.30\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" <group id=\"myGroup\">\n"
" <primitive id=\"database\" class=\"lsb\" type=\"oracle\">\n"
" <operations>\n"
" <op id=\"database-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" </primitive>\n"
" <primitive id=\"webserver\" class=\"lsb\" type=\"apache\">\n"
" <operations>\n"
" <op id=\"webserver-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" </primitive>\n"
" </group>\n"
" <clone id=\"STONITH\">\n"
" <meta_attributes id=\"stonith-options\">\n"
" <nvpair id=\"stonith-option-1\" name=\"globally-unique\" value=\"false\"/>\n"
" </meta_attributes>\n"
" <primitive id=\"stonithclone\" class=\"stonith\" type=\"external/ssh\">\n"
" <operations>\n"
" <op id=\"stonith-op-mon\" name=\"monitor\" interval=\"5s\"/>\n"
" </operations>\n"
" <instance_attributes id=\"stonith-attrs\">\n"
" <nvpair id=\"stonith-attr-1\" name=\"hostlist\" value=\"c001n01,c001n02\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" </clone>\n"
" </resources>\n"
" <constraints>\n"
" <rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\"\n"
" score=\"INFINITY\"/>\n"
" <rsc_colocation id=\"group-with-ip\" rsc=\"myGroup\" with-rsc=\"myAddr\"\n"
" score=\"INFINITY\"/>\n"
" </constraints>\n"
" </configuration>\n"
" <status/>\n"
"</cib>"
msgstr ""
" <cib admin_epoch=\"0\" epoch=\"1\" num_updates=\"0\" have-quorum=\"false\"\n"
" validate-with=\"pacemaker-1.0\">\n"
" <configuration>\n"
" <crm_config>\n"
" <nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/>\n"
" <nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/>\n"
" <nvpair id=\"option-3\" name=\"stonith-enabled\" value=\"true\"/>\n"
" </crm_config>\n"
" <op_defaults>\n"
" <nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/>\n"
" </op_defaults>\n"
" <rsc_defaults>\n"
" <nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/>\n"
" <nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/>\n"
" </rsc_defaults>\n"
" <nodes>\n"
" <node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/>\n"
" <node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/>\n"
" <node id=\"zzz\" uname=\"c001n03\" type=\"normal\"/>\n"
" </nodes>\n"
" <resources>\n"
" <primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\">\n"
" <operations>\n"
" <op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" <instance_attributes>\n"
" <nvpair name=\"ip\" value=\"10.0.200.30\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" <group id=\"myGroup\">\n"
" <primitive id=\"database\" class=\"lsb\" type=\"oracle\">\n"
" <operations>\n"
" <op id=\"database-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" </primitive>\n"
" <primitive id=\"webserver\" class=\"lsb\" type=\"apache\">\n"
" <operations>\n"
" <op id=\"webserver-monitor\" name=\"monitor\" interval=\"300s\"/>\n"
" </operations>\n"
" </primitive>\n"
" </group>\n"
" <clone id=\"STONITH\">\n"
" <meta_attributes id=\"stonith-options\">\n"
" <nvpair id=\"stonith-option-1\" name=\"globally-unique\" value=\"false\"/>\n"
" </meta_attributes>\n"
" <primitive id=\"stonithclone\" class=\"stonith\" type=\"external/ssh\">\n"
" <operations>\n"
" <op id=\"stonith-op-mon\" name=\"monitor\" interval=\"5s\"/>\n"
" </operations>\n"
" <instance_attributes id=\"stonith-attrs\">\n"
" <nvpair id=\"stonith-attr-1\" name=\"hostlist\" value=\"c001n01,c001n02\"/>\n"
" </instance_attributes>\n"
" </primitive>\n"
" </clone>\n"
" </resources>\n"
" <constraints>\n"
" <rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\"\n"
" score=\"INFINITY\"/>\n"
" <rsc_colocation id=\"group-with-ip\" rsc=\"myGroup\" with-rsc=\"myAddr\"\n"
" score=\"INFINITY\"/>\n"
" </constraints>\n"
" </configuration>\n"
" <status/>\n"
"</cib> "
#~ msgid "An <indexterm significance=\"preferred\"><primary>Empty Configuration</primary></indexterm><indexterm significance=\"preferred\"><primary>Configuration</primary><secondary>Empty</secondary></indexterm>empty configuration"
#~ msgstr "O <indexterm significance=\"preferred\"><primary>Configuraţie Goală</primary></indexterm><indexterm significance=\"preferred\"><primary>Configuraţie</primary><secondary>Goală</secondary></indexterm> configuraţie goală"
#~ msgid "A <indexterm significance=\"preferred\"><primary>Simple</primary><secondary>Configuration</secondary></indexterm><indexterm significance=\"preferred\"><primary>Configuration</primary><secondary>Simple</secondary></indexterm>Simple Configuration"
#~ msgstr "O <indexterm significance=\"preferred\"><primary>Configuraţie</primary><secondary>Simplă</secondary></indexterm><indexterm significance=\"preferred\"><primary>Configuraţie</primary><secondary>Simplă</secondary></indexterm> configuraţie simplă"
#~ msgid "An <indexterm significance=\"preferred\"><primary>Advanced</primary><secondary>Configuration</secondary></indexterm><indexterm significance=\"preferred\"><primary>Configuration</primary><secondary>Advanced</secondary></indexterm>Advanced Configuration"
#~ msgstr "O <indexterm significance=\"preferred\"><primary>Configuraţie</primary><secondary>Avansată</secondary></indexterm><indexterm significance=\"preferred\"><primary>Configuraţie</primary><secondary>Avansată</secondary></indexterm> configuraţie avansată"
|