설치 환경

RHEL 5.5

2Node RAC 10.2.0.5 
====================

- 10g rac 설치관련 오류처리

1. 설치 이미지에서 oraparam.ini 수정 반영

vi /10201_clusterware_linux_x86_64/install/oraparam.ini 
   
   redhat-5 추가

2. runInstaller 실행시 오류나므로 libXp-1.0.0-8.i386.rpm 사전 설치

rac1:/install/clusterware> ./runInstaller
********************************************************************************

Please run the script rootpre.sh as root on all machines/nodes. The script can be found at the toplevel of the CD or stage-area. Once you have run the script, please type Y to proceed

Answer 'y' if root has run 'rootpre.sh' so you can proceed with oracle Clusterware installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)
y

Starting oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-5, redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Passed


All installer requirements met.

Preparing to launch oracle Universal Installer from /tmp/OraInstall2018-11-30_09-32-42PM. Please wait ...rac1:/install/clusterware> oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2018-11-30_09-32-42PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2018-11-30_09-32-42PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at sun.security.action.LoadLibraryAction.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
        at sun.awt.DebugHelper.<clinit>(Unknown Source)
        at java.awt.Component.<clinit>(Unknown Source)
        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
        at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Exception in thread "main" java.lang.NoClassDefFoundError
        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
        at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)


3. root.sh 실행시 에러발생하므로 사전 대처

[root@rac1 crs]# /oracle/oraInventory/orainstRoot.sh
Changing permissions of /oracle/oraInventory to 770.
Changing groupname of /oracle/oraInventory to dba.
The execution of the script is complete

[root@rac1 crs]# /oracle/crs/ORCL/root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up NS directories
Failed to upgrade oracle Cluster Registry configuration

조치방법

cd $crs_HOME/bin

p4679769_10201_Linux-x86-64 을 다운받아 clsfmt.bin 화일을 대체해 준다.

기존 화일은 rename 해주고 해당 화일로 대체한다.

[root@rac1 bin]# chown oracle:dba clsfmt.bin
[root@rac1 bin]# chmod 755 clsfmt.bin

dd 로 ocr, vote 화일을 다시 초기화한다.

root.sh 실행...

[root@rac1 ORCL]# ./root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured

Setting the permissions on OCR backup directory
Setting up NS directories
oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
node 2: rac2 rac2-priv rac2
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Now formatting voting device: /dev/raw/raw1
Now formatting voting device: /dev/raw/raw2
Now formatting voting device: /dev/raw/raw3
Format of 3 voting devices complete.
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the crs daemons to be up within 600 seconds.
CSS is active on these nodes.
        rac1
CSS is inactive on these nodes.
        rac2
Local node checking complete.
Run root.sh on remaining nodes to start crs daemons.


3. vip 실행관련 에러 사전작업 (1번에서만 해도 된다)


증상 :


1번은 잘 되나 2번에서 또 에러

[root@rac2 ORCL]# ./root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up NS directories
oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
node 2: rac2 rac2-priv rac2
clscfg: Arguments check out successfully.

NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the crs daemons to be up within 600 seconds.
CSS is active on these nodes.
        rac1
        rac2
CSS is active on all nodes.
Waiting for the oracle crsD and EVMD to start
oracle crs stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
/oracle/crs/ORCL/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

일단 continue 눌러서 진행하고 완료한다.

vip가 fail되는 상황이므로 root유저로 수동으로 생성해 줘야된다.. <------- vip 가 생성되야 나머지 resource 들도 생성되므로 지금은 resource가 아무것도 없다.

조치 : 

vi 
$GRID_HOME/bin/vipca
$GRID_HOME/bin/srvctl 

LD_ASSUME_KERNEL 찾아서 해당 부분에 

unset LD_ASSUME_KERNEL 를 넣고 반영한다.

다시 root 유저에서 vipca 실행
 

======================================

후속 패치작업 10.2.0.5

Specify Home Details에 HOME,PATH 넣는 부분은 아래와 같이 수정

Oracrs10g_home
/oracle/crs/ORCL

진행하고 마무리는 각 노드에서


[root@rac1 ~]# /oracle/crs/ORCL/install/root102.sh
Creating pre-patch directory for saving pre-patch clusterware files
Completed patching clusterware files to /oracle/crs/ORCL
Relinking some shared libraries.
Relinking of patched files is complete.
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Preparing to recopy patched init and RC scripts.
Recopying init and RC scripts.
Startup will be queued to init within 30 seconds.
Starting up the crs daemons.
Waiting for the patched crs daemons to start.
  This may take a while on some systems.
.
10205 patch successfully applied.
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully deleted 1 values from OCR.
Successfully deleted 1 keys from OCR.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
clscfg -upgrade completed successfully
Creating '/oracle/crs/ORCL/install/paramfile.crs' with data used for crs configuration
Setting crs configuration values in /oracle/crs/ORCL/install/paramfile.crs
[root@rac1 ~]# 

clsfmt.bin
0.66MB
libXp-1.0.0-8.i386.rpm
0.02MB
p4679769_10201_Linux-x86-64.zip
0.25MB

Posted by pat98

10년 만에 완독한 그리스인 조르바

 

조르바 = 자유의지, 초인 (hyperanthropos)

Posted by pat98

'AI 투자손실' 헤지펀드 시추에이셔널, 시타델에 자산 매각

SK하이닉스 등 보유…WSJ "AI 업종 조정에 마진콜 직면"
이지헌

입력 : 2026.07.31 06:17:32
프린트 이메일 카카오톡 페이스북 트위터


시추에이셔널 어웨어니스 창립자 애션브레너
[애션브레너 웹블로그 캡쳐.재판매 및 DB 금지]

