diff options
Diffstat (limited to 'system/cluster-glue/README')
-rw-r--r-- | system/cluster-glue/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/cluster-glue/README b/system/cluster-glue/README new file mode 100644 index 0000000000000..b9e1a6c9156b1 --- /dev/null +++ b/system/cluster-glue/README @@ -0,0 +1,11 @@ +cluster-glue (Reusable Cluster Components) + +Additional cluster tools to play with e.g. some STONITH scripts. + +You might also want to install corosync, pacemaker, resource-agents, crmsh, +fence-agents and eventually cluster-glue. + +You must have a haclient group and hacluster user to run this script. + + groupadd -g 226 haclient + useradd -u 226 -g 226 -c "Pacemaker" -d / -s /bin/false hacluster |