@@ -455,7 +455,7 @@ The following steps apply if the OS version is *earlier than the latest version
455455 sudo echo $( . /etc/os-release && echo $VERSION_ID ) > /etc/dnf/vars/releasever
456456 ` ` `
457457
458- 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` yum repolist` command:
458+ 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
459459
460460 ` ` ` bash
461461 sudo dnf repolist all
@@ -477,7 +477,7 @@ The following steps apply if the OS version is *RHEL 8.10* supported by SAP and
477477 sudo dnf --config=' https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sapapps.config' install rhui-azure-rhel8-base-sap-apps
478478 ` ` `
479479
480- 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` yum repolist` command:
480+ 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
481481
482482 ` ` ` bash
483483 sudo dnf repolist all
@@ -499,7 +499,7 @@ The following steps apply if the OS version is *earlier than the latest version
499499 sudo echo $( . /etc/os-release && echo $VERSION_ID ) > /etc/dnf/vars/releasever
500500 ` ` `
501501
502- 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` yum repolist` command:
502+ 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
503503
504504 ` ` ` bash
505505 sudo dnf repolist all
@@ -521,10 +521,10 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
521521 sudo dnf --config=' https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sap-ha.config' install rhui-azure-rhel8-base-sap-ha
522522 ` ` `
523523
524- 4. Verify that the corresponding repositories are available and show no errors. To do this, run the ` yum repolist` command:
524+ 4. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
525525
526526 ` ` ` bash
527- sudo yum repolist all
527+ sudo dnf repolist all
528528 ` ` `
529529
530530
@@ -542,12 +542,38 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
542542 sudo echo $( . /etc/os-release && echo $VERSION_ID ) > /etc/dnf/vars/releasever
543543 ` ` `
544544
545- 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` yum repolist` command:
545+ 3. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
546546
547547 ` ` ` bash
548548 sudo dnf repolist all
549549 ` ` `
550+
550551
552+ # ### [RHEL 8.10 - RHEL-HA (E4S)](#tab/rhe810-rhel-base-ha)
553+
554+ 1. Remove the releasever file if it exists.
555+
556+ ` ` ` bash
557+ sudo rm /etc/yum/vars/releasever
558+ ` ` `
559+
560+ 2. Remove the client ` rhui-azure-rhel8-ha` package by running the ' dnf remove' command:
561+
562+ ` ` ` bash
563+ sudo dnf remove rhui-azure-rhel8-ha
564+ ` ` `
565+
566+ 3. Install the ` rhui-azure-rhel8-base-ha` package by running the [dnf](https://dnf.readthedocs.io/en/latest/command_ref.html) installation command:
567+
568+ ` ` ` bash
569+ sudo dnf --config=' https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-ha.config' install rhui-azure-rhel8-base-ha
570+ ` ` `
571+
572+ 4. Verify that the corresponding repositories are available and show no errors. To do this, run the ` dnf repolist` command:
573+
574+ ` ` ` bash
575+ sudo dnf repolist all
576+ ` ` `
551577---
552578
553579> [! NOTE]
0 commit comments