Skip to content

Commit 74ce7ad

Browse files
author
Mauricio
authored
Update troubleshoot-linux-rhui-certificate-issues.md
1 parent dd968e0 commit 74ce7ad

1 file changed

Lines changed: 54 additions & 35 deletions

File tree

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

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -172,30 +172,43 @@ Use the table below to determine the correct RHUI package type based on your RHE
172172

173173
Use the following index to jump directly to the corresponding section below.
174174

175-
- [RHEL 8._x_ - EUS](#tab/rhel8-eus)
176-
- [RHEL 9._x_ - EUS](#tab/rhel9-eus)
177-
- [RHEL 7._9_ - non-EUS](#tab/rhel7-noneus)
175+
### EUS RHUI package installation
176+
177+
- [RHEL 8.x - EUS](#tab/rhel8-eus)
178+
- [RHEL 9.x - EUS](#tab/rhel9-eus)
179+
180+
### Non-EUS RHUI package installation
181+
182+
- [RHEL 7.9 - non-EUS](#tab/rhel7-noneus)
178183
- [RHEL 8.10 - non-EUS](#tab/rhel8-noneus)
179-
- [RHEL 9._x_ - non-EUS](#tab/rhel9-noneus)
180-
- [RHEL 10.0 non-EUS](#tab/rhel10-noneus)
184+
- [RHEL 9.x - non-EUS](#tab/rhel9-noneus)
185+
- [RHEL 10 - non-EUS](#tab/rhel10-noneus)
186+
187+
### RHEL 7 SAP/E4S/HANA RHUI package installation
188+
181189
- [RHEL 7.9 - RHEL-SAP-APPS](#tab/rhel79-rhel-sap-apps)
182-
- [RHEL 7.9 - RHEL-SAP-HA](#tab/rhe79-rhel-sap-ha)
183-
- [RHEL 8._x_ - RHEL-SAP-APPS](#tab/rhel8-rhel-sap-apps)
190+
- [RHEL 7.9 - RHEL-SAP-HA](#tab/rhel79-rhel-sap-ha)
191+
192+
### RHEL 8 SAP/E4S/HANA RHUI package installation
193+
194+
- [RHEL 8.x - RHEL-SAP-APPS](#tab/rhel8-rhel-sap-apps)
184195
- [RHEL 8.10 - RHEL-SAP-APPS](#tab/rhel810-rhel-sap-apps)
185-
- [RHEL 8._x_ - RHEL-SAP-HA (E4S)](#tab/rhel8-rhel-sap-ha-e4s)
186-
- [RHEL 8.10 - RHEL-SAP-HA](#tab/rhe810-rhel-sap-ha)
187-
- [RHEL 8._x_ - RHEL-HA ](#tab/rhel8-rhel-ha)
188-
- [RHEL 8.10 - RHEL-HA](#tab/rhe810-rhel-base-ha)
189-
- [RHEL 9._x_ - RHEL-SAP-APPS](#tab/rhel9-rhel-sap-apps)
190-
- [RHEL 9._x_ - RHEL-SAP-HA (E4S)](#tab/rhel9-rhel-sap-ha-e4s)
191-
- [RHEL 9._x_ - RHEL-HA ](#tab/rhel9-rhel-ha-e4s)
196+
- [RHEL 8.x - RHEL-SAP-HA (E4S)](#tab/rhel8-rhel-sap-ha-e4s)
197+
- [RHEL 8.10 - RHEL-SAP-HA](#tab/rhel810-rhel-sap-ha)
198+
- [RHEL 8.x - RHEL-HA](#tab/rhel8-rhel-ha-eus)
199+
- [RHEL 8.10 - RHEL-HA](#tab/rhel810-rhel-base-ha)
192200

201+
### RHEL 9 SAP/HANA RHUI package installation
193202

203+
- [RHEL 9.x - RHEL-SAP-APPS](#tab/rhel9-rhel-sap-apps)
204+
- [RHEL 9.x - RHEL-SAP-HA (E4S)](#tab/rhel9-rhel-sap-ha-e4s)
205+
- [RHEL 9.x - RHEL-HA](#tab/rhel9-rhel-ha-eus)
206+
194207

195-
#### EUS RHUI package installation
196208

209+
#### [RHEL 8.x - EUS](#tab/rhel8-eus)
197210

198-
#### [RHEL 8._x_ - EUS](#tab/rhel8-eus)
211+
## <a id="tab/rhel8-eus"></a>RHEL 8.x - EUS
199212

200213
1. Create a config file by using this command.
201214

@@ -226,7 +239,8 @@ Use the following index to jump directly to the corresponding section below.
226239
sudo rhel8-eus.config
227240
```
228241
229-
#### [RHEL 9._x_ - EUS](#tab/rhel9-eus)
242+
#### [RHEL 9.x - EUS](#tab/rhel9-eus)
243+
## <a id="tab/rhel9-eus"></a>RHEL 9.x - EUS
230244
231245
1. Create a config file by using this command:
232246
@@ -273,8 +287,8 @@ Use the following index to jump directly to the corresponding section below.
273287

274288
#### Non-EUS RHUI package installation
275289

276-
#### [RHEL 7._9_ - non-EUS](#tab/rhel7-noneus)
277-
290+
#### [RHEL 7.9 - non-EUS](#tab/rhel7-noneus)
291+
## <a id="tab/rhel7-noneus"></a>RHEL 7.9 - non-EUS
278292

279293
1. Remove the releasever file if it exists.
280294

@@ -306,7 +320,7 @@ Use the following index to jump directly to the corresponding section below.
306320
```
307321
308322
#### [RHEL 8.10 - non-EUS](#tab/rhel8-noneus)
309-
323+
## <a id="tab/rhel8-noneus"></a>RHEL 8.10 - non-EUS
310324
311325
1. Remove the releasever file if it exists.
312326
@@ -338,7 +352,7 @@ Use the following index to jump directly to the corresponding section below.
338352
```
339353
340354
#### [RHEL 9._x_ - non-EUS](#tab/rhel9-noneus)
341-
355+
## <a id="tab/rhel9-noneus"></a>RHEL 9.x - non-EUS
342356
343357
1. Remove the releasever file if it exists.
344358
@@ -369,8 +383,8 @@ Use the following index to jump directly to the corresponding section below.
369383
sudo rm rhel9-non-eus.config
370384
```
371385
372-
#### [RHEL 10.0 non-EUS](#tab/rhel10-noneus)
373-
386+
#### [RHEL 10 - non-EUS](#tab/rhel10-noneus)
387+
## <a id="tab/rhel10-noneus"></a>RHEL 10 - non-EUS
374388
375389
1. Create a config file by using this command:
376390
@@ -416,7 +430,7 @@ Select the tab of an SAP image type to see the corresponding instructions.
416430
417431
418432
#### [RHEL 7.9 - RHEL-SAP-APPS](#tab/rhel79-rhel-sap-apps)
419-
433+
## <a id="tab/rhel79-rhel-sap-apps"></a>RHEL 7.9 - RHEL-SAP-APPS
420434
421435
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.
422436
@@ -452,6 +466,7 @@ The following steps apply if the OS version is *RHEL 7.9* and the VM was created
452466
453467
454468
#### [RHEL 7.9 - RHEL-SAP-HA](#tab/rhe79-rhel-sap-ha)
469+
## <a id="tab/rhel79-rhel-sap-ha"></a>RHEL 7.9 - RHEL-SAP-HA
455470
456471
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.
457472
@@ -502,8 +517,8 @@ The following steps apply if the OS version is *RHEL 7.9* and the VM was created
502517
503518
Select the tab of an SAP image type to see the corresponding instructions.
504519
505-
#### [RHEL 8._x_ - RHEL-SAP-APPS](#tab/rhel8-rhel-sap-apps)
506-
520+
#### [RHEL 8.x - RHEL-SAP-APPS](#tab/rhel8-rhel-sap-apps)
521+
## <a id="tab/rhel8-rhel-sap-apps"></a>RHEL 8.x - RHEL-SAP-APPS
507522
508523
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.
509524
@@ -539,6 +554,7 @@ The following steps apply if the OS version is *earlier than the latest version
539554
540555
541556
#### [RHEL 8.10 - RHEL-SAP-APPS](#tab/rhel810-rhel-sap-apps)
557+
## <a id="tab/rhel810-rhel-sap-apps"></a>RHEL 8.10 - RHEL-SAP-APPS
542558
543559
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.
544560
@@ -572,7 +588,8 @@ The following steps apply if the OS version is *RHEL 8.10* supported by SAP and
572588
sudo rm rhel8-base-sap-apps.config
573589
```
574590
575-
#### [RHEL 8._x_ - RHEL-SAP-HA (E4S)](#tab/rhel8-rhel-sap-ha-e4s)
591+
#### [RHEL 8.x - RHEL-SAP-HA (E4S)](#tab/rhel8-rhel-sap-ha-e4s)
592+
## <a id="tab/rhel8-rhel-sap-ha-e4s"></a>RHEL 8.x - RHEL-SAP-HA (E4S)
576593
577594
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.
578595
@@ -607,6 +624,7 @@ The following steps apply if the OS version is *earlier than the latest version
607624
```
608625
609626
#### [RHEL 8.10 - RHEL-SAP-HA](#tab/rhe810-rhel-sap-ha)
627+
## <a id="tab/rhel810-rhel-sap-ha"></a>RHEL 8.10 - RHEL-SAP-HA
610628
611629
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.
612630
@@ -641,8 +659,8 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
641659
sudo rm rhel8-base-sap-ha.config
642660
```
643661
644-
#### [RHEL 8._x_ - RHEL-HA ](#tab/rhel8-rhel-ha)
645-
662+
#### [RHEL 8.x - RHEL-HA ](#tab/rhel8-rhel-ha-eus)
663+
## <a id="tab/rhel8-rhel-ha-eus"></a>RHEL 8.x - RHEL-HA
646664
647665
1. Create a config file by using this command:
648666
@@ -675,7 +693,7 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
675693
```
676694
677695
#### [RHEL 8.10 - RHEL-HA](#tab/rhe810-rhel-base-ha)
678-
696+
## <a id="tab/rhel810-rhel-ha"></a>RHEL 8.10 - RHEL-HA
679697
680698
681699
1. Remove the releasever file if it exists:
@@ -731,8 +749,8 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
731749
732750
Select the tab of an SAP image type to see the corresponding instructions.
733751
734-
#### [RHEL 9._x_ - RHEL-SAP-APPS](#tab/rhel9-rhel-sap-apps)
735-
752+
#### [RHEL 9.x - RHEL-SAP-APPS](#tab/rhel9-rhel-sap-apps)
753+
## <a id="tab/rhel9-rhel-sap-apps"></a>RHEL 9.x - RHEL-SAP-APPS
736754
737755
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.
738756
@@ -766,8 +784,8 @@ The following steps apply if the OS version is *earlier than the latest version
766784
sudo rm rhel9-sapapps.config
767785
```
768786
769-
#### [RHEL 9._x_ - RHEL-SAP-HA (E4S)](#tab/rhel9-rhel-sap-ha-e4s)
770-
787+
#### [RHEL 9.x - RHEL-SAP-HA (E4S)](#tab/rhel9-rhel-sap-ha-e4s)
788+
## <a id="tab/rhel9-rhel-sap-ha-e4s"></a>RHEL 9.x - RHEL-SAP-HA (E4S)
771789
772790
773791
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.
@@ -802,7 +820,8 @@ The following steps apply if the OS version is *earlier than the latest version
802820
sudo rm rhel9-sap-ha.config
803821
```
804822
805-
#### [RHEL 9._x_ - RHEL-HA ](#tab/rhel9-rhel-ha-e4s)
823+
#### [RHEL 9.x - RHEL-HA ](#tab/rhel9-rhel-ha-eus)
824+
## <a id="tab/rhel9-rhel-ha-eus"></a>RHEL 9.x - RHEL-HA
806825
807826
1. Create a config file by using this command:
808827

0 commit comments

Comments
 (0)