| 
1 | 1 | # Endless Lifecycle Support for OS  | 
2 | 2 | 
 
  | 
3 |  | -TuxCare's [Endless Lifecycle Support (ELS) for OS](https://tuxcare.com/extended-lifecycle-support/) service provides security updates, system enhancement patches, and selected bug fixes for older versions of a variety of Linux distributions, including CentOS 6, Oracle Linux 6, CentOS 7, Oracle Linux 7, CentOS 8, CentOS Stream 8, Ubuntu 16.04, and Ubuntu 18.04. These distributions have either reached their end of standard support from vendors or have reached End of Life (EOL).  | 
 | 3 | +TuxCare's [Endless Lifecycle Support (ELS) for OS](https://tuxcare.com/extended-lifecycle-support/) service provides security updates, system enhancement patches, and selected bug fixes for older versions of a variety of Linux distributions, including CentOS 6, Oracle Linux 6, CentOS 7, Oracle Linux 7, Red Hat Enterprise Linux 7, CentOS 8, CentOS Stream 8, Ubuntu 16.04, and Ubuntu 18.04. These distributions have either reached their end of standard support from vendors or have reached End of Life (EOL).  | 
4 | 4 | 
 
  | 
5 | 5 | Our ELS service is designed to provide solutions for organizations that are not yet ready to migrate to newer versions and that are seeking long-term stability for their out-of-date operating systems. The service coverage includes updates for the Linux kernel and a list of essential packages that are integral to server operations.  | 
6 | 6 | 
 
  | 
@@ -86,6 +86,7 @@ repo.cloudlinux.com  | 
86 | 86 | ```  | 
87 | 87 | 
 
  | 
88 | 88 | - CentOS 7 ELS,  | 
 | 89 | +- Red Hat Enterprise Linux 7,  | 
89 | 90 | - Ubuntu 20.04 ELS:  | 
90 | 91 | 
 
  | 
91 | 92 | ```  | 
@@ -246,6 +247,27 @@ License     : GPLv2  | 
246 | 247 | Description : OEL7 Server els-release file  | 
247 | 248 | ```  | 
248 | 249 | 
 
  | 
 | 250 | +#### Common Use Cases  | 
 | 251 | + | 
 | 252 | +**UEKR6 repository**  | 
 | 253 | + | 
 | 254 | +The installation script **does not automatically add** the TuxCare UEKR6 repository. If you plan to use the `kernel-uek` package on your Oracle Linux 7 system, you need to enable the TuxCare UEKR6 repository manually.  | 
 | 255 | + | 
 | 256 | +* Use an editor of your choice to edit the `/etc/yum.repos.d/oraclelinux7-els.repo` file:  | 
 | 257 | + | 
 | 258 | +  ```  | 
 | 259 | +  vi /etc/yum.repos.d/oraclelinux7-els.repo  | 
 | 260 | +  ```  | 
 | 261 | + | 
 | 262 | +* Add the following lines there to enable the TuxCare UEKR 6 repository:  | 
 | 263 | + | 
 | 264 | +  ```  | 
 | 265 | +  [oraclelinux7-els-UEKR6]  | 
 | 266 | +  name = OracleLinux 7 Extended Lifecycle Support by TuxCare UEKR6  | 
 | 267 | +  baseurl = https://repo.tuxcare.com/oraclelinux7-els/\$elstoken/UEKR6/\$basearch/  | 
 | 268 | +  enabled = 1  | 
 | 269 | +  ```  | 
 | 270 | + | 
249 | 271 | ### CentOS 7 ELS  | 
250 | 272 | 
 
  | 
251 | 273 | 1. Download an installer script:  | 
@@ -291,6 +313,32 @@ License     : GPLv2  | 
291 | 313 | Description : CentOS Server els-release file  | 
292 | 314 | ```  | 
293 | 315 | 
 
  | 
 | 316 | +### Red Hat Enterprise Linux 7 ELS  | 
 | 317 | + | 
 | 318 | +1. Download an installer script:  | 
 | 319 | + | 
 | 320 | +```  | 
 | 321 | +wget https://repo.tuxcare.com/rhel7-els/install-rhel7-els-repo.sh  | 
 | 322 | +```  | 
 | 323 | + | 
 | 324 | +2. Run the installer script with keys:  | 
 | 325 | + | 
 | 326 | +```  | 
 | 327 | +sh install-rhel7-els-repo.sh --license-key XXXX-XXXXXXXXX  | 
 | 328 | +
  | 
 | 329 | +```  | 
 | 330 | + | 
 | 331 | +The installation script registers the server in the CLN with the key and adds a PGP key to the server.  | 
 | 332 | + | 
 | 333 | +3. Verify that the installation was successful. To ensure the installation has been completed successfully, run the following command:  | 
 | 334 | + | 
 | 335 | +```  | 
 | 336 | +yum info els-define  | 
 | 337 | +```  | 
 | 338 | + | 
 | 339 | +It should return the info of an available package. If you see information about the package, you can be sure that the installation was successful.  | 
 | 340 | +After this, you will be able to install updates from the repository using a regular yum upgrade command.  | 
 | 341 | + | 
