You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/redhat/redhat-rhui.md
+111Lines changed: 111 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,117 @@ At the time of this writing, EUS support has ended for RHEL <= 7.4. See the "Red
84
84
* RHEL 7.6 EUS support ends May 31, 2021
85
85
* RHEL 7.7 EUS support ends August 30, 2021
86
86
87
+
### Switch a RHEL VM 7.x to EUS (version-lock to a specific minor version)
88
+
Use the following instructions to lock a RHEL 7.x VM to a particular minor release (run as root):
89
+
90
+
>[!NOTE]
91
+
> This only applies for RHEL 7.x versions for which EUS is available. At the time of this writing, this includes RHEL 7.2-7.7. More details are available at the [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata) page.
> The above instruction will lock the RHEL minor release to the current minor release. Enter a specific minor release if you are looking to upgrade and lock to a later minor release that is not the latest. For example, `echo 7.5 > /etc/yum/vars/releasever` will lock your RHEL version to RHEL 7.5.
109
+
1. Update your RHEL VM
110
+
```bash
111
+
sudo yum update
112
+
```
113
+
114
+
### Switch a RHEL VM 8.x to EUS (version-lock to a specific minor version)
115
+
Use the following instructions to lock a RHEL 8.x VM to a particular minor release (run as root):
116
+
117
+
>[!NOTE]
118
+
> This only applies for RHEL 8.x versions for which EUS is available. At the time of this writing, this includes RHEL 8.1-8.2. More details are available at the [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata) page.
> The above instruction will lock the RHEL minor release to the current minor release. Enter a specific minor release if you are looking to upgrade and lock to a later minor release that is not the latest. For example, `echo 8.1 > /etc/yum/vars/releasever` will lock your RHEL version to RHEL 8.1.
141
+
>[!NOTE]
142
+
> If there are permission issues to access the releasever, you can edit the file using 'nano /etc/yum/vars/releaseve' and add the image version details and save ('Ctrl+o'then press enter and then'Ctrl+x').
143
+
1. Update your RHEL VM
144
+
```bash
145
+
sudo yum update
146
+
```
147
+
148
+
149
+
### Switch a RHEL 7.x VM back to non-EUS (remove a version lock)
RHUI is available in all regions where RHEL on-demand images are available. It currently includes all public regions listed on the [Azure status dashboard](https://azure.microsoft.com/status/) page, Azure US Government, and Microsoft Azure Germany regions.
0 commit comments