# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Clusters from Scratch 1.1\n" "POT-Creation-Date: 2011-12-31T15:15:50\n" "PO-Revision-Date: 2011-11-25 09:08+0200\n" "Last-Translator: Dan Frîncu \n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: application/x-publican; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #, no-c-format msgid "Read-Me-First" msgstr "Citeşte-mă-Întâi-pe-Mine" #. Tag: title #, no-c-format msgid "The Scope of this Document" msgstr "Domeniul de Aplicare al acestui Document" #. Tag: para #, no-c-format msgid "Computer clusters can be used to provide highly available services or resources. The redundancy of multiple machines is used to guard against failures of many types." msgstr "Clusterele de calculatoare pot fi folosite pentru a furniza servicii sau resurse cu disponibilitate crescută. Redundanța mai multor mașini este folosită pentru a proteja împotriva eșecurilor de multe feluri." #. Tag: para #, no-c-format msgid "This document will walk through the installation and setup of simple clusters using the Fedora distribution, version 14. The clusters described here will use Pacemaker and Corosync to provide resource management and messaging. Required packages and modifications to their configuration files are described along with the use of the Pacemaker command line tool for generating the XML used for cluster control." msgstr "Acest document va merge prin instalarea și setarea de clustere simple folosind distribuția Fedora, versiunea 14. Clusterele descrise aici vor folosi Pacemaker și Corosync pentru a furniza gestiunea și mesageria resurselor. Pachetele necesare și modificările realizate fișierelor de configurare ale acestora sunt descrise împreună cu folosirea utilitarului din linie de comandă al Pacemaker-ului pentru generarea XML-ului folosit pentru controlul clusterului." #. Tag: para #, no-c-format msgid "Pacemaker is a central component and provides the resource management required in these systems. This management includes detecting and recovering from the failure of various nodes, resources and services under its control." msgstr "Pacemaker este o componentă centrală și furnizează gestiunea resurselor necesară în aceste sisteme. Această gestiune include detectarea și recuperarea de la eșecul diverselor noduri, resurselor și serviciilor care sunt sub controlul acestuia." #. Tag: para #, no-c-format msgid "When more in depth information is required and for real world usage, please refer to the Pacemaker Explained manual." msgstr "Când sunt necesare informații mai aprofundate și pentru utilizarea în lumea reală, vă rugăm să faceți referință la manualul Pacemaker Explained." #. Tag: title #, no-c-format msgid "What Is Pacemaker?" msgstr "Ce Este Pacemaker?" #. Tag: para #, no-c-format msgid "Pacemaker is a cluster resource manager. It achieves maximum availability for your cluster services (aka. resources) by detecting and recovering from node and resource-level failures by making use of the messaging and membership capabilities provided by your preferred cluster infrastructure (either Corosync or Heartbeat)." msgstr "Pacemaker este un gestionar de resurse în cluster. Atinge disponibilitatea maximă pentru serviciile voastre din cluster (cunoscute drept resurse/le) prin detectarea şi recuperarea din eşecuri la nivel de nod sau de resursă prin folosirea capabilităţilor de mesagerie şi apartenenţă furnizate de infrastructura voastră preferată de cluster (fie Corosync sau Heartbeat)." #. Tag: para #, no-c-format msgid "Pacemaker's key features include:" msgstr "Caracteristicile cheie ale Pacemaker includ:" #. Tag: para #, no-c-format msgid "Detection and recovery of node and service-level failures" msgstr "Detectarea şi recuperarea eşecurilor la nivel de nod şi serviciu" #. Tag: para #, no-c-format msgid "Storage agnostic, no requirement for shared storage" msgstr "Agnostic d.p.d.v. al stocării, nu sunt cerinţe pentru spaţiu de stocare partajat" #. Tag: para #, no-c-format msgid "Resource agnostic, anything that can be scripted can be clustered" msgstr "Agnostic d.p.d.v. al resurselor, orice poate fi scriptat poate fi folosit într-un cluster" #. Tag: para #, no-c-format msgid "Supports STONITH for ensuring data integrity" msgstr "Suportă STONITH pentru asigurarea integrităţii datelor" #. Tag: para #, no-c-format msgid "Supports large and small clusters" msgstr "Suportă clustere mici şi mari" #. Tag: para #, no-c-format msgid "Supports both quorate and resource driven clusters" msgstr "Suportă atât clustere quorate cât şi conduse de resurse" #. Tag: para #, no-c-format msgid "Supports practically any redundancy configuration" msgstr "Suportă practic orice configuraţie redundantă" #. Tag: para #, no-c-format msgid "Automatically replicated configuration that can be updated from any node" msgstr "Configuraţie replicată în mod automat care poate fi actualizată de pe orice nod" #. Tag: para #, no-c-format msgid "Ability to specify cluster-wide service ordering, colocation and anti-colocation" msgstr "Abilitatea de a specifica ordonare, colocare şi anti-colocare la nivelul întregului cluster" #. Tag: para #, no-c-format msgid "Support for advanced service types" msgstr "Suport pentru tipuri de servicii avansate" #. Tag: para #, no-c-format msgid "Clones: for services which need to be active on multiple nodes" msgstr "Clone: pentru servicii care trebuie să fie active pe mai multe noduri" #. Tag: para #, no-c-format msgid "Multi-state: for services with multiple modes (eg. master/slave, primary/secondary)" msgstr "Stări-multiple: pentru servicii cu mai multe moduri de operare (ex. master/slave, primar/secundar)" #. Tag: para #, no-c-format msgid "Unified, scriptable, cluster shell" msgstr "Shell de cluster unificat, scriptabil" #. Tag: title #, no-c-format msgid "Pacemaker Architecture" msgstr "Arhitectura Pacemaker" #. Tag: para #, no-c-format msgid "At the highest level, the cluster is made up of three pieces:" msgstr "La cel mai înalt nivel, clusterul este compus din trei părţi:" #. Tag: para #, no-c-format msgid "Non-cluster aware components (illustrated in green)." msgstr "Componente fără cunoștințe despre cluster (ilustrate în verde)." #. Tag: para #, no-c-format msgid "These pieces include the resources themselves, scripts that start, stop and monitor them, and also a local daemon that masks the differences between the different standards these scripts implement." msgstr "Aceste părți includ resursele în sine, scripturi care le pornesc, le opresc și le monitorizează și de asemenea un daemon local care maschează diferenţele între diferitele standarde pe care le implementează aceste scripturi." #. Tag: para #, no-c-format msgid "Resource management" msgstr "Gestiunea resurselor" #. Tag: para #, no-c-format msgid "Pacemaker provides the brain (illustrated in blue) that processes and reacts to events regarding the cluster. These events include nodes joining or leaving the cluster; resource events caused by failures, maintenance, scheduled activities; and other administrative actions. Pacemaker will compute the ideal state of the cluster and plot a path to achieve it after any of these events. This may include moving resources, stopping nodes and even forcing them offline with remote power switches." msgstr "Pacemaker furnizează creierul (ilustrat în albastru) care procesează și reacționează la evenimente care privesc clusterul. Aceste evenimente includ noduri care se alătură sau pleacă din cluster; evenimente ale resurselor cauzate de eșecuri, mentenanță, activități programate; și alte acțiuni administrative. Pacemaker va calcula starea ideală a clusterului și va cartografia o cale de a atinge țelul după oricare din aceste evenimente. Acest lucru poate include mutarea resurselor, oprirea nodurilor sau chiar oprirea forțată a acestora cu switch-uri de curent cu acces de la distanță." #. Tag: para #, no-c-format msgid "Low level infrastructure" msgstr "Infrastructura la nivel inferior" #. Tag: para #, no-c-format msgid "Corosync provides reliable messaging, membership and quorum information about the cluster (illustrated in red)." msgstr "Corosync furnizează informații de mesagerie, apartenență și quorum de încredere despre cluster (ilustrate cu roșu)." #. Tag: title #, no-c-format msgid "Conceptual Stack Overview" msgstr "Vederea Conceptuală a Stivei" #. Tag: caption #, no-c-format msgid "Conceptual overview of the cluster stack" msgstr "Vederea conceptuală a stivei de cluster" #. Tag: para #, no-c-format msgid "When combined with Corosync, Pacemaker also supports popular open source cluster filesystems Even though Pacemaker also supports Heartbeat, the filesystems need to use the stack for messaging and membership and Corosync seems to be what they're standardizing on. Technically it would be possible for them to support Heartbeat as well, however there seems little interest in this. Due to recent standardization within the cluster filesystem community, they make use of a common distributed lock manager which makes use of Corosync for its messaging capabilities and Pacemaker for its membership (which nodes are up/down) and fencing services." msgstr "În combinaţie cu Corosync, Pacemaker suportă de asemenea sistemele de fişiere de cluster open source populare Deși Pacemaker suportă de asemenea și Heartbeat, sistemele de fișiere au nevoie să folosească stiva pentru mesagerie și apartenență și Corosync pare să fie ținta standardizării. Tehnic ar fi posibil ca acestea să suporte Heartbeat de asemenea, însă există puţin interes pentru acest aspect. Datorită standardizării recente dinăuntrul comunităţii de sisteme de fişiere de cluster, acestea folosesc un manager de blocare distribuit care foloseşte la rândul său Corosync pentru capabilităţile acestuia de mesagerie şi Pacemaker pentru apartenenţă (care noduri sunt funcţionale şi care nu) şi pentru servicii de evacuare forțată." #. Tag: title #, no-c-format msgid "The Pacemaker Stack" msgstr "Stiva Pacemaker" #. Tag: caption #, no-c-format msgid "The Pacemaker stack when running on Corosync" msgstr "Stiva Pacemaker atunci când rulează pe Corosync" #. Tag: title #, no-c-format msgid "Internal Components" msgstr "Componente Interne" #. Tag: para #, no-c-format msgid "Pacemaker itself is composed of four key components (illustrated below in the same color scheme as the previous diagram):" msgstr "Pacemaker însuşi este compus din patru componente cheie (ilustrate mai jos cu aceeaşi schemă de culori ca şi în diagrama anterioară):" #. Tag: para #, no-c-format msgid "CIB (aka. Cluster Information Base)" msgstr "CIB (aka. Cluster Information Base)" #. Tag: para #, no-c-format msgid "CRMd (aka. Cluster Resource Management daemon)" msgstr "CRMd (aka. Cluster Resource Management daemon)" #. Tag: para #, no-c-format msgid "PEngine (aka. PE or Policy Engine)" msgstr "PEngine (aka. PE sau Policy Engine)" #. Tag: para #, no-c-format msgid "STONITHd" msgstr "STONITHd" #. Tag: caption #, no-c-format msgid "Subsystems of a Pacemaker cluster running on Corosync" msgstr "Subsisteme ale unui cluster Pacemaker rulând pe Corosync" #. Tag: para #, no-c-format msgid "The CIB uses XML to represent both the cluster's configuration and current state of all resources in the cluster. The contents of the CIB are automatically kept in sync across the entire cluster and are used by the PEngine to compute the ideal state of the cluster and how it should be achieved." msgstr "CIB-ul foloseşte XML pentru a reprezenta atât configuraţia clusterului cât şi starea curentă a tuturor resurselor din cluster. Conţinutul CIB-ului este ţinut sincronizat în mod automat pe tot clusterul şi este folosit de către PEngine pentru a calcula starea ideală a clusterului şi de a arăta cum poate fi atinsă." #. Tag: para #, no-c-format msgid "This list of instructions is then fed to the DC (Designated Co-ordinator). Pacemaker centralizes all cluster decision making by electing one of the CRMd instances to act as a master. Should the elected CRMd process, or the node it is on, fail... a new one is quickly established." msgstr "Lista de instrucţiuni este apoi furnizată către DC (Designated Co-ordinator). Pacemaker centralizează toate deciziile clusterului prin alegerea uneia dintre instanţele de CRMd pentru a se comporta ca master. Dacă procesul ales de CRMd sau nodul pe care acesta există eşuează ... unul nou este stabilit repede." #. Tag: para #, no-c-format msgid "The DC carries out the PEngine's instructions in the required order by passing them to either the LRMd (Local Resource Management daemon) or CRMd peers on other nodes via the cluster messaging infrastructure (which in turn passes them on to their LRMd process)." msgstr "DC-ul îndeplineşte instrucţiunile PEngine-ului în ordinea necesară prin pasarea acestora fie către LRMd (Local Resource Managemen daemon) fie altor noduri pe care rulează CRMd prin infrastructura de mesagerie a clusterului (care la rândul ei le pasează către procesul lor LRMd)." #. Tag: para #, no-c-format msgid "The peer nodes all report the results of their operations back to the DC and based on the expected and actual results, will either execute any actions that needed to wait for the previous one to complete, or abort processing and ask the PEngine to recalculate the ideal cluster state based on the unexpected results." msgstr "Nodurile vecine raportează toate rezultatele operaţiunilor înapoi către DC şi pe baza rezultatelor aşteptate şi a rezultatelor actuale, fie va executa orice acţiuni care necesitau să aştepte ca şi cele anterioare să termine sau va anula procesarea şi va ruga PEngine-ul să recalculeze starea ideală a clusterului pe baza rezultatelor neaşteptate." #. Tag: para #, no-c-format msgid "In some cases, it may be necessary to power off nodes in order to protect shared data or complete resource recovery. For this Pacemaker comes with STONITHd. STONITH is an acronym for Shoot-The-Other-Node-In-The-Head and is usually implemented with a remote power switch. In Pacemaker, STONITH devices are modeled as resources (and configured in the CIB) to enable them to be easily monitored for failure, however STONITHd takes care of understanding the STONITH topology such that its clients simply request a node be fenced and it does the rest." msgstr "În anumite cazuri, ar putea fi necesar să oprească alimentarea nodurilor pentru a proteja datele partajate sau pentru a termina recuperarea resurselor. Pentru acest lucru Pacemaker vine cu STONITHd. STONITH este un acronim pentru Shoot-The-Other-Node-In-The-Head (împuşcă celălalt nod în cap) şi este implementat de obicei cu un switch de alimentare cu curent controlat de la distanţă. În Pacemaker, dispozitivele STONITH sunt modelate precum resursele (şi configurate în CIB) pentru a permite monitorizarea facilă a acestora în caz de eşec, totuşi STONITHd se ocupă de înţelegerea topologiei STONITH astfel încât clienţii acestuia să solicite pur şi simplu ca un nod să fie evacuat forțat şi acesta se va ocupa de rest." #. Tag: title #, no-c-format msgid "Types of Pacemaker Clusters" msgstr "Tipuri de Clustere Pacemaker" #. Tag: para #, no-c-format msgid "Pacemaker makes no assumptions about your environment, this allows it to support practically any redundancy configuration including Active/Active, Active/Passive, N+1, N+M, N-to-1 and N-to-N." msgstr "Pacemaker nu face nici un fel de presupuneri despre mediul vostru, acest aspect îi permite să suporte practic orice configuraţie redundantă incluzând Activ/Activ, Activ/Pasiv, N+1, N+M, N-la-1 şi N-la-N." #. Tag: para #, no-c-format msgid "In this document we will focus on the setup of a highly available Apache web server with an Active/Passive cluster using DRBD and Ext4 to store data. Then, we will upgrade this cluster to Active/Active using GFS2." msgstr "În acest document ne vom concentra pe setarea unui server web Apache cu disponibilitate crescută cu un cluster Activ/Pasiv folosind DRBD și Ext4 pentru a stoca datele. Apoi, vom actualiza clusterul la Activ/Activ folosind GFS2." #. Tag: title #, no-c-format msgid "Active/Passive Redundancy" msgstr "Redundanţă Activă/Pasivă" #. Tag: caption #, no-c-format msgid "Two-node Active/Passive clusters using Pacemaker and DRBD are a cost-effective solution for many High Availability situations." msgstr "Clusterele Active/Pasive formate din două noduri care folosesc Pacemaker şi DRBD sunt o soluţie eficientă d.p.d.v. al costului pentru multe situaţii de Disponibilitate Crescută." #. Tag: title #, no-c-format msgid "N to N Redundancy" msgstr "Redundanţă N la N" #. Tag: caption #, no-c-format msgid "When shared storage is available, every node can potentially be used for failover. Pacemaker can even run multiple copies of services to spread out the workload." msgstr "Când un mediu de stocare partajat este disponibil, fiecare nod poate fi folosit în mod potenţial pentru failover. Pacemaker poate chiar rula mai multe copii ale serviciilor pentru a distribui sarcina de lucru."