Versions Compared

Key

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

...

    10.10.10.1 node1
    10.10.10.2 node2
    10.10.10.3 node3

Prerequisites:

  • CentOS 6
  • Add the epel repository and install tmux, vim & htop. Installing these utilities is not strictly necessary, but I install these by default for potential troubleshooting & editing of files locally):

    Code Block
    # yum install epel-release -y

...

  • 
    # yum update -y

...

  • 
    # yum install vim tmux htop -y
  • Set up passwordless SSH between our nodes:

...