(뉴욕=연합뉴스) 이지헌 특파원 = 인공지능(AI) 분야 테마 투자로 유명한 헤지펀드 시추에이셔널 어웨어니스(이하 시추에이셔널)가 큰 손실을 본 끝에 보유 주식 포트폴리오 대부분을 헤지펀드 시타델에 매각했다고 미 월스트리트저널(WSJ)이 30일(현지시간) 사안에 정통한 소식통을 인용해 보도했다.

오픈AI 연구원 출신인 리오폴드 애션브레너가 설립한 시추에이셔널은 앤트로픽을 포함한 AI 관련 기업에 대한 선구적 투자로 개인투자자들 사이에서 큰 관심을 받아온 곳이다.

반도체와 인프라, 전력 업체 등 AI 기술 발달로 수혜를 볼 글로벌 주식과 AI 스타트업에 일찌감치 투자해 높은 수익률을 거두면서 명성을 얻었다.

AI 관련주 랠리에 힘입어 시추에이셔널은 설립한 지 불과 2년여 만에 운용자산이 200억 달러를 넘어서기도 했다.

이 펀드는 이달 초 SK하이닉스의 미국주식예탁증서(ADR) 나스닥 상장을 앞두고 대규모 투자자로 참여하기도 했다.

앞서 영국 일간 파이낸셜타임스는 시추에이셔널이 베일리 기포드, 코튜 매니지먼트 등 다른 헤지펀드와 함께 SK하이닉스 ADR 기업공개(IPO)에 최대 70억 달러 규모의 투자 의사를 밝혔다고 보도한 바 있다.

그러나 최근 AI 관련주의 급격한 조정 속에 마진콜(추가 증거금 요구)에 직면했다고 WSJ은 전했다.

WSJ은 시추에이셔널이 투자한 상장주식 중에 SK하이닉스와 샌디스크, 블룸 에너지, 네비우스 등이 포함돼 있다고 소개했다.

소식통들은 시타델이 시추에이셔널의 상장주식 포트폴리오 중 차입금으로 조달된 자산만 인수했고, 투자자 자본으로 조달된 자산은 시추에이셔널이 그대로 보유한다고 전했다.

독일 태생의 애션브레너는 지난 2024년 인공지능의 장래성과 위험에 관한 에세이를 발표한 뒤 AI 분야 인플루언서로 급부상했다.

그는 이 지명도를 이용해 같은 해 샌프란시스코에서 헤지펀드 시추에이셔널을 설립한 바 있다.
Posted by pat98

 

2026.7.31 (금)

이것은 어느 개잡주의 무빙이 아니라 무려 코스피 지수의 상승률이다. 

 

그만해 이러다 다 죽어!!!!!!!!!!

 

Posted by pat98

Silent Mode 로 설치 테스트 (Enterprise Edition 임)

 

이전에 19c 방식과 비슷하면서 약간 다르다.

 

[CDB]oracle@26ai:/u01/app/oracle/product/26.0.0.0/dbhome_1# ./runInstaller  -silent  -ignorePrereqFailure  -setupDBHome -OSDBA dba -OSBACKUPDBA dba -OSDGDBA dba -OSKMDBA dba -OSRACDBA dba -ORACLE_BASE /u01/app/oracle -installEdition EE -INVENTORY_LOCATION /u01/app/oraInventory 

 

Launching Oracle AI Database Setup Wizard...

[WARNING] [INS-13014] Target environment does not meet some optional requirements.
   CAUSE: Some of the optional prerequisites are not met. See logs for details. /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log.
   ACTION: Identify the list of failed prerequisite checks from the log: /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
The response file for this session can be found at:
 /u01/app/oracle/product/26.0.0.0/dbhome_1/install/response/db_2026-06-17_11-44-08AM.rsp

You can find the log of this install session at:
 /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log

As a root user, run the following script(s):
        1. /u01/app/oracle/product/26.0.0.0/dbhome_1/root.sh

Run /u01/app/oracle/product/26.0.0.0/dbhome_1/root.sh on the following nodes: 
[26ai]

Successfully Setup Software with warning(s).

 

다음은 Database 생성

dbca -silent -createDatabase -templateName /u01/app/oracle/product/26.0.0.0/dbhome_1/assistants/dbca/templates/New_Database.dbt -gdbName CDB -sid CDB \
-sysPassword oracle -systemPassword oracle  -createAsContainerDatabase true  -numberOfPDBs 1 -pdbName PDB1 \

-pdbAdminPassword oracle  -characterSet AL32UTF8  -nationalCharacterSet AL16UTF16 -totalMemory 6000

 

[WARNING] [DBT-06208] The 'SYS' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
[WARNING] [DBT-06208] The 'SYSTEM' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
[WARNING] [DBT-06208] The 'PDBADMIN' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
Prepare for db operation
7% complete
Creating and starting Oracle instance
9% complete
13% complete
Creating database files
14% complete
20% complete
Creating data dictionary views
22% complete
26% complete
28% complete
30% complete
40% complete
Creating cluster database views
41% complete
53% complete
Completing Database Creation
57% complete
59% complete
60% complete
Creating Pluggable Databases
64% complete
80% complete
Executing Post Configuration Actions
100% complete
Database creation complete. For details check the logfiles at:
 /u01/app/oracle/cfgtoollogs/dbca/CDB.
Database Information:
Global Database Name:CDB
System Identifier(SID):CDB
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/CDB/CDB0.log" for further details.

 

또는 rsp 화일 만들어서 해도 된다.

 

 dbca -silent -createDatabase -responsefile /home/oracle/dbca.rsp

 

vi dbca.rsp

 

