Loading AI tools
Linux distribution developed by Red Hat From Wikipedia, the free encyclopedia
Red Hat Enterprise Linux (RHEL) is a commercial open-source[6][7][8] Linux distribution[9][10] developed by Red Hat for the commercial market. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and CentOS Stream serve as its upstream sources. All of Red Hat's official support and training, together with the Red Hat Certification Program, focuses on the Red Hat Enterprise Linux platform.
Developer | Red Hat, Inc. | ||||||
---|---|---|---|---|---|---|---|
OS family | Linux (Unix-like) | ||||||
Working state | Current | ||||||
Source model | Open source | ||||||
Initial release | February 22, 2000[1] | ||||||
Latest release |
| ||||||
Latest preview | 9 Beta / November 3, 2021[2] | ||||||
Marketing target | Commercial market (servers, mainframes, supercomputers, workstations) | ||||||
Available in | Multilingual | ||||||
Update method | Software Updater | ||||||
Package manager |
| ||||||
Platforms | x86-64; ARM64; IBM Z; IBM Power Systems[4] | ||||||
Kernel type | Monolithic (Linux) | ||||||
Userland | GNU | ||||||
Default user interface | GNOME Shell, Bash | ||||||
License | Various free software licenses, plus proprietary binary blobs[5] | ||||||
Preceded by | Red Hat Linux | ||||||
Official website | redhat |
The first version of Red Hat Enterprise Linux to bear the name originally came onto the market as "Red Hat Linux Advanced Server". In 2003, Red Hat rebranded Red Hat Linux Advanced Server to "Red Hat Enterprise Linux AS"[11] and added two more variants, Red Hat Enterprise Linux ES and Red Hat Enterprise Linux WS.[12]
Red Hat previously used strict trademark rules to restrict free re-distribution of their officially supported versions of Red Hat Enterprise Linux[13] but still freely provided its source code. Third-party derivatives were able to be built and redistributed by stripping away non-free components like Red Hat's trademarks. Examples include community-supported distributions like Rocky Linux and AlmaLinux, and commercial ones like Oracle Linux. In 2023, Red Hat decided to stop making the source code of Red Hat Enterprise Linux available to the public. The code is still available to Red Hat customers, as well as developers using free accounts, though under conditions that forbid redistribution of the source code.[10]
Red Hat Enterprise Linux Server subscription is available at no cost for development purposes.[14] Developers need to register for the Red Hat Developer Program and agree to license terms forbidding production use and redistribution of the source code.[10] This free developer subscription was announced on March 31, 2016.
There are also "Academic" editions of the Desktop and Server variants.[15] They are offered to schools and students, are less expensive, and are provided with Red Hat technical support as an optional extra. Web support based on the number of customer contacts can be purchased separately.
It is often assumed the branding ES, AS, and WS stand for "Entry-level Server",[16][17] "Advanced Server" and "Work Station", respectively. The reason for this is that the ES product is indeed the company's base enterprise server product, while AS is the more advanced product. However, nowhere on its site or in its literature does Red Hat say what AS, ES, and WS stand for.
In Red Hat Enterprise Linux 5 there are new editions that substitute former Red Hat Enterprise Linux AS/ES/WS/Desktop:[18][19]
Red Hat had also announced its Red Hat Global Desktop Linux edition "for emerging markets".[20]
RHEL 4, 3, and prior releases had four variants:
The Fedora Project provides the following explanation:[21]
Fedora is a free distribution and community project and upstream for Red Hat Enterprise Linux. Fedora is a general purpose system that gives Red Hat and the rest of its contributor community the chance to innovate rapidly with new technologies. Red Hat Enterprise Linux is a commercial enterprise operating system and has its own set of test phases including alpha and beta releases which are separate and distinct from Fedora development.
Originally, Red Hat sold boxed versions of Red Hat Linux directly to consumers and business through phone support. The Fedora Project began in 2002 as a set of community supported packages for Red Hat Linux. However, the six month release cycle of Red Hat Linux was too disruptive for business users and Red Hat wanted a more reliable revenue stream. In 2002 Red Hat began releasing Red Hat Enterprise Linux based on Red Hat Linux, but with a much more conservative release cycle and a subscription based support program. A year later, Red Hat discontinued the Red Hat Linux product line, merging it with the Fedora community packages and releasing the resulting Fedora distribution for free.[22]
Fedora now serves as upstream for future versions of RHEL: RHEL trees are forked off the Fedora repository, and released after a substantial stabilization and quality assurance effort.[23][needs update?] RHEL source code is also not freely available, as those that obtain it are forbidden from redistribution.[10] For example, RHEL 5 was forked from Fedora at the end of 2006 (approximately at the time of the Fedora Core 6 release) and released more or less together with Fedora 14. By the time RHEL 6 was released, many features from Fedora 13 and 14 had already been backported into it. The Fedora Project lists the following lineages for older Red Hat Enterprise releases:[23]
In addition, the Fedora project publishes a set of packages for RHEL called the Extra Packages for Enterprise Linux (EPEL). EPEL packages can be expected to work in RHEL, but it is up to willing community members to maintain the packages and back port any upstream changes. As such, packages "may come and go" during the ten-year lifespan of the RHEL release and Red Hat support plans do not include resolving issues caused by EPEL packages.[26]
Originally, Red Hat's enterprise product, then known as Red Hat Linux, was made freely available to anybody who wished to download it, while Red Hat made money from support. Red Hat then moved towards splitting its product line into Red Hat Enterprise Linux which was designed to be stable and with long-term support for enterprise users and Fedora as the community distribution and project sponsored by Red Hat. The use of trademarks prevents verbatim copying of Red Hat Enterprise Linux.
Red Hat Enterprise Linux is derived completely from free and open source software. Until 2023, Red Hat made the source code to its enterprise distribution publicly available through its FTP website. Accordingly, several groups used the source code to compile their own derivatives, typically with changes including the removal of any references to Red Hat's trademarks and pointing the update systems to non-Red Hat servers. Groups which have undertaken this include AlmaLinux, CentOS, MIRACLE LINUX, Oracle Linux, CloudLinux OS, Rocky Linux, Scientific Linux, StartCom Enterprise Linux, Pie Box Enterprise Linux, X/OS, Lineox, and Bull's XBAS for high-performance computing.[27] However, as of June 2023, Red Hat no longer makes the source code freely available; while they still provide the source code to customers and developers.[10] The GNU GPL forbids terms and conditions that prevent users from redistributing the source code of GPL-licensed software, including but not limited to the GNU core utilities (such as cat, ls, and rm), which is licensed under the GNU GPLv3 or later as of version 6.10, and the Linux kernel itself (licensed under the GPLv2 only).[28][29][30] This led to AlmaLinux, one of the RHEL derivative Linux distributions, moving away from "1:1 bug for bug" compatibility to "application binary interface (ABI) compatible", while Oracle, SUSE, and CIQ (the company behind Rocky Linux) collaborated to form the Open Enterprise Linux Association (OpenELA) in order to provide "open and free Enterprise Linux (EL) source code".[31][32]
Derivatives of Red Hat Enterprise Linux are free but do not get any commercial support or consulting services from Red Hat and lack software, hardware or security certifications from Red Hat. They also do not get access to Red Hat services like Red Hat Network.
Unusually, Red Hat took steps to obfuscate their changes to the Linux kernel for RHEL 6.0 by not publicly providing the patch files for their changes in the source tarball, and only releasing the finished product in source form. Speculation suggested that the move was made to affect Oracle's competing rebuild and support services, which further modifies the distribution. This practice however, still complies with the GNU GPL since source code is defined as "[the] preferred form of the work for making modifications to it", and the distribution still complies with this definition.[33] Red Hat's CTO Brian Stevens later confirmed the change, stating that certain information (such as patch information) would now only be provided to paying customers to make the Red Hat product more competitive against the growing number of companies offering support for products based on RHEL. CentOS developers had no objections to the change since they do not make any changes to the kernel beyond what is provided by Red Hat.[34] Their competitor Oracle announced in November 2012 that they were releasing a RedPatch service, which allows public view of the RHEL kernel changes, broken down by patch.[35][36]
A number of commercial vendors use Red Hat Enterprise Linux as a base for the operating system in their products. Two of the best known are the Console Operating System in VMware ESX Server and Oracle Linux.
Each release is given a codename which is selected by a vote of the developers. The codenames don't have a specific pattern (unlike Ubuntu or Debian).
Red Hat Enterprise Linux 9 was announced at Red Hat Summit on May 10, 2022, and was officially released on May 17, 2022 .[38] In this version of the system introduced a Linux Kernel 5.14.0 and Gnome 40.
RHEL 9 was the first to be based on CentOS Stream, itself based on Fedora Linux, while historically RHEL was based directly on Fedora Linux.[39]
The first beta for Red Hat Enterprise Linux 9 (Plow), based on Fedora Linux 34, was released on November 3, 2021.[2]
Red Hat Enterprise Linux 9 (Plow) was released on May 18, 2022.[40] The name Plow was the Appalachian Trail nickname for Tim Burke, one of the founders of RHEL and retired leader of RHEL engineering.[41]
Red Hat Enterprise Linux 8 (Ootpa) is based on Fedora 28, upstream Linux kernel 4.18, GCC 8.2, glibc 2.28, systemd 239, GNOME 3.28, and the switch to Wayland. The first beta was announced on November 14, 2018.[42] Red Hat Enterprise Linux 8 was officially released on May 7, 2019 .[43]
With Release 8 of Red Hat Enterprise Linux, IBM has completed transition of POWER8 and POWER9 servers to little-endian mode.[44][45][46]
The name Ootpa was a tribute to Larry Troan. His son, Eric Troan was Red Hat's first head engineer and his username was ewt, so his father was given the name ewt's pa, pronounced Ootpa.[41]
Red Hat Enterprise Linux 7 (Maipo) is based on Fedora 18 and Fedora 19, upstream Linux kernel 3.10, systemd 208 (updated to 219 in RHEL 7.2), and GNOME 3.8 (rebased to GNOME 3.28 in RHEL 7.6) The first beta was announced on 11 December 2013,[49][50] and a release candidate was made available on 15 April 2014.[51] On June 10, 2014 Red Hat Enterprise Linux 7 was officially released.[52]
Red Hat Enterprise Linux 6 was forked from Fedora 10 and contains many backported features from Fedora 11 and Fedora 12.
Red Hat Enterprise Linux 5 has forked with Fedora Core 6.
RHEL 4 introduced Linux kernel 2.6 versions and extended attributes on ext2 and ext3 file systems.[65]
The life cycle of Red Hat Enterprise Linux is at least seven years for versions 3 and 4, and spans at least 10 years for versions 5, 6, 7, 8 and 9. The life cycle comprises several phases of varying length with different degrees of support. During the first phase ("Production 1"), Red Hat provides full support and updates software and hardware drivers. In later phases ("Production 2" and "Production 3"), only security and other important fixes are provided and support for new hardware is gradually reduced.[67]
In the last years of the support lifecycle (after seven years for version 4 and earlier, and after 10 years for version 5 and later), critical and security-related fixes are only provided to customers who pay an additional subscription ("Extended Lifecycle Support Add-On") that is available for versions 3, 4, 5 and 6. This covers a limited number of packages.[68] Red Hat only supports major version upgrades from version 6 to version 7 and from version 7 to version 8.[69]
RHEL version | Last minor release | Release date | End of Full Support | End of Maintenance Support 1 (RHEL 5, 6, 7) | End of Maintenance Support (RHEL 8, 9), Maintenance Support 2 (RHEL 5, 6, 7) (product retirement) | End of Extended Lifecycle Support |
---|---|---|---|---|---|---|
2.1 | U-7 | 26 March 2002 (AS) 1 May 2003 (ES) |
30 November 2004 | 31 May 2005 | 31 May 2009[70] | — |
3 | U-9 | 23 October 2003 | 20 July 2006 | 30 June 2007 | 31 October 2010[71] | 30 January 2014 |
4 | U-9 | 14 February 2005 | 31 March 2009 | 16 February 2011 | 29 February 2012 | 31 March 2017 |
5 | 5.11 | 15 March 2007 | 8 January 2013 | 31 January 2014 | 31 March 2017 | 30 November 2020 |
6 | 6.10 | 10 November 2010 | 10 May 2016 | 10 May 2017 | 30 November 2020 | 30 June 2024 |
7 | 7.9 | 10 June 2014[72] | 6 August 2019 | 6 August 2020 | 30 June 2024 | 30 June 2028[73] |
8 | 8.10 | 7 May 2019 | May 2024 | — | May 2029 | 31 May 2031[74] |
9 | 9.5 | 08 Nov 2022 | May 2027 | — | May 2032 | 31 May 2034[74] |
Legend: Old version, not maintained Old version, still maintained Latest version |
To maintain a stable application binary interface (ABI), Red Hat does not update the kernel version, but instead backports new features to the same kernel version with which a particular version of RHEL has been released. New features are backported throughout the Production 1 phase of the RHEL lifecycle.[75] Consequently, RHEL may use a Linux kernel with a dated version number, yet the kernel is up-to-date regarding not only security fixes, but also certain features.[76] One specific example is the SO_REUSEPORT socket option which was added to Linux kernel 3.9, and was subsequently backported and became available since RHEL 6.5, which uses version 2.6.32 of the Linux kernel.[77][78][79]
This article may require cleanup to meet Wikipedia's quality standards. The specific problem is: Assumes knowledge about what EUS and/or Z Tree is and makes assumptions about use cases for using it. (February 2018) |
The Extended Update Support (EUS) allows an organization / company to choose when they change to a new minor version. For the first 6 months of the EUS channel / yum repo, features may be added, but then the channel is locked down so that only bug and security fixes are patched. The organization / company then has 24 months to move to a new EUS branch. EUS allows the organization / company to stay on a minor version if required by a third-party application which is only tested with a particular minor version of RHEL, such as Oracle Database, IBM Db2, IBM Cloud Orchestrator, Hortonworks. There may also be extra costs associated with using the EUS repos/channels depending on the agreement the organization / company has with Red Hat.[80] For more information on what is Included/Excluded from the EUS see.[80]
In general one can move from z streams to the next version of the z stream.
Any 7.y.z EUS channel where y is greater than 1. The standard base channel for Red Hat Enterprise Linux 7, which is the most recent minor release aka rhel 7Y where y is the latest greatest.
One can not go back in time, aka 7.5.z to 7.4.z and will NOT be supported.[80]
Red Hat Enterprise Linux 6 was forked from Fedora 12 and contains many backported features from Fedora 13 and 14.
Red Hat Enterprise Linux 7 (Maipo) is based on Fedora 19, upstream Linux kernel 3.10, 10 June 2014, uses Linux kernel 3.10.0-123[37]
Red Hat Enterprise Linux 8 (Ootpa) is based on Fedora 28, upstream Linux kernel 4.18, systemd 239, and GNOME 3.28. The first beta was announced on 14 November 2018.[42] Red Hat Enterprise Linux 8 was officially released on 2019-05-07 .[43]
For RHEL 8, the update schedule is approximately:[86]
In addition to normal OS updates, RHEL 8 also maintains application streams to allow for certain applications to be supported and updated independent of the base OS and to match the maintenance stream of the application vendor.[88] Each application stream will be supported from two to five years with new versions only available during the Red Hat Enterprise Linux Full Support Phase.[89] These apps should be expected to be updated frequently with shorter lifecycles than the base OS packages.
Packages currently offered as streams[89]
This section needs expansion. You can help by adding to it. (September 2022) |
Red Hat Enterprise Linux 9 (RHEL 9) is a commercial open-source operating system developed by Red Hat for enterprise environments. It is built from the open-source Fedora distribution and aims to provide a stable, secure, and enterprise-grade platform. RHEL 9, released in May 2022, introduces several new features and improvements, especially tailored for cloud-native development, security, automation, and performance enhancements .
RHEL 9 is suitable for a wide range of enterprise applications across industries such as financial services, healthcare, and government. It is used in both on-premises and cloud environments, with strong support for multi-cloud and hybrid cloud deployments
RHEL 9 follows Red Hat's 10-year support lifecycle, which includes full support for the first five years, followed by maintenance support for the remaining five years .
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.