InterviewSolution
Saved Bookmarks
| 1. |
How To Add And Modify The Cluster Resource Configuration In Pacemaker ? |
|
Answer» Using CRM utility we can change the cluster resources as SHOW in the below example: crm CONFIGURE property stonith-enabled=false; (disabled stonith i.e fencing RESOURCE) Using crm utility we can change the cluster resources as show in the below example: crm configure property stonith-enabled=false; (disabled stonith i.e fencing resource) |
|