gdbName=CDB
sid=CDB
databaseConfigType=SINGLE
storageType=FS
createAsContainerDatabase=true
numberOfPDBs=1
pdbName=PDB1
templateName=New_Database.dbt
sysPassword=oracle
systemPassword=oracle
pdbAdminPassword=oracle
emConfiguration=NONE
characterSet=AL32UTF8
nationalCharacterSet=AL16UTF16
databaseType=MULTIPURPOSE
totalMemory=6000m

 

Posted by pat98

26ai 는 아직 On-Premises에  Enterprise Edition 만 있음

 

클라우드는 지원이 된다.

 


일단 GUI에서는 안되니 silent mode 로는 되나?  테스트 한번해봄..

[CDB]oracle@26ai:/u01/app/oracle/product/26.0.0.0/dbhome_1# ./runInstaller  -silent  -ignorePrereqFailure  -setupDBHome -OSDBA dba -OSBACKUPDBA dba -OSDGDBA dba -OSKMDBA dba -OSRACDBA dba \
 -ORACLE_BASE /u01/app/oracle -installEdition SE2 -INVENTORY_LOCATION /u01/app/oraInventory 


Launching Oracle AI Database Setup Wizard...

[FATAL] [INS-35464] The installer does not support installing the Standard Edition 2 of Oracle Database.
   ACTION: Specify a valid choice for the Oracle Database Edition.
   
 ->  2026/6/17일 현재 아직 SE2 버전은 지원안됨.

Posted by pat98

특정사이트에서 필요한 파일만 받고 싶은 경우가 있다. 

 

예를 들어 아래의 오라클 기술문서 Manual 사이트에서 전체 pdf 화일만 긁어서 다운 받고자 할 때 이렇게 하면 노가다 없이 쉽게 받아진다. (Chrome 확장프로그램 써도 되지만 커맨드로 간단하게)


https://docs.oracle.com/en/database/oracle/oracle-database/26/books.html

 

우선

 

cmd 치고 터미널에서 winget 다운로드

 

1)
winget install wget
Found Wget [JernejSimoncic.Wget] Version 1.21.4
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://eternallybored.org/misc/wget/1.21.4/64/wget.exe
  ██████████████████████████████  6.71 MB / 6.71 MB
Successfully verified installer hash
Starting package install...
Command line alias added: "wget"
Path environment variable modified; restart your shell to use the new value.
Successfully installed

 

2) wget 으로 바로 다운로드 <---- 사이트 URL 만 지정해주면 됨


wget -r -l1 -H -nd -A.pdf -e robots=off "https://docs.oracle.com/en/database/oracle/oracle-database/26/books.html"


--2026-06-10 10:17:37--  https://docs.oracle.com/en/database/oracle/oracle-database/26/books.html
Resolving docs.oracle.com (docs.oracle.com)... 121.254.136.145, 121.254.136.251
Connecting to docs.oracle.com (docs.oracle.com)|121.254.136.145|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 270700 (264K) [text/html]
Saving to: 'books.html.tmp'

books.html.tmp                100%[=================================================>] 264.36K  --.-KB/s    in 0.009s

 

이런식으로 나머지 것도 쭈욱 받아진다. 화일은 실행한 곳 바로 아래에 받아진다.

 

끝.

Posted by pat98

최근 구글 제미나이 프로를 많이 쓰게 되면서 웹에서는 잘되는데 유독 핸드폰에서는 유독 이런 증상이 많이 발생하는 것을 경험했다.

 

문제가 발생했습니다. 나중에 다시 시도해 주세요 (14)

 

한번 더 누르면 되는데 여간 귀찮은게 아니다.

 

해결방법 : 

러가지 삽질하다가 찾아낸 방법은 뜬금없이 구글성인 인증을 하는 것이다.

https://myaccount.google.com/age-verification?utm_source=p0

 

1. 카메라로 얼굴인식 인증 (안경 쓴 경우는 벗고 촬영)

2. 카드번호 로 인증

 

둘 중에 편한 방법으로 하면된다.

 

인증을 마치고 다시 재실행하면, 언제그랬냐는 듯이 답변이 바로바로 나온다.

-> 오류가 완전히 없어지지는 않았지만  횟수가 현저히 줄었다.

Posted by pat98


[root@26ai ~]# su - oracle
[CDB]oracle@26ai:/home/oracle# opatch lspatches
38743688;OCW RELEASE UPDATE 23.26.1.0.0 (GOLD IMAGE) (38743688) Gold Image
38743669;Database Release Update : 23.26.1.0.0 (38743669) Gold Image

[CDB]oracle@26ai:/oradata# unzip -q p39093711_230000_Linux-x86-64.zip

[CDB]oracle@26ai:/home/oracle# opatch apply /oradata/39093711/ -silent 
Oracle Interim Patch Installer version 12.2.0.1.51
Copyright (c) 2026, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/26.0.0.0/dbhome_1
Central Inventory : /u01/app/oraInventory
   from           : /u01/app/oracle/product/26.0.0.0/dbhome_1/oraInst.loc
OPatch version    : 12.2.0.1.51
OUI version       : 12.2.0.9.0
Log file location : /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/opatch/opatch2026-05-20_15-09-07PM_1.log

Verifying environment and performing prerequisite checks...

--------------------------------------------------------------------------------
Start OOP by Prereq process.
Launch OOP...

Oracle Interim Patch Installer version 12.2.0.1.51
Copyright (c) 2026, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/26.0.0.0/dbhome_1
Central Inventory : /u01/app/oraInventory
   from           : /u01/app/oracle/product/26.0.0.0/dbhome_1/oraInst.loc
OPatch version    : 12.2.0.1.51
OUI version       : 12.2.0.9.0
Log file location : /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/opatch/opatch2026-05-20_15-09-21PM_1.log

Verifying environment and performing prerequisite checks...
OPatch continues with these patches:   39093711  

