Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now configure the cluster and set some basic options - replace <password> with the chosen password:

Code Block
titleConfigure cluster
pcs cluster auth ${KE_HOST1} ${KE_HOST2} -u hacluster -p fireball<password> --force
pcs cluster setup --force --name portal ${KE_HOST1} ${KE_HOST2}
pcs cluster enable --all
pcs cluster start --all
pcs property set stonith-enabled=false
pcs property set no-quorum-policy=ignore
pcs resource defaults migration-threshold=1

...