Product SiteDocumentation Site

Cap. 5. Resursele Clusterului

Cuprins

5.1. Ce este o Resursă de Cluster
5.2. Clase de Resurse Suportate
5.2.1. Open Cluster Framework
5.2.2. Linux Standard Base
5.2.3. Systemd
5.2.4. Upstart
5.2.5. System Services
5.2.6. STONITH
5.3. Resource Properties
5.4. Opţiuni ale Resurselor
5.5. Setarea de Valori Implicite Globale pentru Opţiunile Clusterului
5.6. Atributele Instanţelor
5.7. Operaţiile Resurselor
5.7.1. Monitorizarea Resurselor pentru Defecţiuni
5.7.2. Setarea de Valori Implicite Globale pentru Operaţiuni

5.1. Ce este o Resursă de Cluster

The role of a resource agent is to abstract the service it provides and present a consistent view to the cluster, which allows the cluster to be agnostic about the resources it manages.
The cluster doesn’t need to understand how the resource works because it relies on the resource agent to do the right thing when given a start, stop or monitor command.
Din acest motiv este imperativ ca agenţii de resursă să fie testaţi corespunzător.
În mod normal agenţii de resursă vin sub forma de scripturi de shell, însă aceştia pot fi scrişi folosind orice limbaj de programare (cum ar fi C, Python sau Perl) cu care este confortabil autorul.