- Manage the Boot Kernel for Oracle Linux 8
- Introduction
- Background
- Objectives
- What Do You Need?
- (Hands-on Lab) Connect to the Compute Instance
- Check available kernels
- Check the current default kernel
- Change the default kernel
- Change kernel command line boot parameters
- Video Demonstrations
- Additional Information
- More Learning Resources
- Comments and Questions
- Unbreakable Enterprise Kernel for Oracle Linux
- Partners Support Oracle Linux
- Partner List
- Национальная библиотека им. Н. Э. Баумана Bauman National Library
- Персональные инструменты
- Oracle Linux
- Содержание
- Совместимость с RHEL
- Совместимость аппаратного обеспечения
- Поддержка виртуализации
- Сопутствующие продукты
- Ksplice
- Ядро Unbreakable Enterprise Kernel
- Oracle Linux для облака инфраструктуры Oracle
- Дистрибутив Oracle Linux 7
- Oracle OpenStack для Oracle Linux
- История выпусков
- Последние инновации Linux
Manage the Boot Kernel for Oracle Linux 8
Introduction
This tutorial describes how to set the default kernel of an Oracle Linux system from the command line. This tutorial is targeted at Oracle Linux 8 users, but the grubby command is also available on Oracle Linux 6 and Oracle Linux 7.
Background
By default, Oracle Linux systems are configured to boot the most recent kernel version first. In most cases, changing the default kernel is unnecessary.
However, the default kernel might not be the correct version to use in certain scenarios, such as the following:
- The current kernel version might be incompatible with a particular hardware you are using.
- Cases involving Unbreakable Enterprise Kernel (UEK) releases on the system
- UEK releases are typically based on kernel versions that are newer than the Red Hat Compatible Kernel (RHCK) version on which an Oracle Linux release is based. Thus, the new UEK version becomes the default kernel, which is not the same as the Oracle Linux kernel.
- If a UEK beta or technical preview release is installed on the system, the UEK kernel needs to be demoted to ensure that the kernel is used only if intentionally and manually selected as the boot kernel by an administrator.
- A UEK kernel might need to be promoted because a specific software depends on it.
These examples and other similar cases would necessitate that you switch between kernel types.
In previous releases, setting the default kernel was performed by configuring the GRUB boot loader or by using other alternative commands. Now, however, you should preferrably use the grubby command to control and manage all of your boot requirements. This tool offers the benefit of being scriptable and can abstract bootloader configuration from the user.
Objectives
In this lab, you’ll learn how to:
- determine the current loaded kernel
- determine the default kernel
- determine which kernel versions are available on the system
- how to use grubby to manage kernels
What Do You Need?
- Any Oracle Linux system that has the grubby package installed
(Hands-on Lab) Connect to the Compute Instance
Note: This step is specific to the Oracle provided free lab environment.
The Desktop environment will display before the instance(s) are ready. Deployment of this environment can take two to five minutes, depending on the number of resources and provisioning steps needed.
First, to access the lab compute instance(s), connect to the Oracle Cloud Console and copy the compute instance Public IP address.
- Sign in to Oracle Cloud Console, and select your Compartment.
- Click Instances.
Copy the Public IP to a temporary location (such as a text file) on your computer.
To copy, highlight the IP address with the mouse and press Ctrl+C.
Connect to the instance.
Where is the IP address copied from the Oracle Cloud Console.
Accept the ECDSA key fingerprint by typing yes at the prompt.
If the connection fails with the Permission denied (publickey,gssapi-keyex,gssapi-with-mic) message, wait a bit longer for the provisioning process to complete and try making the ssh connection again.
Check available kernels
Several methods are available for checking which kernels are available on a system.
Using the rpm command
Note that the command output also includes other kernel related packages and can therefore be confusing.
Listing the kernels in the /boot directory
The command produces an accurate list of kernels available on the system. However, due to the way kernels are named, the kernel version that the system currently uses is not easily identifiable.
Using the grubby command on specific kernels or using the ALL option:
The command provides fuller information about the boot configuration associated with each kernel in the system’s /boot directory. The details are based on the GRUB title configuration.
In general, kernels are named to include the upstream version number and the distribution build numbering. The kernel names on Oracle Linux also include indications of whether or not they are standard RHCK or whether they are UEK based. Additionally, the names also identify their system architecture. For example, the el8 suffix would indicate an RHCK, while el8uek would indicate a UEK.
Check the current default kernel
To check which kernel is already configured as the current default kernel to use at boot, run:
To check which kernel is currently running on a system, run:
If the default kernel and the currently running kernel are not identical, the underlying reasons might be one of the following:
- A newer kernel is installed, but the system has not been rebooted.
- During a system reboot, an alternative kernel was manually selected to be the operative kernel.
- The default kernel was manually updated but the system has not been rebooted after the update.
Change the default kernel
To switch to a different default kernel, run the following command. Make sure to specify the full path to the designated default kernel.
The change takes effect immediately and persists across system reboots.
The grubby command has additional boot arguments for configuring kernel and boot operations. Refer to the documentation for more information.
Change kernel command line boot parameters
Use the —update-kernel option to update a kenel entry in combination with —args to add new arguments or —remove-arguments to remove existing arguments. Multiple arguments can be specified for each option in a quoted space-separated list. You can add and remove arguments in the same operation.
To update a specific kernel, provide the —update-kernel option with the full path to the kernel that you wish to update. To update all kernel entries to use a specific kernel boot argument, you can set —update-kernel=ALL .
For the purpose of this tutorial you can update all kernel entries to change the loglevel and LANG arguments:
Use the grubby info=ALL command to check that the change is implemented across kernels:
Video Demonstrations
An introductory video that provides an overview of the kernel and underlying system architecture and which demonstrates switching kernel using the grubby command is provided at https://www.youtube.com/watch?v=a0zXGhzPRp8.
A more advanced video demonstration and tutorial is provided at https://www.youtube.com/watch?v=0dv87RFGcKI if you need more information on working with GRUB2 on Oracle Linux 8.
Note that this tutorial does not describe use of the grubby command and explains the underlying components that grubby interacts with. For most kernel management requirements on Oracle Linux, the grubby tool is sufficient.
Additional Information
More Learning Resources
Explore other labs on docs.oracle.com/learn or access more free learning content on the Oracle Learning YouTube channel. Additionally, visit education.oracle.com/learning-explorer to become an Oracle Learning Explorer.
For product documentation, visit Oracle Help Center.
Manage the Boot Kernel for Oracle Linux 8
Copyright © 2021, Oracle and/or its affiliates.
Источник
Comments and Questions
Send any comments or questions about the documentation to the Oracle Linux documentation team.
Past Episodes and Oracle Linux and Social Media
- Follow @OracleLinux on Twitter!
- Like us on Facebook and join the discussions!
- View videos and subscribe to our YouTubechannel!
- New features in Unbreakable Enterprise Kernel R.2 for Oracle Linux
- Ensuring Data Integrity: Why it is critical to address it in your IT infrastructure
- Blazing Performance on a Linux? Yes you can!
- Top 10 Reasons to Migrate from Red Hat to Oracle Linux
- Chris Mason: Btrfs Update
- Sunil Mushran: OCFS2 Features and Benefits
Blogs about Oracle Linux and Linux Discussion Forums
Unbreakable Enterprise Kernel for Oracle Linux
The Unbreakable Enterprise Kernel (UEK), included as part of Oracle Linux, provides the latest open source innovations, key optimizations and security for enterprise cloud workloads. This Linux kernel powers Oracle Cloud and Oracle Engineered Systems such as Oracle Exadata Database Machine. Oracle tests UEK intensively with demanding Oracle workloads, and recommends UEK for Oracle deployments and all other enterprise deployments.
Oracle contributes to upstream Linux kernel development with enhancements that benefit Oracle Database, middleware, applications and hardware, as well as our broad partner ecosystem. These enhancements are distributed to customers through UEK for Oracle Linux.
By selectively integrating the latest open source Linux capabilities into UEK while still providing application binary compatibility with the Red Hat Compatible Kernel, Oracle makes it easy to run the most demanding cloud and enterprise workloads without compromising stability and security. We test all our on-premises software, and run Oracle Cloud on UEK, ensuring you can achieve the highest scalability and performance with your current workloads and those of the future.
FEATURES | BENEFITS |
DTrace | DTrace provides Oracle Linux customers with a comprehensive, dynamic tracing framework. Find and fix performance and stability problems easily and securely with DTrace enhancements like perf_events as Statically Defined Trace (SDT) probes. |
Performance and Scalability Improvements | Notable performance improvements include:
|
Btrfs Improvements | Continued improvements in scalability, performance and stability for Btrfs are key features of this latest release. |
Virtualization Improvements | Significant improvements to KVM functionality including:
|
Linux Containers | It’s easier than ever to get the most out of your systems with Linux Containers (LXC) and Docker. Deploy applications quickly and efficiently with Linux container technologies. You can easily build your own or download ours from Oracle Container Registry, Docker Hub, and Docker Store. |
Updated Drivers and Hardware Support | The UEK Release 6 supports a wide range of hardware and devices. In close cooperation with our enterprise solution hardware partners, UEK updates deliver support for the latest hardware features and driver updates. |
Security Improvements | In addition to ongoing CVE fixes, notable security improvements include:
|
The Unbreakable Enterprise Kernel Release 6 is the latest UEK release and is heavily tested and optimized operating system kernel for Oracle Linux 7 Update 9 and Oracle Linux 8 Update 1 and later on the x86-64 and 64-bit ARM (aarch64) architectures. It is based on the mainline Linux kernel version 5.4.
The Unbreakable Enterprise Kernel Release 5 is the Oracle’s fifth major release of its heavily tested and optimized operating system kernel for Oracle Linux 7 Update 5 and later on the x86-64 and 64-bit ARM (aarch64) architectures. It is based on the mainline Linux kernel version 4.14.35.
Partners Support Oracle Linux
Scores of leading technology partners—independent software vendors, hardware vendors, and system integrators—stand behind Oracle Linux, the best enterprise Linux. Oracle Linux is modern, fast, optimized for Oracle and works out-of-the-box with partners solutions supported on Red Hat Enterprise Linux.
Partner List
The table below provides a sample of the ever-growing list independent software vendors, hardware vendors, and system integrators that support Oracle Linux.
Источник
Национальная библиотека им. Н. Э. Баумана
Bauman National Library
Персональные инструменты
Oracle Linux
Разработчик | Oracle Corporation |
---|---|
Линейка ОС | Linux |
Состояние разработки | Current |
Исходный код | Open source |
Последний релиз | 7.5 / 17.04.2018 |
Целевой маркетинг | Enterprise and Cloud computing |
Метод обновления | YUM |
Cистема управления пакетами | RPM (RPM Package Manager) |
Платформы | IA-32, x86-64, SPARC, ARM |
Ядро (тип) | Monolithic Linux) |
По умолчанию пользовательский интерфейс | GNOME and KDE |
Лицензия | GNU GPL |
Официальный веб-сайт | oracle .com /linux |
Oracle Linux (прежде известная как Oracle Enterprise Linux, Unbreakable Linux) — открытый дистрибутив операционной системы Linux, доступный под лицензией GNU General Public License и свободный для скачивания через сайт корпорации Oracle (после регистрации в Oracle Software Delivery Cloud). Oracle также предоставляет услуги по платной технической поддержке организаций, использующих дистрибутив.
Потенциальные пользователи могут свободно загружать Oracle Linux через службу электронной доставки [[Oracle Corporation|Oracle] (Oracle Software Delivery Cloud) или с различных зеркальных сайтов, а также развертывать и распространять ее бесплатно. Программа поддержки Oracle Linux компании направлена на предоставление коммерческой технической поддержки, охватывающей Oracle Linux и существующие установки RHEL или CentOS, но без какой-либо сертификации от первого. [Источник 1] .
Создан 25 октября 2006 года на основе RHEL Linux, появление дистрибутива серьёзно повлияло на курс акций RHEL, который снизился на 28 % и составил 14,25 доллара США за акцию, так как фактически предлагая копию дистрибутива от Red Hat, Oracle устанавливает стоимость услуг по технической поддержке на Oracle Linux’ вдвое ниже (от $99 в расчёте на систему в год до $1199 за пакет расширенных услуг, включающий юридическую защиту пользователей Linux).
22 марта 2012 года корпорация Oracle объявила о том, что дистрибутивы, обновления и Errata для Oracle Linux становятся доступными бесплатно, в том числе для коммерческого использования (до этого, как и у RHEL, обновления и исправления были доступны только подписчикам техподдержки) [Источник 2] .
Операционная система Oracle Linux испытана на корпоративных рабочих нагрузках и отлажена в соответствии с ними. Ее используют разработчики Oracle по всему миру, а услуги по ее поддержке оказывают специалисты с глубоким знанием всего стека технологий Oracle. Шаблоны Oracle Linux позволяют быстрее развертывать корпоративные приложения. Предварительно определенные проверенные конфигурации сокращают сроки развертывания критически важных рабочих нагрузок.
Oracle Linux — единственный дистрибутив Linux, поддерживающий применение исправлений в реальном времени без прерывания работы, как в пространстве ядра, так и в пользовательском пространстве. Это значит, что можно устанавливать исправления системы безопасности без малейшего промедления — без простоя производственной среды и без перезагрузки. По состоянию на сегодня так было применено уже более миллиона исправлений (через Ksplice).
Будучи оптимизированной для гибридных облачных сред, операционная система Oracle Linux используется как для корпоративных развертываний, так и для облачных рабочих нагрузок, обрабатывающих миллиарды транзакций в день. Клиенты нашего облака используют Oracle Linux для обслуживания миллионов своих клиентов более чем в 195 странах мира. [Источник 3] .
Содержание
Совместимость с RHEL
Корпорация Oracle распространяет Oracle Linux с двумя альтернативными ядрами Linux:
- Red Hat Compatible Kernel (RHCK);
- Unbreakable Enterprise Kernel (UEK) – на основе новых версий ядра Linux, с собственными усовершенствованиями Oracle для OLTP, InfiniBand, SSD disk access, numa-оптимизаций, Reliable Datagram Sockets (RDS), асинхронного ввода/вывода, OCFS 2 и сетей.
Unbreakable Enterprise Kernel имеет 100% совместимость с RHEL. Oracle утверждает, что это позволяет без изменений устанавливать и запускать промежуточное программное обеспечение Oracle и сторонние приложения, сертифицированные RHEL, но не содержит ссылок на стороннюю документацию. [Источник 1] .
Совместимость аппаратного обеспечения
Oracle Linux сертифицирован на IBM,Hewlett-Packard, Dell, Lenovo и Cisco. В 2010 году Force10 объявила о поддержке Oracle VM Server для x86 и Oracle Linux. Oracle Linux также доступен на Amazon EC2 как образ машины Amazon и на Microsoft Windows Azure как образ виртуальной машины.
Серверы Oracle / Sun с процессорами x86-64 могут быть сконфигурированы для поставки с Oracle Linux.
В ноябре 2017 года Oracle анонсировала Oracle Linux на платформе ARM с поддержкой Raspberry Pi 3, Cavium ThunderX и X-Gene 3. [Источник 1] .
Поддержка виртуализации
Oracle Linux поддерживает KVM и Xen.
Другие продукты Oracle поддерживаются только в Xen-based Oracle VM Server для X86. [Источник 1] .
Сопутствующие продукты
Oracle Linux используется в качестве основной операционной системы для следующих приложений:
- Oracle Exadata;
- Oracle Exalogic;
- Oracle Big Data Appliance;
- Oracle Exalytics;
- Oracle Database Appliance. [Источник 1] .
Ksplice
Ksplice, доступный как часть подписки Oracle Linux Premier, обновляет ядро операционной системы Linux (OS) и ключевые библиотеки пользовательского пространства, в то время как ОС работает, без перезагрузки или перерыва. Обновления ядра Linux с новыми исправлениями выпускаются примерно раз в месяц. Поскольку Ksplice полностью интегрирован с Oracle Linux, клиенты Oracle Linux Premier Support могут применять обновления без перезагрузки, повышая безопасность и надежность Oracle Linux.
Для работы Ksplice Uptrack Oracle требует ключ доступа. Пользователи могут получить ключ доступа, подписавшись на поддержку Oracle Linux Premier, которая дает им доступ к Unbreakable Linux Network (ULN). Далее нужно запросить ключ доступа Ksplice через ULN. После установки Ksplice можно устанавливать все обновления ядра Linux без перезагрузки. Изменения конфигурации или начальная перезагрузка для установки не требуются.
- Возможность отката. Любое обновление, которое может быть установлено с помощью Ksplice может быть отменено без перезагрузки
- Отсутствие влияния на производительность. Ksplice не оказывает отрицательного влияния на производительность.
- Web-интерфейс и API. Просмотр и управление статусом Ksplice на всех ваших системах либо через веб-интерфейс, либо программно через rest API.
- Виртуализация. Ksplice отлично работает в виртуализированных средах.
- Ksplice поддерживает обновления многих важных пользовательских библиотек, таких как glibc и openssl без перезагрузки.
- Оффлайн обновления. Ksplice можно обновить без подключения к интернету. [Источник 4] .
Ядро Unbreakable Enterprise Kernel
Ядро Unbreakable Enterprise Kernel является частью операционной системы Oracle Linux, ранее известной как Oracle Enterprise Linux. Созданное общими усилиями команд разработчиков Oracle по направлениям Linux, базы данных, связующее программное обеспечение и аппаратное обеспечение, Linux-ядро Unbreakable Enterprise Kernel обладает следующими характеристиками: Скорость: прирост производительности свыше 75% по сравнению с версией ядра Red Hat Compatible Kernel в тестах производительности оперативной обработки транзакций (OLTP); увеличение быстродействия обмена сообщениями по интерфейсу InfiniBand на 200%; увеличение скорости доступа к твердотельным дискам (SSD) на 137%. Современность: обеспечивает оптимизацию для больших NUMA-серверов (архитектура с распределенной разделяемой памятью); улучшенное управление питанием и высокая энергоэффективность; более точный контроль ресурсов процессора и оперативной памяти. Надежность: поддержка расширений Data Integrity Extensions и модели защиты информации T10 Protection Information Model, для предотвращения записи поврежденных данных на устройство хранения; защита от сбоев оборудования, позволяющая улучшить время безотказной работы приложений; низкие показатели расхода производительности на трассировку. Оптимизация для продуктов [[Oracle Corporation|Oracle]: разработано и протестировано для работы с наилучшей производительностью и высочайшей надежностью — с аппаратным обеспечением, базами данных и связующим программным обеспечением [[Oracle Corporation|Oracle]. Новая редакция машины базы данных Oracle Exadata Database Machine и новая машина связующего программного обеспечения Oracle Exalogic Elastic Cloud используют ядро Unbreakable Enterprise Kernel для достижения беспрецедентного уровня производительности Linux. Ядро Unbreakable Enterprise Kernel создано на базе основной текущей версии ядра Linux kernel 2.6.32 и будет продолжать развиваться, так что клиенты смогут быстро воспользоваться и инновациями [[Oracle Corporation|Oracle], и усовершенствованиями сообщества разработчиков. [Источник 5] .
Oracle Linux для облака инфраструктуры Oracle
Операционная система Oracle Linux обеспечивает работу облачных приложений Oracle, облачной платформы Oracle и облачной инфраструктуры Oracle. Oracle Linux Premier Support входит в состав подписки Oracle Cloud Infrastructure, обеспечивая доступ к поддержке Oracle-ресурсов. Oracle Linux предлагает наиболее экономичную и интегрированную операционную систему для Oracle Cloud с лучшими возможностями платформы не только для приложений Oracle, но и других приложений [Источник 6] .
Дистрибутив Oracle Linux 7
Компания Oracle представила релиз промышленного дистрибутива Oracle Linux 7, созданного на основе пакетной базы Red Hat Enterprise Linux 7. Для загрузки без ограничений, но после бесплатной регистрации, распространяется установочный iso-образ, размером 4.7 Гб, подготовленный для архитектуры x86_64. Для Oracle Linux также открыт неограниченный и бесплатный доступ к yum-репозиторию с бинарными обновлениями пакетов с устранением ошибок (errata) и проблем безопасности.
В состав включены два варианта ядра Linux: оригинальное ядро из RHEL 7 (ответвление от оригинального ядра 3.10) и развиваемый компанией Oracle пакет с ядром Unbreakable Enterprise Kernel Release 3 Update 2 (ответвление от ядра 3.8), уже предлагаемый пользователям Oracle Linux 6.5. Кроме ядра, по функциональности Oracle Linux 7 аналогичен RHEL 7.
Из особенностей Oracle Linux 7 отмечается:
- Готовая для промышленного применения файловая системаBtrfs;
- Средства для работы с изолированными контейнерами LXC;
- Поддержка системы динамической трассировки DTrace;
- Сервис Ksplice, позволяющий устанавливать обновления для ядра Linux без перезагрузки;
- Улучшенная поддержка Xen;
- Переход на системный менеджер systemd и службу ведения логов systemd-journald;
- Переход на загрузчик GRUB 2 c поддержкой GPT, EFI и OpenFirmware;
- Механизм обновления Oracle Linux 6.5 до Oracle Linux 7. [Источник 7] .
Oracle OpenStack для Oracle Linux
24 сентября 2014 года Oracle объявила Oracle OpenStack для дистрибутива Oracle Linux, который позволяет пользователям управлять Oracle Linux и Oracle VM через OpenStack в производственных средах. Основанный на выпуске OpenStack Icehouse, Oracle OpenStack для Oracle Linux -это программный продукт для управления облаком, который предоставляет решение корпоративного типа для развертывания и управления IT-средой. Продукт поддерживает гибкость OpenStack, позволяющ потребителям раскрыть различные конфигурации, и интегрировать с различными поставщиками програмного обеспечения и оборудования. Oracle OpenStack для Oracle Linux доступен для бесплатного скачивания. Его можно бесплатно загрузить с веб-страницы Oracle. Поддерживаемые сервисы OpenStack в версии 1 включают Nova, Keystone, Cinder, Glance, Neutron, Horizon и Swift. По данным Oracle поддержка для Oracle OpenStack для Oracleи ОС Linux входит в состав Oracle Premier Support for Oracle Linux, [[Oracle VM VirtualBox|Oracle VM] и систем. [Источник 1] .
История выпусков
Oracle Linux Release | Architectures | RHEL base | Oracle Linux release date | RHEL release date | Days after RHEL release |
---|---|---|---|---|---|
4.5 | i386, x86-64 | 4.5 | 2007-05-01 | ||
4.6 | i386, x86-64 | 4.6 | 2007-12-10 | 2007-11-16 | 24 |
4.7 | i386, x86-64 | 4.7 | 2008-08-05 | 2008-07-24 | 12 |
4.8 | i386, x86-64 | 4.8 | 2009-05-26 | 2009-05-18 | 8 |
4.9 | i386, x86-64 | 4.9 | 2011-02-16 | ||
5.0 | i386, x86-64 | 5 | 2007-06-26 | 2007-03-14 | 104 |
5.1 | i386, x86-64 | 5.1 | 2007-11-26 | 2007-11-07 | 19 |
5.2 | i386, x86-64 | 5.2 | 2008-06-02 | 2008-05-21 | 12 |
5.3 | i386, x86-64 | 5.3 | 2009-01-28 | 2009-01-20 | 8 |
5.4 | i386, x86-64, ia64 | 5.4 | 2009-09-09 | 2009-09-02 | 7 |
5.5 | i386, x86-64, ia64 | 5.5 | 2010-04-07 | 2010-03-31 | 7 |
5.6 | i386, x86-64, ia64 | 5.6 | 2011-01-22 | 2011-01-13 | 9 |
5.7 | i386, x86-64, ia64 | 5.7 | 2011-08-16 | 2011-07-21 | 26 |
5.8 | i386, x86-64, ia64 | 5.8 | 2012-03-02 | 2012-02-21 | 10 |
5.9 | i386, x86-64, ia64 | 5.9 | 2013-01-16 | 2013-01-07 | 9 |
5.10 | i386, x86-64, ia64 | 5.10 | 2013-10-08 | 2013-10-01 | 7 |
5.11 | i386, x86-64, ia64 | 5.11 | 2014-09-23 | 2014-09-16 | 7 |
6.0 | i386, x86-64 | 6 | 2011-02-11 | 2010-11-10 | 93 |
6.1 | i386, x86-64 | 6.1 | 2011-06-01 | 2011-05-19 | 13 |
6.2 | i386, x86-64 | 6.2 | 2011-12-15 | 2011-12-06 | 9 |
6.3 | i386, x86-64 | 6.3 | 2012-06-28 | 2012-06-21 | 7 |
6.4 | i386, x86-64 | 6.4 | 2013-02-28 | 2013-02-21 | 7 |
6.5 | i386, x86-64 | 6.5 | 2013-11-12 | 2013-11-21 | 6 |
6.6 | i386, x86-64 | 6.6 | 2014-10-21 | 2014-10-14 | 7 |
6.7 | i386, x86-64 | 6.7 | 2015-07-31 | 2015-07-22 | 9 |
SPARC | 2017-03-31 | 618 | |||
6.8 | i386, x86-64 | 6.8 | 2016-05-16 | 2016-05-10 | 6 |
6.9 | i386, x86-64 | 6.9 | 2017-03-28 | 2017-03-21 | 7 |
7.0 | x86-64 | 7.0 | 2014-06-10 | 43 | |
7.1 | x86-64 | 7.1 | 2015-03-12 | 2015-03-05 | 7 |
7.2 | x86-64 | 7.2 | 2015-11-19 | 6 | |
7.3 | x86-64 | 7.3 | 2016-11-10 | 2016-11-03 | 6 |
7.4 | x86-64 | 7.4 | 2017-08-08 | 2017-07-31 | 8 |
7.5 | x86-64 | 7.5 | 2018-04-17 | 2018-04-10 | 7 |
Последние инновации Linux
Oracle Linux поставляется с двумя ядрами: Unbreakable Enterprise Kernel (UEK), которое установлено и включено по умолчанию, и Red Hat Compatible Kernel. UEK отслеживает последние версии ядра Linux, предоставляя больше инноваций, чем другие коммерческие ядра Linux, обеспечивая двоичную совместимость с приложениями, сертифицированными для работы на Red Hat Enterprise Linux. UEK является открытым исходным кодом (GPL) и предназначен для корпоративных рабочих нагрузок.
Oracle Linux предоставляет расширенные возможности для поддержки и оптимизации новейшего корпоративного оборудования и программного обеспечения:
- Обновления Ksplice с нулевым временем простоя-доступные клиентам поддержки Oracle Linux Premier.
- База OpenStack имеет программное обеспечение для управления публичными, частными облачными инфраструктурами. Она может использоваться для управления популярными программными продуктами Oracle, такими как Oracle Database и Middleware.
- Файловая система XFS — это журналируемая файловая система, известная своей высокой масштабируемостью и почти собственной производительностью ввода-вывода. XFS является файловой системой по умолчанию для Oracle Linux 7.
- Целостность данных Oracle Linux поддерживает информационная модель защиты T10 (T10-PIM) предназначенная для предотвращения повреждения данных.
Запуск Oracle Linux с UEK дает дополнительные расширенные функции и улучшения безопасности:
- Docker-безопасный запуск нескольких приложений на одном хосте.
- DTrace — это платформа, которая предоставляет мощную инфраструктуру, позволяющую администраторам, разработчикам и обслуживающему персоналу кратко отвечать на произвольные вопросы о поведении операционной системы и пользовательских программ в режиме реального времени.
- Oracle Cluster File System 2 (OCFS2)-это файловая система общего назначения, обеспечивающая высокую производительность [Источник 8] .
Источник