- Fully stop the cluster:
/usr/share/cb/cbcluster stop
- Modify /etc/sudoers
- Add a new line anywhere in the file, such as the very bottom:
Cmnd_Alias FORCE_SHUTDOWN = /usr/share/cb/cb-force-shutdown
- Append "FORCE_SHUTDOWN" to the end of the existing line that begins with the EDR system admin username. (Example, "edradmin") :
edradmin ALL=(ALL) NOPASSWD: HOSTNAME, CB_INIT, YUM_INSTALL_CB, YUM_INSTALL_RSYNC, MKDIR_ETC_CB, MKDIR_ETC_CB_CERTS, COPY_ALLIANCE_CRT, COPY_SERVER_CRT, COPY_CLIENT_CA_CRT, COPY_ALLIANCE_KEY, COPY_SERVER_KEY, COPY_CLIENT_CA_KEY, COPY_CB_REPO, COPY_CLUSTER_CONF, COPY_ERLANG_COOKIE, COPY_SERVER_LIC, COPY_SERVER_TOKEN, CBCHECK_IP_TABLES, CB_ENTERPRISE, CAT_VERSION, CBUPGRADE, CBUPGRADE_CHECK
- The final line should look similar to:
edradmin ALL=(ALL) NOPASSWD: HOSTNAME, CB_INIT, YUM_INSTALL_CB, YUM_INSTALL_RSYNC, MKDIR_ETC_CB, MKDIR_ETC_CB_CERTS, COPY_ALLIANCE_CRT, COPY_SERVER_CRT, COPY_CLIENT_CA_CRT, COPY_ALLIANCE_KEY, COPY_SERVER_KEY, COPY_CLIENT_CA_KEY, COPY_CB_REPO, COPY_CLUSTER_CONF, COPY_ERLANG_COOKIE, COPY_SERVER_LIC, COPY_SERVER_TOKEN, CBCHECK_IP_TABLES, CB_ENTERPRISE, CAT_VERSION, CBUPGRADE, CBUPGRADE_CHECK, FORCE_SHUTDOWN
- Repeat these steps for all nodes in the cluster, primary and minion(s).
- Start the cluster:
/usr/share/cb/cbcluster start