How to enable HA repo on RHEL 8 VM

Mostafa 45 Reputation points
2025-02-14T11:01:19.84+00:00

Hello team

How to enable HA repo on RHEL 8 VM on Azure cloud ?

The Redhat version I have is Red Hat Enterprise Linux release 8.8

Thank you

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
{count} votes

Accepted answer
  1. Deepanshu katara 16,720 Reputation points MVP Moderator
    2025-02-14T11:53:29.7366667+00:00

    Hello , Welcome to MS Q&A

    To enable the High Availability (HA) repository on your Red Hat Enterprise Linux (RHEL) 8.8 virtual machine in Azure, you can use the following command:

    sudo subscription-manager repos --enable=rhel-8-server-ha-rpms
    
    
    

    This command will enable the HA repository, allowing you to install packages related to High Availability. For more detailed guidance, you can refer to the Azure documentation on setting up Pacemaker on RHEL.

    Please let us know if any questions

    Kindly accept answer if it helps

    Thanks
    Deepanshu

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.