Enabling Access to the Pacemaker and Corosync Packages
The Pacemaker and Corosync packages are available on the Oracle Linux
yum server in the ol10_addons
repository, or on the
Unbreakable Linux Network (ULN) in the ol10_arch_addons
channel.
Some dependency packages might be required from the ol10_appstream
and ol10_baseos_latest
yum repositories, or from the
ol10_arch_appstream
and
ol10_arch_baseos_latest
channels on ULN.
Enabling Repositories With ULN
If you're registered to use ULN, use the ULN web interface to subscribe the system to the appropriate channels.
To subscribe a system to the ULN channels:
-
Sign in to https://linux.oracle.com with your ULN username and password.
-
On the Systems tab, select the link corresponding to the system whose subscription you're configuring.
-
On the System Details page, select Manage Subscriptions.
-
On the System Summary page, select the following channels:
-
ol10_arch_appstream
-
ol10_arch_baseos_latest
-
ol10_arch_addons
-
-
Select Save Subscriptions.
Enabling Repositories With the Oracle Linux Yum Server
If you're using the Oracle Linux yum server for system updates, enable the appropriate Oracle Linux yum repositories.
To enable the yum repositories:
-
Enable the following yum repositories:
-
ol10_appstream
-
ol10_baseos_latest
-
ol10_addons
Use the dnf config-manager tool to enable the yum repositories:
sudo dnf config-manager --enable ol10_appstream ol10_baseos_latest ol10_addons
-