Do you want to proceed? [y|n]
Y (auto-answered by -silent)
User Responded with: Y
All checks passed.

Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/app/oracle/product/26.0.0.0/dbhome_1')


Is the local system ready for patching? [y|n]
Y (auto-answered by -silent)
User Responded with: Y
Backing up files...
Applying interim patch '39093711' to OH '/u01/app/oracle/product/26.0.0.0/dbhome_1'
ApplySession: Optional component(s) [ oracle.client, 23.0.0.0.0 ] , [ oracle.companionCD.db, 23.0.0.0.0 ] , [ oracle.dbjava.dev, 23.0.0.0.0 ] , [ oracle.dslm, 23.0.0.0.0 ] , [ oracle.has.client.cvu, 23.0.0.0.0 ] , [ oracle.has.gsm.cvu, 23.0.0.0.0 ] , [ oracle.ldap.companion, 23.0.0.0.0 ] , [ oracle.mgw.common.companion, 23.0.0.0.0 ] , [ oracle.network.cman, 23.0.0.0.0 ] , [ oracle.nlsrtl.companion, 23.0.0.0.0 ] , [ oracle.odbc.companion, 23.0.0.0.0 ] , [ oracle.oraolap.mgmt, 23.0.0.0.0 ] , [ oracle.perlint, 5.38.2.0.0 ] , [ oracle.pg4appc, 23.0.0.0.0 ] , [ oracle.pg4mq, 23.0.0.0.0 ] , [ oracle.precomp.companion, 23.0.0.0.0 ] , [ oracle.rdbms.companion, 23.0.0.0.0 ] , [ oracle.rdbms.ic, 23.0.0.0.0 ] , [ oracle.rdbms.tg4db2, 23.0.0.0.0 ] , [ oracle.rdbms.tg4ifmx, 23.0.0.0.0 ] , [ oracle.rdbms.tg4msql, 23.0.0.0.0 ] , [ oracle.rdbms.tg4sybs, 23.0.0.0.0 ] , [ oracle.rdbms.tg4tera, 23.0.0.0.0 ] , [ oracle.sdo.companion, 23.0.0.0.0 ] , [ oracle.sqlj, 23.0.0.0.0 ] , [ oracle.sqlj.companion, 23.0.0.0.0 ] , [ oracle.sqlplus.companion, 23.0.0.0.0 ] , [ oracle.tg, 23.0.0.0.0 ] , [ oracle.xdk.companion, 23.0.0.0.0 ] , [ oracle.jdk, 11.0.25.9.0 ] , [ oracle.python, 3.12.5.0.0 ]  not present in the Oracle Home or a higher version is found.

Patching component oracle.assistants.acf, 23.0.0.0.0...

Patching component oracle.assistants.asm, 23.0.0.0.0...

Patching component oracle.assistants.deconfig, 23.0.0.0.0...

Patching component oracle.assistants.netca.client, 23.0.0.0.0...

Patching component oracle.assistants.server, 23.0.0.0.0...

Patching component oracle.bali.ewt, 12.2.1.0.0...

Patching component oracle.bali.ice, 6.1.3.2.0...

Patching component oracle.bali.jewt, 11.1.1.1.0...

Patching component oracle.bali.share, 12.2.1.0.0...

Patching component oracle.blaslapack, 23.0.0.0.0...

Patching component oracle.buildtools.common, 23.0.0.0.0...

Patching component oracle.buildtools.rsf, 23.0.0.0.0...

Patching component oracle.crypto.fips, 23.0.0.0.0...

Patching component oracle.crypto.ojmisc, 23.0.0.0.0...

Patching component oracle.crypto.pki, 23.0.0.0.0...

Patching component oracle.crypto.rsa, 23.0.0.0.0...

Patching component oracle.crypto.rsf, 23.0.0.0.0...

Patching component oracle.ctx, 23.0.0.0.0...

Patching component oracle.ctx.atg, 23.0.0.0.0...

Patching component oracle.ctx.companion, 23.0.0.0.0...

Patching component oracle.ctx.rsf, 23.0.0.0.0...

Patching component oracle.dbdev, 23.0.0.0.0...

Patching component oracle.dbjava.ic, 23.0.0.0.0...

Patching component oracle.dbjava.jdbc, 23.0.0.0.0...

Patching component oracle.dbjava.server, 23.0.0.0.0...

Patching component oracle.dbjava.ucp, 23.0.0.0.0...

Patching component oracle.dbtoolslistener, 23.0.0.0.0...

Patching component oracle.hadoopcore, 23.0.0.0.0...

Patching component oracle.has.common, 23.0.0.0.0...

Patching component oracle.has.common.cvu, 23.0.0.0.0...

Patching component oracle.has.db, 23.0.0.0.0...

Patching component oracle.has.db.cvu, 23.0.0.0.0...

Patching component oracle.has.rsf, 23.0.0.0.0...

Patching component oracle.help.ohj, 11.1.2.0.0...

Patching component oracle.help.share, 11.1.2.0.0...

Patching component oracle.install.deinstalltool, 23.0.0.0.0...

Patching component oracle.javavm.client, 23.0.0.0.0...

Patching component oracle.javavm.companion, 23.0.0.0.0...

Patching component oracle.javavm.server, 23.0.0.0.0...

Patching component oracle.javavhttp://m.server.core, 23.0.0.0.0...

Patching component oracle.jdk, 11.0.24.7.0...

Patching component oracle.ldap.admin, 23.0.0.0.0...

Patching component oracle.ldap.client, 23.0.0.0.0...

Patching component oracle.ldap.rsf, 23.0.0.0.0...

Patching component oracle.mgw.common, 23.0.0.0.0...

