Book Image

CentOS High Availability

Book Image

CentOS High Availability

Overview of this book

Table of Contents (21 chapters)
CentOS High Availability
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding a new cluster node


Adding a new cluster node to the existing cluster configuration does not require any cluster service downtime. You should be familiar with the process of installing and configuring cluster stack software on a CentOS 7 cluster node from Chapter 9, Cluster Stack Software on CentOS 7. Therefore, the steps for adding a new cluster node are not covered in detail.

Follow these steps to add a new cluster node to the running cluster configuration:

  1. Operating system preparation:

    • Configure the network interfaces and networking

    • Configure the NTP time synchronization

    • Configure the DNS resolving

    • Check network connectivity between the cluster nodes

    Note

    For a details on how to prepare the operating system for CentOS 7, refer to Chapter 9, Cluster Stack Software on CentOS 7.

  2. Install and configure Corosync:

    • Install Corosync on the new cluster node and configure the firewall to allow Corosync cluster communication.

    • Transfer the corosync.conf configuration file and the authkey authentication...