Skip to content

Commit

Permalink
Merge pull request #395 from bgraef/main
Browse files Browse the repository at this point in the history
update use ksplice post
  • Loading branch information
bgraef authored Jul 22, 2024
2 parents 9e73769 + 19a5035 commit 1769043
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions content/posts/ol/ksplice/post-6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Use Oracle Ksplice"
date: 2021-09-20
draft: false
summary: "Learn how to perform various Ksplice related tasks on Oracle Linux."
summary: "Learn to perform various Ksplice related tasks on Oracle Linux."
tags: ["ol","lab","tutorial","ol-ksplice"]
showDate: true
---
Expand All @@ -11,28 +11,27 @@ showDate: true

:crescent_moon: [Lab](https://luna.oracle.com/lab/7bf9e1e8-691e-42d4-823d-6a0fad49791c)

:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/oracle-linux-ksplice-use)
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ol-ksplice)

## Details

Oracle Ksplice provides a method of patching your Oracle Linux system that has the following advantages:

- Critical security patches for Linux kernels, hypervisors and critical user space libraries are applied immediately.
- Critical security patches for Linux kernels, hypervisors, and critical user-space libraries are applied immediately.
- Updates are non-intrusive because the process does not require reboots and system downtime.

### Objectives

This tutorial describes useful Oracle Ksplice commands for obtaining information related to updating systems with the latest packages from Unbreakable Linux Network (ULN).
In this tutorial, you'll learn how to:

### Prerequisites

- An Oracle Linux system that has been set up as an Oracle Ksplice client, either as a standard or an enhanced client. The system must also have access to the Internet.
- If the Ksplice client is configured in online mode, it must be registered with the [Unbreakable Linux Network](https://linux.oracle.com).

Clients can operate either in online or offline mode. This tutorial assumes that you have a Ksplice client that is configured in online mode.
- Run Oracle Ksplice commands
- Obtain information about updating your system from Unbreakable Linux Network (ULN).

If your system is not yet configured as an Oracle Ksplice client, see [https://docs.oracle.com/en/learn/oracle-linux-ksplice-enable](https://docs.oracle.com/en/learn/oracle-linux-ksplice-enable).

> **Note:** Oracle Ksplice is automatically installed and enabled on Oracle Linux instances that are running on Oracle Cloud Infrastructure (OCI). You do not need to register these instances with ULN to be able to work with Ksplice.
### Prerequisites

- Minimum of a single Oracle Linux system

- Each system should have Oracle Linux installed and configured with:
- A non-root user account with sudo access
- Set up as a standard or enhanced Oracle Ksplice client
- Access to the internet

0 comments on commit 1769043

Please sign in to comment.