Patching component oracle.network, 23.0.0.0.0...

Patching component oracle.network.aso, 23.0.0.0.0...

Patching component oracle.network.client, 23.0.0.0.0...

Patching component oracle.network.gsm, 23.0.0.0.0...

Patching component oracle.network.listener, 23.0.0.0.0...

Patching component oracle.network.netmgr, 23.0.0.0.0...

Patching component oracle.network.rsf, 23.0.0.0.0...

Patching component oracle.nlsrtl.rsf, 23.0.0.0.0...

Patching component oracle.nlsrtl.rsf.core, 23.0.0.0.0...

Patching component oracle.nlsrtl.rsf.ic, 23.0.0.0.0...

Patching component oracle.nlsrtl.rsf.lbuilder, 23.0.0.0.0...

Patching component oracle.odbc, 23.0.0.0.0...

Patching component oracle.odbc.ic, 23.0.0.0.0...

Patching component oracle.onnx, 23.0.0.0.0...

Patching component oracle.ons, 23.0.0.0.0...

Patching component oracle.ons.core, 23.0.0.0.0...

Patching component oracle.ons.ic, 23.0.0.0.0...

Patching component oracle.options, 23.0.0.0.0...

Patching component oracle.oracler.server, 23.0.0.0.0...

Patching component oracle.oracore.rsf, 23.0.0.0.0...

Patching component oracle.oracore.rsf.core, 23.0.0.0.0...

Patching component oracle.oraml.server, 23.0.0.0.0...

Patching component oracle.oraolap, 23.0.0.0.0...

Patching component oracle.oraolap.api, 23.0.0.0.0...

Patching component oracle.oraolap.dbscripts, 23.0.0.0.0...

Patching component oracle.ordim.client, 23.0.0.0.0...

Patching component oracle.ordim.server, 23.0.0.0.0...

Patching component oracle.ovm, 23.0.0.0.0...

Patching component oracle.precomp.common, 23.0.0.0.0...

Patching component oracle.precomp.common.core, 23.0.0.0.0...

Patching component oracle.precomp.lang, 23.0.0.0.0...

Patching component oracle.precomp.rsf, 23.0.0.0.0...

Patching component oracle.python, 3.12.3.0.0...

Patching component oracle.rdbms, 23.0.0.0.0...

Patching component oracle.rdbms.crs, 23.0.0.0.0...

Patching component oracle.rdbms.db, 23.0.0.0.0...

Patching component oracle.rdbms.dbcur, 23.0.0.0.0...

Patching component oracle.rdbms.dbscripts, 23.0.0.0.0...

Patching component oracle.rdbms.deconfig, 23.0.0.0.0...

Patching component oracle.rdbms.dm, 23.0.0.0.0...

Patching component oracle.rdbms.dv, 23.0.0.0.0...

Patching component oracle.rdbms.hs_common, 23.0.0.0.0...

Patching component oracle.rdbms.hsodbc, 23.0.0.0.0...

Patching component oracle.rdbms.install.common, 23.0.0.0.0...

Patching component oracle.rdbms.install.plugins, 23.0.0.0.0...

Patching component oracle.rdbms.install.seeddb, 23.0.0.0.0...

Patching component oracle.rdbms.lbac, 23.0.0.0.0...

Patching component oracle.rdbms.locator, 23.0.0.0.0...

Patching component oracle.rdbms.oci, 23.0.0.0.0...

Patching component oracle.rdbms.olap, 23.0.0.0.0...

Patching component oracle.rdbms.plsql, 23.0.0.0.0...

Patching component oracle.rdbms.rat, 23.0.0.0.0...

Patching component oracle.rdbms.rman, 23.0.0.0.0...

Patching component oracle.rdbms.rsf, 23.0.0.0.0...

Patching component oracle.rdbms.rsf.ic, 23.0.0.0.0...

Patching component oracle.rdbms.scheduler, 23.0.0.0.0...

Patching component oracle.rdbms.util, 23.0.0.0.0...

Patching component oracle.rhp.common, 23.0.0.0.0...

Patching component oracle.rhp.db, 23.0.0.0.0...

Patching component oracle.rsf, 23.0.0.0.0...

Patching component oracle.sdo, 23.0.0.0.0...

Patching component oracle.sdo.locator, 23.0.0.0.0...

Patching component oracle.sdo.locator.jrf, 23.0.0.0.0...

Patching component oracle.server, 23.0.0.0.0...

Patching component oracle.slax.rsf, 23.0.0.0.0...

Patching component oracle.sqlj.sqljruntime, 23.0.0.0.0...

Patching component oracle.sqlplus, 23.0.0.0.0...

Patching component oracle.sqlplus.ic, 23.0.0.0.0...

Patching component oracle.sqlplus.rsf, 23.0.0.0.0...

Patching component oracle.tfa.db, 23.0.0.0.0...

Patching component oracle.usm.deconfig, 23.0.0.0.0...

Patching component oracle.wwg.plsql, 23.0.0.0.0...

Patching component oracle.xdk, 23.0.0.0.0...

Patching component oracle.xdk.parser.java, 23.0.0.0.0...

Patching component oracle.xdk.rsf, 23.0.0.0.0...

Patching component oracle.xdk.server, 23.0.0.0.0...

Patching component oracle.xdk.xquery, 23.0.0.0.0...
Patch 39093711 successfully applied.
Sub-set patch [38743669] has become inactive due to the application of a super-set patch [39093711].
Please refer to Doc ID 2161861.1 for any possible further required actions.
Log file location: /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/opatch/opatch2026-05-20_15-09-21PM_1.log

OPatch succeeded.
[CDB]oracle@26ai:/home/oracle# opatch lspatches
39093711;Database Release Update : 23.26.2.0.0 (39093711)
38743688;OCW RELEASE UPDATE 23.26.1.0.0 (GOLD IMAGE) (38743688) Gold Image

