oracle linux8.8上安装oracle 19c集群

1、操作系统版本告警

处理办法:export CV_ASSUME_DISTID=RHEL7.6

2、ssh互信故障

查看ssh版本

[root@db1 ~]# ssh -V

OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021

处理办法-2个节点都需要操作

安装前配置

mv /usr/bin/scp /usr/bin/scp.orig

echo "/usr/bin/scp.orig -T \$*" > /usr/bin/scp

chmod 555 /usr/bin/scp

cat /usr/bin/scp

安装后还原

mv /usr/bin/scp.orig /usr/bin/scp

mos文档 2555697.1 如果OpenSSH升级到8.x会有这个问题

Apply patch 30159782 before run "gridSetup.sh", see (Doc ID 1410202.1) for how to apply OneOff patch before run "gridSetup.sh".

3、应用补丁告警

OPatchauto session is initiated at Wed Oct 4 15:16:04 2023

System initialization log file is /u01/app/19.0.0/grid_1/cfgtoollogs/opatchautodb/systemconfig2023-10-04_03-16-14PM.log.

Session log file is /u01/app/19.0.0/grid_1/cfgtoollogs/opatchauto/opatchauto2023-10-04_03-16-56PM.log

The id for this session is IJ7S

Shared home /u01/app/19.0.0/grid_1 can only be patched in nonrolling mode.

OPATCHAUTO-72030: Execution mode invalid.

OPATCHAUTO-72030: Cannot execute in rolling mode, as CRS home is shared.

OPATCHAUTO-72030: Execute in non-rolling mode.

OPatchAuto failed.

OPatchauto session completed at Wed Oct 4 15:17:27 2023

Time taken to complete the session 1 minute, 14 seconds

opatchauto failed with error code 42

处理办法:

export CV_ASSUME_DISTID=RHEL7.6后执行补丁命令

相关推荐
库库林_沙琪马1 小时前
Redis 持久化:从零到掌握
数据库·redis·缓存
牵牛老人2 小时前
Qt中使用QPdfWriter类结合QPainter类绘制并输出PDF文件
数据库·qt·pdf
卡西里弗斯奥4 小时前
【达梦数据库】dblink连接[SqlServer/Mysql]报错处理
数据库·mysql·sqlserver·达梦
温柔小胖5 小时前
sql注入之python脚本进行时间盲注和布尔盲注
数据库·sql·网络安全
杨俊杰-YJ5 小时前
MySQL 主从复制原理及其工作过程
数据库·mysql
一个儒雅随和的男子6 小时前
MySQL的聚簇索引与非聚簇索引
数据库·mysql
V+zmm101348 小时前
基于微信小程序的家政服务预约系统的设计与实现(php论文源码调试讲解)
java·数据库·微信小程序·小程序·毕业设计
roman_日积跬步-终至千里8 小时前
【分布式理论14】分布式数据库存储:分表分库、主从复制与数据扩容策略
数据库·分布式
hadage2338 小时前
--- Mysql事务 ---
数据库·mysql
-$_$-9 小时前
【黑马点评优化】2-Canel实现多级缓存(Redis+Caffeine)同步
数据库·redis·缓存