Wednesday, March 29, 2023
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Linux > Oracle releases Oracle Linux 7.9

Oracle releases Oracle Linux 7.9

Oracle announced the general availability of Oracle Linux 7 Update 9, including UEK Release 6 as the default kernel.


Erdem Yasar Erdem Yasar
October 9, 2020
4 min read
Oracle releases Oracle Linux 7.9

Oracle announced the release of Oracle Linux 7 Update 9. The latest version includes Unbreakable Enterprise Kernel Release 6 as the default kernel. Oracle Linux maintains user space compatibility with Red Hat Enterprise Linux. According to the announcement, no re-certifications are needed for applications already certified with Red Hat Enterprise Linux 7 or Oracle Linux 7 and existing applications will continue to run unmodified on the latest version.

Table of Contents

  • Unbreakable Enterprise Kernel Release 6
  • Notable new features are:
  • FAQ
    • What is the latest version of Oracle Linux?
    • How do you update Oracle Linux?
    • How do you upgrade Oracle Linux?
    • Is Oracle Linux free?
    • Is Oracle Linux good for servers?
    • Is Oracle Linux the same as RHEL?
    • Is Oracle Linux the same as CentOS?
    • Who uses Oracle Linux?
    • Does Oracle Linux have a GUI?
    • Does Oracle Linux have a package manager?
    • Can Oracle Linux be installed on a virtual machine?

Unbreakable Enterprise Kernel Release 6

Oracle Linux 7.9 is available on 64-bit Arm and 64-bit AMD/Intel-based systems. ISO installation images are available for download from the Oracle Linux yum server. The latest version of Oracle Linux ships with the following kernel packages:

  • UEK Release 6 (kernel-uek-5.4.17-2011.6.2.el7uek) for x86-64 and aarch64
  • Red Hat Compatible Kernel (RHCK) (kernel-3.10.0-1160.el7) for x86-64 only

Notable new features are:

  • New features and changes for Red Hat Compatible Kernel (RHCK)
    • EDAC driver for Intel ICX systems added: The Error Detection and Correction (EDAC) driver has been added to Intel ICX systems in this release. This driver enables error detection on these systems, as well as reports any errors to the EDAC subsystem.
    • Mellanox ConnectX-6 Dx network adapter support added: Oracle Linux 7 Update 9 adds the PCI IDs of the Mellanox ConnectX-6 Dx network adapter to the mlx5_core driver.
  • UEK Release 6 is based on the mainline Linux kernel 5.4, supplying more innovation than other commercial Linux kernels. 
    • Arm: Enhanced support for the Arm (aarch64) platform, including improvements in the areas of security and virtualization.
    • Cgroup v2: UEK R6 includes all Cgroup v2 features, along with several enhancements.
    • ktask: ktask is a framework for parallelizing CPU-intensive work in the kernel. It can be used to speed up large tasks on systems with available CPU power, where a task is single-threaded in user space.
    • Parallelized kswapd: Page replacement is handled in the kernel asynchronously by kswapd, and synchronously by direct reclaim. When free pages within the zone free list are low, kswapd scans pages to determine if there are unused pages that can be evicted to free up space for new pages. This optimization improves performance by avoiding direct reclaims, which can be resource intensive and time consuming.
    • Kexec firmware signing: The option to check and validate a kernel image signature is enabled in UEK R6. When kexec is used to load a kernel from within UEK R6, kernel image signature checking and validation can be implemented to ensure that a system only loads a signed and validate kernel image.
    • Memory management: Several performance enhancements have been implemented in the kernel’s memory management code to improve the efficiency of clearing pages and cache, as well as enhancements to fault management and reporting.
    • NVDIMM: NVDIMM feature updates have been implemented so that persistent memory can be used as traditional RAM.
    • NVMe: NVMe improvements include: NVMe over Fabrics TCP host and the target drivers have been added, multipath support and passthrough command support have been added. NVMe namespace support is extended to include Namespace Write Protect and Asynchronous Namespace Access.
    • DTrace: DTrace support is enabled and has been re-implemented to use the Berkeley Packet Filter (BPF) that is integrated into the Linux kernel.
    • OCFS2: Support for the OCFS2 file system is enabled.
    • Btrfs: Support for the Btrfs file system is enabled and support to select Btrfs as a file system type when formatting devices is available.
    • NFS: enhancements and new features that help on NFS performance.
    • Zero copy networking: network performance enhancements and new technology to build faster networking products.

FAQ

What is the latest version of Oracle Linux?

The latest version in Oracle Linux 8 series is 8.7, and in the 9 series is 9.1.

How do you update Oracle Linux?

To update Oracle Linux, you can use the "yum" package manager.
Before you begin, it is important to backup your important data, and also make sure your system is fully up-to-date by running "yum update".
Then, open a terminal and run the command "sudo yum update" to begin the update process. This command will update the system and download and install the new packages.
You can also use "yum update-minimal" command to update the system with only security updates and important bug fixes.