OPatch succeeded.
[CDB]oracle@26ai:/home/oracle# ss

SQL*Plus: Release 23.26.2.0.0 - Production on Wed May 20 15:13:39 2026
Version 23.26.2.0.0

Copyright (c) 1982, 2026, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area 3688099056 bytes
Fixed Size                  5033200 bytes
Variable Size             738197504 bytes
Database Buffers         2936012800 bytes
Redo Buffers                8855552 bytes
Database mounted.
Database opened.

SQL> alter pluggable database all open;

Pluggable database altered.

SQL> exit
Disconnected from Oracle AI Database 26ai Enterprise Edition Release 23.26.2.0.0 - Production
Version 23.26.2.0.0
[CDB]oracle@26ai:/home/oracle# cdo
[CDB]oracle@26ai:/u01/app/oracle/product/26.0.0.0/dbhome_1# cd OPatch
[CDB]oracle@26ai:/u01/app/oracle/product/26.0.0.0/dbhome_1/OPatch# ./datapatch -verbose
SQL Patching tool version 23.26.2.0.0 Production on Wed May 20 15:15:17 2026
Copyright (c) 2012, 2026, Oracle.  All rights reserved.

Log file for this invocation: /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/sqlpatch/sqlpatch_sid_CDB_ts_2026_05_20_15_15_17_pid_13097/sqlpatch_invocation.log

Connecting to database...OK
Gathering database info...done

Note:  Datapatch will only apply or rollback SQL fixes for PDBs
       that are in an open state, no patches will be applied to closed PDBs.
       Please refer to Note: Datapatch: Database 12c Post Patch SQL Automation
       (Doc ID 1585822.1)

Bootstrapping registry and package to current versions...done
Determining current state...done

Current state of interim SQL patches:
  No interim patches found

Current state of release update SQL patches:
  Binary registry:
    23.26.2.0.0 Release_Update 260428181725: Installed
  PDB CDB$ROOT:
    Applied 23.26.1.0.0 Release_Update 260117080636 successfully on 23-JAN-26 05.24.48.692664 PM
  PDB PDB:
    Applied 23.26.1.0.0 Release_Update 260117080636 successfully on 23-JAN-26 05.24.49.441297 PM
  PDB PDB$SEED:
    Applied 23.26.1.0.0 Release_Update 260117080636 successfully on 23-JAN-26 05.24.49.441297 PM

Adding patches to installation queue and performing prereq checks...done
Installation queue:
  For the following PDBs: CDB$ROOT PDB$SEED PDB
    No interim patches need to be rolled back
    Patch 39093711 (Database Release Update : 23.26.2.0.0 (39093711)):
      Apply from 23.26.1.0.0 Release_Update 260117080636 to 23.26.2.0.0 Release_Update 260428181725
    No interim patches need to be applied

Installing patches...
Patch installation complete.  Total patches installed: 3

Validating logfiles...done
Patch 39093711 apply (pdb CDB$ROOT): SUCCESS
  logfile: /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/sqlpatch/sqlpatch_sid_CDB_ts_2026_05_20_15_15_17_pid_13097/39093711_apply_CDB_CDBROOT_2026May20_15_15_37.log (no errors)
Patch 39093711 apply (pdb PDB$SEED): SUCCESS
  logfile: /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/sqlpatch/sqlpatch_sid_CDB_ts_2026_05_20_15_15_17_pid_13097/39093711_apply_CDB_PDBSEED_2026May20_15_17_35.log (no errors)
Patch 39093711 apply (pdb PDB): SUCCESS
  logfile: /u01/app/oracle/product/26.0.0.0/dbhome_1/cfgtoollogs/sqlpatch/sqlpatch_sid_CDB_ts_2026_05_20_15_15_17_pid_13097/39093711_apply_CDB_PDB_2026May20_15_17_35.log (no errors)
SQL Patching tool complete on Wed May 20 15:19:16 2026

[CDB]oracle@26ai:/home/oracle# opatch lspatches
39093711;Database Release Update : 23.26.2.0.0 (39093711)
38743688;OCW RELEASE UPDATE 23.26.1.0.0 (GOLD IMAGE) (38743688) Gold Image

OPatch succeeded.

테스트 끝.

Posted by pat98

[취약점 개요 영향도]

1.    취약점 개요

A.     CVE ID : CVE-2026-31431

B.     심각도 : Important (CVSS 7.8 / HIGH)

C.     영향 범위 : Linux Kernel 4.14 이상 (RHEL 8, 9, 10)

D.     취약점 : crypto: algif_aead (커널 암호화 인터페이스)

 

2.    취약점 영향도

A.     커널 암호화 인터페이스(algif_aead) 연산 오류로 인해로컬 사용자가 페이지 캐시 조작을 통해 root 권한을 획득할 있는 취약점

B.     로컬 권한 상승(LPE) 취약점으로시스템에 일반 사용자 접근 권한이 있어야 악용이 가능

C.   공격 형태일반 유저 계정으로 Linux 암호화 API 악용해 메모리 파일을 변조, root 권한을 획득하는 로컬 권한 상승(LPE) 공격

D.   공격 대상: 2017 이후 출시된 Linux 커널(4.14~) 사용하는 모든 서버, VM, 컨테이너 환경

 

[조치 안내]

해당 CVE 아래 커널 버전에서 수정 되었습니다.

====================================================

 

- kernel Update 작업 테스트

 

[root@rhel97 ~]# id
uid=0(root) gid=0(root) groups=0(root)

[root@rhel97 ~]# uname -a
Linux rhel97 6.12.0-105.51.5.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 14 19:55:41 PDT 2025 x86_64 x86_64 x86_64 GNU/Linux

