Skip to content

Commit 48a02e5

Browse files
authored
removing tab format
1 parent d13acdb commit 48a02e5

File tree

1 file changed

+19
-39
lines changed

1 file changed

+19
-39
lines changed

support/azure/virtual-machines/linux/troubleshoot-linux-rhui-certificate-issues.md

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ Use the following index to navigate directly to the corresponding section below.
206206

207207
##### <a id="eus"></a> EUS RHUI package installation
208208

209-
Select the tab of an EUS image type to see the corresponding instructions.
210-
211-
###### <a id="tab/rhel8-eus"></a> [RHEL 8.x - EUS](#tab/rhel8-eus)
209+
###### <a id="tab/rhel8-eus"></a> RHEL 8.x - EUS
212210

213211
1. Create a config file by using this command.
214212

@@ -240,9 +238,9 @@ Select the tab of an EUS image type to see the corresponding instructions.
240238
sudo rhel8-eus.config
241239
```
242240
243-
###### <a id="tab/rhel9-eus"></a> [RHEL 9.x - EUS](#tab/rhel9-eus)
241+
###### <a id="tab/rhel9-eus"></a> RHEL 9.x - EUS
244242
245-
1. Create a config file by using this command:
243+
1. Create a config file by using this command:
246244
247245
```bash
248246
sudo tee rhel9-eus.config > /dev/null <<< $'[rhui-microsoft-azure-rhel9-eus]\nname=Microsoft Azure RPMs for Red Hat Enterprise Linux 9 (rhel9-eus)\nbaseurl=https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel9-eus\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1'
@@ -273,8 +271,6 @@ Select the tab of an EUS image type to see the corresponding instructions.
273271
sudo rhel9-eus.config
274272
```
275273
276-
---
277-
278274
> [!NOTE]
279275
> If you're using a proxy in */etc/yum.conf* or */etc/dnf.conf*, the `yum --config rhelX-XX-XX.config` command won't work because it doesn't include your proxy settings. In this case, move the temp file `rhelX-XX-XX.config` directly in `/etc/yum.repos.d/` as `.repo`
280276
>
@@ -288,9 +284,7 @@ Select the tab of an EUS image type to see the corresponding instructions.
288284

289285
##### <a id="non-eus"></a> Non-EUS RHUI package installation
290286

291-
Select the tab of an Non-EUS image type to see the corresponding instructions.
292-
293-
###### <a id="tab/rhel7-noneus"></a> [RHEL 7.9 - non-EUS](#tab/rhel7-noneus)
287+
###### <a id="tab/rhel7-noneus"></a> RHEL 7.9 - non-EUS
294288

295289
1. Remove the releasever file if it exists.
296290

@@ -322,7 +316,7 @@ Select the tab of an Non-EUS image type to see the corresponding instructions.
322316
sudo rm rhel7-non-eus.config
323317
```
324318
325-
###### <a id="tab/rhel8-noneus"></a> [RHEL 8.10 - non-EUS](#tab/rhel8-noneus)
319+
###### <a id="tab/rhel8-noneus"></a> RHEL 8.10 - non-EUS
326320
327321
1. Remove the releasever file if it exists.
328322
@@ -354,7 +348,7 @@ Select the tab of an Non-EUS image type to see the corresponding instructions.
354348
sudo rm rhel8-non-eus.config
355349
```
356350
357-
###### <a id="tab/rhel9-noneus"></a> [RHEL 9.x - non-EUS](#tab/rhel9-noneus)
351+
###### <a id="tab/rhel9-noneus"></a> RHEL 9.x - non-EUS
358352
359353
1. Remove the releasever file if it exists.
360354
@@ -386,7 +380,7 @@ Select the tab of an Non-EUS image type to see the corresponding instructions.
386380
sudo rm rhel9-non-eus.config
387381
```
388382
389-
###### <a id="tab/rhel10-noneus"></a> [RHEL 10 - non-EUS](#tab/rhel10-noneus)
383+
###### <a id="tab/rhel10-noneus"></a> RHEL 10 - non-EUS
390384
391385
1. Create a config file by using this command:
392386
@@ -412,8 +406,6 @@ Select the tab of an Non-EUS image type to see the corresponding instructions.
412406
sudo rm rhel10-non-eus.config
413407
```
414408
415-
---
416-
417409
> [!NOTE]
418410
> If you're using a proxy in */etc/yum.conf* or */etc/dnf.conf*, the `yum --config rhelX-XX-XX.config` command won't work because it doesn't include your proxy settings. In this case, move the temp file `rhelX-XX-XX.config` directly in `/etc/yum.repos.d/` as `.repo`
419411
>
@@ -427,9 +419,7 @@ Select the tab of an Non-EUS image type to see the corresponding instructions.
427419
428420
##### <a id="rhel79sap"></a> RHEL 7 SAP/E4S/HANA RHUI package installation
429421
430-
Select the tab of an SAP image type to see the corresponding instructions.
431-
432-
###### <a id="tab/rhel79-rhel-sap-apps-base"></a> [RHEL 7.9 - RHEL-SAP-APPS (BASE)](#tab/rhel79-rhel-sap-apps-base)
422+
###### <a id="tab/rhel79-rhel-sap-apps-base"></a> RHEL 7.9 - RHEL-SAP-APPS (BASE)
433423
434424
The following steps apply if the OS version is *RHEL 7.9* and the VM was created by using the `RHEL-SAP-APPS` offer image.
435425
@@ -463,7 +453,7 @@ The following steps apply if the OS version is *RHEL 7.9* and the VM was created
463453
sudo rm rhel7-base-sap-apps.config
464454
```
465455
466-
###### <a id="tab/rhel79-rhel-sap-ha-base"></a> [RHEL 7.9 - RHEL-SAP-HA (BASE)](#tab/rhel79-rhel-sap-ha-base)
456+
###### <a id="tab/rhel79-rhel-sap-ha-base"></a> RHEL 7.9 - RHEL-SAP-HA (BASE)
467457
468458
The following steps apply if the OS version is *RHEL 7.9* and the VM was created by using the `RHEL-SAP-HA` offer image.
469459
@@ -497,8 +487,6 @@ The following steps apply if the OS version is *RHEL 7.9* and the VM was created
497487
sudo rm rhel7-base-sap-ha.config
498488
```
499489
500-
---
501-
502490
> [!NOTE]
503491
> If you're using a proxy in */etc/yum.conf* or */etc/dnf.conf*, the `yum --config rhelX-XX-XX.config` command won't work because it doesn't include your proxy settings. In this case, move the temp file `rhelX-XX-XX.config` directly in `/etc/yum.repos.d/` as `.repo`
504492
>
@@ -511,9 +499,7 @@ The following steps apply if the OS version is *RHEL 7.9* and the VM was created
511499
512500
##### <a id="rhel8sap"></a> RHEL 8 SAP/E4S/HANA RHUI package installation
513501
514-
Select the tab of an SAP image type to see the corresponding instructions.
515-
516-
###### <a id="tab/rhel8-rhel-sap-apps"></a> [RHEL 8.x - RHEL-SAP-APPS](#tab/rhel8-rhel-sap-apps)
502+
###### <a id="tab/rhel8-rhel-sap-apps"></a> RHEL 8.x - RHEL-SAP-APPS
517503
518504
The following steps apply if the OS version is *earlier than the latest version available* supported by SAP for `RHEL 8.X` and the VM was created by using the `RHEL-SAP-APPS` offer image.
519505
@@ -547,11 +533,10 @@ The following steps apply if the OS version is *earlier than the latest version
547533
sudo rm rhel8-sapapps.config
548534
```
549535
550-
###### <a id="tab/rhel810-rhel-sap-apps-base"></a> [RHEL 8.10 - RHEL-SAP-APPS (BASE)](#tab/rhel810-rhel-sap-apps-base)
536+
###### <a id="tab/rhel810-rhel-sap-apps-base"></a> RHEL 8.10 - RHEL-SAP-APPS (BASE)
551537
552538
The following steps apply if the OS version is *RHEL 8.10* supported by SAP and the VM was created by using the `RHEL-SAP-APPS` offer image.
553539
554-
555540
1. Remove the releasever file if it exists.
556541
557542
```bash
@@ -582,7 +567,7 @@ The following steps apply if the OS version is *RHEL 8.10* supported by SAP and
582567
sudo rm rhel8-base-sap-apps.config
583568
```
584569
585-
###### <a id="tab/rhel8-rhel-sap-ha-e4s"></a> [RHEL 8.x - RHEL-SAP-HA (E4S)](#tab/rhel8-rhel-sap-ha-e4s)
570+
###### <a id="tab/rhel8-rhel-sap-ha-e4s"></a> RHEL 8.x - RHEL-SAP-HA (E4S)
586571
587572
The following steps apply if the OS version is *earlier than the latest version available* supported by SAP for `RHEL 8._x_` and the VM was created by using the `RHEL-SAP-HA` offer image.
588573
@@ -616,7 +601,7 @@ The following steps apply if the OS version is *earlier than the latest version
616601
sudo rm rhel8-sap-ha.config
617602
```
618603
619-
###### <a id="tab/rhel810-rhel-sap-ha-base"></a> [RHEL 8.10 - RHEL-SAP-HA (BASE)](#tab/rhel810-rhel-sap-ha-base)
604+
###### <a id="tab/rhel810-rhel-sap-ha-base"></a> RHEL 8.10 - RHEL-SAP-HA (BASE)
620605
621606
The following steps apply if the OS version is *RHEL 8.10* and the VM was created by using the `RHEL-SAP-HA` offer image.
622607
@@ -650,7 +635,7 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
650635
sudo rm rhel8-base-sap-ha.config
651636
```
652637
653-
###### <a id="tab/rhel8-rhel-ha-eus"></a> [RHEL 8.x - RHEL-HA](#tab/rhel8-rhel-ha-eus)
638+
###### <a id="tab/rhel8-rhel-ha-eus"></a> RHEL 8.x - RHEL-HA
654639
655640
1. Create a config file by using this command:
656641
@@ -682,7 +667,7 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
682667
sudo rm rhel8-ha.config
683668
```
684669
685-
###### <a id="tab/rhel810-rhel-ha-base"></a> [RHEL 8.10 - RHEL-HA (BASE)](#tab/rhel810-rhel-ha-base)
670+
###### <a id="tab/rhel810-rhel-ha-base"></a> RHEL 8.10 - RHEL-HA (BASE)
686671
687672
1. Remove the releasever file if it exists:
688673
@@ -713,14 +698,13 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
713698
```bash
714699
sudo dnf repolist
715700
```
701+
716702
6. Remove the temp file created on step 3.
717703
718704
```bash
719705
sudo rm rhel8-base-ha.config
720706
```
721707
722-
---
723-
724708
> [!NOTE]
725709
> If you're using a proxy in */etc/yum.conf* or */etc/dnf.conf*, the `yum --config rhelX-XX-XX.config` command won't work because it doesn't include your proxy settings. In this case, move the temp file `rhelX-XX-XX.config` directly in `/etc/yum.repos.d/` as `.repo`
726710
>
@@ -733,9 +717,7 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
733717
734718
##### <a id="rhel9sap"></a> RHEL 9 SAP/E4S/HA RHUI package installation
735719
736-
Select the tab of an SAP image type to see the corresponding instructions.
737-
738-
###### <a id="tab/rhel9-rhel-sap-apps"></a> [RHEL 9.x - RHEL-SAP-APPS](#tab/rhel9-rhel-sap-apps)
720+
###### <a id="tab/rhel9-rhel-sap-apps"></a> RHEL 9.x - RHEL-SAP-APPS
739721
740722
The following steps apply if the OS version is *earlier than the latest version that's available* that's supported by SAP for `RHEL 9.0`, and if the VM was created by using the `RHEL-SAP-APPS` offer image.
741723
@@ -769,7 +751,7 @@ The following steps apply if the OS version is *earlier than the latest version
769751
sudo rm rhel9-sapapps.config
770752
```
771753
772-
###### <a id="tab/rhel9-rhel-sap-ha-e4s"></a> [RHEL 9.x - RHEL-SAP-HA (E4S)](#tab/rhel9-rhel-sap-ha-e4s)
754+
###### <a id="tab/rhel9-rhel-sap-ha-e4s"></a> RHEL 9.x - RHEL-SAP-HA (E4S)
773755
774756
The following steps apply if the OS version is *earlier than the latest version available* that's supported by SAP for `RHEL 9.0`, and if the VM was created by using the `RHEL-SAP-HA` offer image.
775757
@@ -803,7 +785,7 @@ The following steps apply if the OS version is *earlier than the latest version
803785
sudo rm rhel9-sap-ha.config
804786
```
805787
806-
###### <a id="tab/rhel9-rhel-ha-eus"></a> [RHEL 9.x - RHEL-HA](#tab/rhel9-rhel-ha-eus)
788+
###### <a id="tab/rhel9-rhel-ha-eus"></a> RHEL 9.x - RHEL-HA
807789
808790
1. Create a config file by using this command:
809791
@@ -835,8 +817,6 @@ The following steps apply if the OS version is *earlier than the latest version
835817
sudo rm rhel9-ha.config
836818
```
837819
838-
---
839-
840820
> [!NOTE]
841821
> If you're using a proxy in */etc/yum.conf* or */etc/dnf.conf*, the `yum --config rhelX-XX-XX.config` command won't work because it doesn't include your proxy settings. In this case, move the temp file `rhelX-XX-XX.config` directly in `/etc/yum.repos.d/` as `.repo`
842822
>

0 commit comments

Comments
 (0)