4.7. Installing the High Availability packages and agents for Google Cloud
On each of your nodes, you need to install the High Availability packages and agents to be able to configure a Red Hat High Availability cluster on Google Cloud.
Procedure
- In the Google Cloud Console, select Compute Engine and then select VM instances.
- Select the instance, click the arrow next to SSH, and select the View gcloud command option.
- Paste this command at a command prompt for passwordless access to the instance.
- Enable sudo account access and register with Red Hat Subscription Manager.
- Enable a Subscription Pool ID.
Disable all repositories.
# subscription-manager repos --disable= *Enable the following repositories.
# subscription-manager repos --enable=rhel-10-server-rpms # subscription-manager repos --enable=rhel-10-for-x86_64-highavailability-rpmsInstall
pcs pacemaker, the fence agents, and the resource agents.# dnf install -y pcs pacemaker fence-agents-gce resource-agents-gcpUpdate all packages.
# dnf update -y