[root@rhel97 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux release 9.7 (Plow)


[root@rhel97 ~]# dnf clean all
24 files removed

[root@rhel97 ~]# dnf updateinfo list --cve CVE-2026-31431
Oracle Linux 9 BaseOS Latest (x86_64)                                                                33 MB/s | 122 MB     00:03    
Oracle Linux 9 Application Stream Packages (x86_64)                                                  30 MB/s |  90 MB     00:03    
Oracle Linux 9 UEK Release 8 (x86_64)                                                                19 MB/s |  42 MB     00:02    
Last metadata expiration check: 0:00:04 ago on Wed 20 May 2026 10:46:14 AM KST.
ELSA-2026-13565 Important/Sec. kernel-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-13565 Important/Sec. kernel-core-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-13565 Important/Sec. kernel-modules-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-13565 Important/Sec. kernel-modules-core-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-13565 Important/Sec. kernel-tools-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-13565 Important/Sec. kernel-tools-libs-5.14.0-611.54.1.el9_7.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-core-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-core-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-core-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-core-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-desktop-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-desktop-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-extra-netfilter-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-usb-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-usb-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-50254 Important/Sec. kernel-uek-modules-wireless-6.12.0-201.74.2.2.el9uek.x86_64
ELSA-2026-50260 Important/Sec. kernel-uek-modules-wireless-6.12.0-202.76.4.1.el9uek.x86_64
ELSA-2026-13565 Important/Sec. python3-perf-5.14.0-611.54.1.el9_7.x86_64
[root@rhel97 ~]# dnf update kernel-uek
Last metadata expiration check: 0:00:47 ago on Wed 20 May 2026 10:46:14 AM KST.
Dependencies resolved.
====================================================================================================================================
 Package                                      Architecture     Version                                    Repository           Size
====================================================================================================================================
Upgrading:
 dracut                                       x86_64           057-104.git20250919.0.3.el9_7              ol9_UEKR8           689 k
 dracut-config-rescue                         x86_64           057-104.git20250919.0.3.el9_7              ol9_UEKR8           8.9 k
 dracut-network                               x86_64           057-104.git20250919.0.3.el9_7              ol9_UEKR8           144 k
 dracut-squash                                x86_64           057-104.git20250919.0.3.el9_7              ol9_UEKR8           8.9 k
Installing group/module packages:
 kernel-uek                                   x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8           1.5 M
Installing dependencies:
 kernel-uek-core                              x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8            21 M
 kernel-uek-modules                           x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8            32 M
 kernel-uek-modules-core                      x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8            39 M
 kernel-uek-modules-desktop                   x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8            21 M
 kernel-uek-modules-extra-netfilter           x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8           2.4 M
 kernel-uek-modules-usb                       x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8           2.5 M
 kernel-uek-modules-wireless                  x86_64           6.12.0-202.76.4.2.el9uek                   ol9_UEKR8           9.5 M

Transaction Summary
====================================================================================================================================
Install  8 Packages
Upgrade  4 Packages

Total download size: 130 M
Is this ok [y/N]: y
Downloading Packages:
(1/12): kernel-uek-6.12.0-202.76.4.2.el9uek.x86_64.rpm                                              4.3 MB/s | 1.5 MB     00:00    
(2/12): kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64.rpm                                          11 MB/s |  21 MB     00:01    
(3/12): kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64.rpm                                       12 MB/s |  32 MB     00:02    
(4/12): kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.2.el9uek.x86_64.rpm                       11 MB/s | 2.4 MB     00:00    
(5/12): kernel-uek-modules-desktop-6.12.0-202.76.4.2.el9uek.x86_64.rpm                               17 MB/s |  21 MB     00:01    
(6/12): kernel-uek-modules-usb-6.12.0-202.76.4.2.el9uek.x86_64.rpm                                   15 MB/s | 2.5 MB     00:00    
(7/12): kernel-uek-modules-core-6.12.0-202.76.4.2.el9uek.x86_64.rpm                                  13 MB/s |  39 MB     00:02    
(8/12): dracut-057-104.git20250919.0.3.el9_7.x86_64.rpm                                             5.9 MB/s | 689 kB     00:00    
(9/12): dracut-config-rescue-057-104.git20250919.0.3.el9_7.x86_64.rpm                               250 kB/s | 8.9 kB     00:00    
(10/12): dracut-network-057-104.git20250919.0.3.el9_7.x86_64.rpm                                    2.9 MB/s | 144 kB     00:00    
(11/12): dracut-squash-057-104.git20250919.0.3.el9_7.x86_64.rpm                                     255 kB/s | 8.9 kB     00:00    
(12/12): kernel-uek-modules-wireless-6.12.0-202.76.4.2.el9uek.x86_64.rpm                             24 MB/s | 9.5 MB     00:00    
------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                37 MB/s | 130 MB     00:03     
Oracle Linux 9 UEK Release 8 (x86_64)                                                               3.6 MB/s | 6.2 kB     00:00    
Importing GPG key 0x8D8B756F:
 Userid     : "Oracle Linux (release key 1) <secalert_us@oracle.com>"
 Fingerprint: 3E6D 826D 3FBA B389 C2F3 8E34 BC4D 06A0 8D8B 756F
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Is this ok [y/N]: y
Key imported successfully
Importing GPG key 0x8B4EFBE6:
 Userid     : "Oracle Linux (backup key 1) <secalert_us@oracle.com>"
 Fingerprint: 9822 3175 9C74 6706 5D0C E9B2 A7DD 0708 8B4E FBE6
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                            1/1 
  Upgrading        : dracut-057-104.git20250919.0.3.el9_7.x86_64                                                               1/16 
  Installing       : kernel-uek-modules-core-6.12.0-202.76.4.2.el9uek.x86_64                                                   2/16 
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                                                           3/16 
  Installing       : kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                                                           3/16 
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                                                           3/16 
  Installing       : kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64                                                        4/16 
  Running scriptlet: kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64                                                        4/16 
  Installing       : kernel-uek-modules-desktop-6.12.0-202.76.4.2.el9uek.x86_64                                                5/16 
  Running scriptlet: kernel-uek-modules-desktop-6.12.0-202.76.4.2.el9uek.x86_64                                                5/16 
  Installing       : kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.2.el9uek.x86_64                                        6/16 
  Running scriptlet: kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.2.el9uek.x86_64                                        6/16 
  Installing       : kernel-uek-modules-usb-6.12.0-202.76.4.2.el9uek.x86_64                                                    7/16 
  Running scriptlet: kernel-uek-modules-usb-6.12.0-202.76.4.2.el9uek.x86_64                                                    7/16 
  Installing       : kernel-uek-modules-wireless-6.12.0-202.76.4.2.el9uek.x86_64                                               8/16 
  Running scriptlet: kernel-uek-modules-wireless-6.12.0-202.76.4.2.el9uek.x86_64                                               8/16 
  Installing       : kernel-uek-6.12.0-202.76.4.2.el9uek.x86_64                                                                9/16 
  Upgrading        : dracut-config-rescue-057-104.git20250919.0.3.el9_7.x86_64                                                10/16 
  Upgrading        : dracut-network-057-104.git20250919.0.3.el9_7.x86_64                                                      11/16 
  Upgrading        : dracut-squash-057-104.git20250919.0.3.el9_7.x86_64                                                       12/16 
  Cleanup          : dracut-squash-057-102.git20250818.0.1.el9.x86_64                                                         13/16 
  Cleanup          : dracut-network-057-102.git20250818.0.1.el9.x86_64                                                        14/16 
  Cleanup          : dracut-config-rescue-057-102.git20250818.0.1.el9.x86_64                                                  15/16 
  Cleanup          : dracut-057-102.git20250818.0.1.el9.x86_64                                                                16/16 
  Running scriptlet: kernel-uek-modules-core-6.12.0-202.76.4.2.el9uek.x86_64                                                  16/16 
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                                                          16/16 
  Running scriptlet: kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64                                                       16/16 
  Running scriptlet: dracut-057-102.git20250818.0.1.el9.x86_64                                                                16/16 
  Verifying        : kernel-uek-6.12.0-202.76.4.2.el9uek.x86_64                                                                1/16 
  Verifying        : kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                                                           2/16 
  Verifying        : kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64                                                        3/16 
  Verifying        : kernel-uek-modules-core-6.12.0-202.76.4.2.el9uek.x86_64                                                   4/16 
  Verifying        : kernel-uek-modules-desktop-6.12.0-202.76.4.2.el9uek.x86_64                                                5/16 
  Verifying        : kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.2.el9uek.x86_64                                        6/16 
  Verifying        : kernel-uek-modules-usb-6.12.0-202.76.4.2.el9uek.x86_64                                                    7/16 
  Verifying        : kernel-uek-modules-wireless-6.12.0-202.76.4.2.el9uek.x86_64                                               8/16 
  Verifying        : dracut-057-104.git20250919.0.3.el9_7.x86_64                                                               9/16 
  Verifying        : dracut-057-102.git20250818.0.1.el9.x86_64                                                                10/16 
  Verifying        : dracut-config-rescue-057-104.git20250919.0.3.el9_7.x86_64                                                11/16 
  Verifying        : dracut-config-rescue-057-102.git20250818.0.1.el9.x86_64                                                  12/16 
  Verifying        : dracut-network-057-104.git20250919.0.3.el9_7.x86_64                                                      13/16 
  Verifying        : dracut-network-057-102.git20250818.0.1.el9.x86_64                                                        14/16 
  Verifying        : dracut-squash-057-104.git20250919.0.3.el9_7.x86_64                                                       15/16 
  Verifying        : dracut-squash-057-102.git20250818.0.1.el9.x86_64                                                         16/16 

Upgraded:
  dracut-057-104.git20250919.0.3.el9_7.x86_64                   dracut-config-rescue-057-104.git20250919.0.3.el9_7.x86_64          
  dracut-network-057-104.git20250919.0.3.el9_7.x86_64           dracut-squash-057-104.git20250919.0.3.el9_7.x86_64                 
Installed:
  kernel-uek-6.12.0-202.76.4.2.el9uek.x86_64                   kernel-uek-core-6.12.0-202.76.4.2.el9uek.x86_64                     
  kernel-uek-modules-6.12.0-202.76.4.2.el9uek.x86_64           kernel-uek-modules-core-6.12.0-202.76.4.2.el9uek.x86_64             
  kernel-uek-modules-desktop-6.12.0-202.76.4.2.el9uek.x86_64   kernel-uek-modules-extra-netfilter-6.12.0-202.76.4.2.el9uek.x86_64  
  kernel-uek-modules-usb-6.12.0-202.76.4.2.el9uek.x86_64       kernel-uek-modules-wireless-6.12.0-202.76.4.2.el9uek.x86_64         

Complete!

[root@rhel97 ~]# reboot

[root@rhel97 ~]# uname -r
6.12.0-202.76.4.2.el9uek.x86_64

[root@rhel97 ~]# rpm -q kernel-uek
kernel-uek-6.12.0-105.51.5.el9uek.x86_64
kernel-uek-6.12.0-202.76.4.2.el9uek.x86_64

Posted by pat98

08-05 03:03
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2026.8
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

최근에 달린 댓글