-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
32 lines (22 loc) · 881 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
HA Cluster Bootstrap
====================
NOTE: The actual implementation of these tools has moved to crmsh and
are included in crmsh from version 3.0.0:
https://github.com/ClusterLabs/crmsh
https://crmsh.github.io/
Tools to bootstrap a Pacemaker High Availability cluster in a hurry.
* ha-cluster-init
Installs and configures the first node in a new cluster.
* ha-cluster-join
Installs and configures new nodes to join the cluster.
* ha-cluster-remove
Removes a node from the cluster.
* ha-cluster-geo-init
Configure cluster as the initial cluster in a geo configuration.
* ha-cluster-geo-join
Add cluster to a geo configuration.
* ha-cluster-geo-init-arbitrator
Configure node as geo arbitrator.
NOTE: This tool is most likely to work best on a SUSE-based
distribution (SLE or openSUSE). Patches to make it cross-
platform compatible are welcomed.