294 | 342 | ### CentOS 8 ELS  | 
295 | 343 | 
 
  | 
296 | 344 | 1. Download an installer script:  | 
@@ -532,6 +580,7 @@ Identifying the vulnerabilities that apply to your systems is an important task  | 
532 | 580 | * CentOS Stream 8 ELS: [https://repo.tuxcare.com/centos8stream-els/centos8stream-els-oval.xml](https://repo.tuxcare.com/centos8stream-els/centos8stream-els-oval.xml)  | 
533 | 581 | * Oracle Linux 6 ELS: [https://repo.cloudlinux.com/oraclelinux6-els/oraclelinux6-els-oval.xml](https://repo.cloudlinux.com/oraclelinux6-els/oraclelinux6-els-oval.xml)  | 
534 | 582 | * Oracle Linux 7 ELS: [https://repo.tuxcare.com/oraclelinux7-els/oraclelinux7-els-oval.xml](https://repo.tuxcare.com/oraclelinux7-els/oraclelinux7-els-oval.xml)  | 
 | 583 | +* Red Hat Enterprise Linux 7 ELS: [https://repo.tuxcare.com/rhel7-els/rhel7-els-oval.xml](https://repo.tuxcare.com/rhel7-els/rhel7-els-oval.xml)  | 
535 | 584 | * Ubuntu 16.04 ELS: [https://repo.cloudlinux.com/ubuntu16_04-els/ubuntu16.04-els-oval.xml](https://repo.cloudlinux.com/ubuntu16_04-els/ubuntu16.04-els-oval.xml)  | 
536 | 585 | * Ubuntu 18.04 ELS: [https://repo.cloudlinux.com/ubuntu18_04-els/ubuntu18.04-els-oval.xml](https://repo.cloudlinux.com/ubuntu18_04-els/ubuntu18.04-els-oval.xml)  | 
537 | 586 | * Ubuntu 20.04 ELS: [https://repo.tuxcare.com/ubuntu20_04-els/ubuntu20.04-els-oval.xml](https://repo.tuxcare.com/ubuntu20_04-els/ubuntu20.04-els-oval.xml)  | 
@@ -609,6 +658,7 @@ Once that is validated, you can use the corresponding to the operating system OV  | 
609 | 658 | * CloudLinux 6: [https://cve.tuxcare.com/rss_feed/releases/cloudlinux6els](https://cve.tuxcare.com/rss_feed/releases/cloudlinux6els)  | 
610 | 659 | * Oracle Linux 6 ELS: [https://cve.tuxcare.com/rss_feed/releases/oraclelinux6els](https://cve.tuxcare.com/rss_feed/releases/oraclelinux6els)  | 
611 | 660 | * Oracle Linux 7 ELS: [https://cve.tuxcare.com/rss_feed/releases/oraclelinux7els](https://cve.tuxcare.com/rss_feed/releases/oraclelinux7els)  | 
 | 661 | +* Red Hat Enterprise Linux 7 ELS: [https://cve.tuxcare.com/rss_feed/releases/rhel7els](https://cve.tuxcare.com/rss_feed/releases/rhel7els)  | 
612 | 662 | * Ubuntu 16.04 ELS: [https://cve.tuxcare.com/rss_feed/releases/ubuntu16.04els](https://cve.tuxcare.com/rss_feed/releases/ubuntu16.04els)  | 
613 | 663 | * Ubuntu 18.04 ELS: [https://cve.tuxcare.com/rss_feed/releases/ubuntu18.04els](https://cve.tuxcare.com/rss_feed/releases/ubuntu18.04els)  | 
614 | 664 | * Ubuntu 20.04 ELS: [https://cve.tuxcare.com/rss_feed/releases/ubuntu20.04els](https://cve.tuxcare.com/rss_feed/releases/ubuntu20.04els)  | 
 | 
0 commit comments