[root@o23c1n1s2 ~]# uname -a Linux o23c1n1s2.oralocal 5.4.17-2136.324.5.3.el8uek.x86_64 #2 SMP Tue Oct 10 12:43:39 PDT 2023 x86_64 x86_64 x86_64 GNU/Linux [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# su - grid [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ olsnodes o23c1n1s2 o23c1n2s2 [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ sqlplus / as sysasm SQL*Plus: Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems on Sun Oct 20 15:05:19 2024 Version 23.5.0.24.07 Copyright (c) 1982, 2024, Oracle. All rights reserved. Connected to: Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems Version 23.5.0.24.07 SQL> set linesize 255 SQL> col name format a40 SQL> col value format a40 SQL> SELECT group_number, name, value FROM v$asm_attribute where name like '%compat%' order by name, GROUP_NUMBER; GROUP_NUMBER NAME VALUE ------------ ---------------------------------------- ---------------------------------------- 1 compatible.advm 19.0.0.0.0 2 compatible.advm 19.0.0.0.0 3 compatible.advm 19.0.0.0.0 1 compatible.asm 19.0.0.0.0 2 compatible.asm 19.0.0.0.0 3 compatible.asm 19.0.0.0.0 1 compatible.rdbms 19.0.0.0.0 2 compatible.rdbms 19.0.0.0.0 3 compatible.rdbms 19.0.0.0.0 9 rows selected. SQL> col name format a20 SQL> col COMPATIBILITY format a10 SQL> col DATABASE_COMPATIBILITY format a15 SQL> select GROUP_NUMBER,NAME,COMPATIBILITY,DATABASE_COMPATIBILITY from v$asm_diskgroup; GROUP_NUMBER NAME COMPATIBIL DATABASE_COMPAT ------------ -------------------- ---------- --------------- 1 DATA 19.0.0.0.0 19.0.0.0.0 2 RECO 19.0.0.0.0 19.0.0.0.0 3 SYSTEMDG 19.0.0.0.0 19.0.0.0.0 SQL> exit Disconnected from Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems Version 23.5.0.24.07 [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ $ORACLE_HOME/OPatch/opatch lsinventory Oracle Interim Patch Installer version 12.2.0.1.42 Copyright (c) 2024, Oracle Corporation. All rights reserved. Oracle Home : /u01/app/23.5.0.0/grid Central Inventory : /u01/app/oraInventory from : /u01/app/23.5.0.0/grid/oraInst.loc OPatch version : 12.2.0.1.42 OUI version : 12.2.0.9.0 Log file location : /u01/app/23.5.0.0/grid/cfgtoollogs/opatch/opatch2024-10-20_15-06-15PM_1.log Lsinventory Output file location : /u01/app/23.5.0.0/grid/cfgtoollogs/opatch/lsinv/lsinventory2024-10-20_15-06-15PM.txt -------------------------------------------------------------------------------- Local Machine Information:: Hostname: o23c1n1s2.oralocal ARU platform id: 226 ARU platform description:: Linux x86-64 Installed Top-level Products (1): Oracle Grid Infrastructure 23ai 23.0.0.0.0 There are 1 products installed in this Oracle Home. There are no Interim patches installed in this Oracle Home. -------------------------------------------------------------------------------- OPatch succeeded. [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ crsctl query crs activeversion -f Oracle Clusterware active version on the cluster is [23.0.0.0.0]. The cluster upgrade state is [NORMAL]. The cluster active patch level is [0]. [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ crsctl query crs activeversion -f Oracle Clusterware active version on the cluster is [23.0.0.0.0]. The cluster upgrade state is [NORMAL]. The cluster active patch level is [0]. [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ crsctl query crs releasepatch Oracle Clusterware release patch level is [0] and no patches have been applied on the local node. The release patch string is [23.5.0.24.07]. [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ crsctl query crs softwarepatch Oracle Clusterware patch level on node o23c1n1s2 is [0]. [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ kfod op=patches --------------- List of Patches =============== [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ kfod op=patchlvl ------------------- Current Patch level =================== 0 [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ tfactl -version TFA Version : 2405000 TFA Build ID : 20240705012419 [grid@o23c1n1s2 ~]$ [grid@o23c1n1s2 ~]$ logout [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# grub2-editenv - list | grep kernelopts kernelopts=root=/dev/mapper/ol-root ro resume=/dev/mapper/ol-swap rd.lvm.lv=ol/root rd.lvm.lv=ol/swap transparent_hugepage=never [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# cat /sys/kernel/mm/transparent_hugepage/enabled always madvise [never] [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# grep AnonHugePages /proc/meminfo AnonHugePages: 0 kB [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# grep HugePages /proc/meminfo AnonHugePages: 0 kB ShmemHugePages: 0 kB FileHugePages: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]# [root@o23c1n1s2 ~]#