How do you upgrade Oracle Linux?

To upgrade Oracle Linux, you can use the "yum" package manager. Run the command "sudo yum upgrade" after making sure your system is fully updated with "sudo yum update". It's also recommended to review the release notes of the new version you are upgrading to, to know about any new features, and to ensure that any third-party software you are using is compatible with the new version. Remember to backup important data before upgrading.

Is Oracle Linux free?

Oracle Linux is available for free as an open-source operating system, but there are additional features and support options that may require a paid subscription. The basic version is free to download, install and use for both personal and commercial purposes.

Is Oracle Linux good for servers?

Oracle Linux is considered a good option for servers, as it is based on Red Hat Enterprise Linux, which is known for its reliability and stability. Oracle Linux also offers many enterprise-grade features such as support for large-scale deployments, advanced security, and performance-enhancing technologies.

Is Oracle Linux the same as RHEL?

Oracle Linux is similar to Red Hat Enterprise Linux (RHEL) in many ways, as it is based on the same codebase and has many of the same features. While Oracle Linux and RHEL are similar, they are different distributions and are maintained by different companies.

Is Oracle Linux the same as CentOS?

Oracle Linux and CentOS are both based on Red Hat Enterprise Linux (RHEL), but there are some key differences between the two. Oracle Linux is developed and maintained by Oracle Corporation, while CentOS is developed and maintained by a community of volunteers. Oracle Linux is also available as a commercial distribution, which means that it includes additional features such as support and certifications that are not available in the community edition of CentOS. Additionally, Oracle Linux provides its own set of software repositories and yum channels, and it uses a different package-naming convention.

Who uses Oracle Linux?

Oracle Linux is primarily used by businesses, organizations, and IT professionals, who need a stable, reliable, and enterprise-grade Linux distribution. Companies that have large-scale deployments and rely heavily on Oracle databases and other enterprise applications, often use Oracle Linux as it is optimized to run these types of software.

Does Oracle Linux have a GUI?

Yes, Oracle Linux does have a GUI (Graphical User Interface) available. The default desktop environment for Oracle Linux is GNOME, which is a popular and widely used open-source desktop environment. Oracle Linux also supports other GUI options such as KDE Plasma and Xfce, which can be installed as an alternative.

Does Oracle Linux have a package manager?

Yes, Oracle Linux has a package manager called yum, which stands for "Yellowdog Updater Modified." Yum is a command-line tool that allows users to easily install, update, and remove software packages on their systems.

Can Oracle Linux be installed on a virtual machine?

Yes, Oracle Linux can be installed on a virtual machine. A virtual machine (VM) allows you to run an operating system within another operating system. This means that you can install Oracle Linux on a virtual machine and run it on top of your current operating system, without the need to replace it or partition your hard drive.
To install Oracle Linux on VMWare, you can refer to our article: How to install a Linux Distro on VMware Workstation

See more Linux News

A comprehensive guide to understanding Linux: What is Linux?


Tags: Linux DistroOracle Linux
Erdem Yasar

Erdem Yasar

Erdem Yasar is a news editor at Cloud7. Erdem started his career by writing video game reviews in 2007 for PC World magazine while he was studying computer engineering. In the following years, he focused on software development with various programming languages. After his graduation, he continued to work as an editor for several major tech-related websites and magazines. During the 2010s, Erdem Yasar shifted his focus to cloud computing, hosting, and data centers as they were becoming more popular topics in the tech industry. Erdem Yasar also worked with various industry-leading tech companies as a content creator by writing blog posts and other articles. Prior to his role at Cloud7, Erdem was the managing editor of T3 Magazine.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
Sitetrail published web hosting review and rankings

Sitetrail published web hosting review and rankings

Related News

Trisquel GNU/Linux 11.0 released, download now

Trisquel GNU/Linux 11.0 released, download now

March 28, 2023 10:20 am
What is a Daemon in Linux?

What is a Daemon in Linux?

March 27, 2023 8:01 pm
7 best practices and tools to use for Linux security

7 best practices and tools to use for Linux security

March 24, 2023 5:00 pm
Photopea: The best Photoshop alternative for Linux

Photopea review: The best free Photoshop alternative for Linux

Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter
Select list(s):

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Get the free newsletter

Subscribe to receive the latest IT business updates straight to your inbox.

Select list(s):

Check your inbox or spam folder to confirm your subscription.

Recent News

  • What is Nvidia Canvas? Everything you need to know
  • How to install and run Android apps on Windows
  • A new storage and optic communication tech is on the way
  • Interview: Pete Morgan, co-founder and CSO of Phylum
  • Trisquel GNU/Linux 11.0 released, download now

Cloud7 News
Cloud7 is a news source that publishes the latest news, reviews, comparisons, opinions, and exclusive interviews to help tech users of high-experience levels in the IT industry.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • Artificial Intelligence
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About Us
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2023, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory

© 2023, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.