Product SiteDocumentation Site

2.5. Aggiornare la configurazione senza utilizzare XML

Alcune operazioni comuni possono essere eseguite con uno dei tanti strumenti ad alto livello, per ovviare alla necessità di leggere o modificare XML.
Per abilitare stonith, ad esempio, è possibile lanciare:
# crm_attribute --attr-name stonith-enabled --attr-value true
Or, to see if somenode is allowed to run resources, there is:
# crm_standby --get-value --node-uname somenode
Or, to find the current location of my-test-rsc, one can use:
# crm_resource --locate --resource my-test-rsc