HA NFS on Amazon Linux 2

From Michael's Information Zone
Revision as of 10:53, 15 December 2020 by Michael.mast (talk | contribs)
Jump to navigation Jump to search

[1]

  • Will be using two t3a.larg instances in an active/passive config.
sudo yum upgrade -y && sudo reboot -h now
sudo yum install pcs pacemaker fence-agents-all -y

 sudo passwd hacluster
Changing password for user hacluster.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

sudo systemctl enable --now pcsd.service