oracle 12.2R2 安装GI跑root.sh遇到CLSRSC-400

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

以下内容学习自大张哥

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

概述

环境:

OS:redhat 7.6
Oracle:12.2.0.1 R2

在安装GI,跑root.sh脚本的时候遇到“CLSRSC-400: A system reboot is required to continue installing.”错误,在重启以后仍然安装失败。

参考MOS文档:ID 26247490.8,ID 2303388.1

[22:35:test][root@test1 ~]# /u01/app/oraInventory/orainstRoot.sh
[22:35:test]Changing permissions of /u01/app/oraInventory.
[22:35:test]Adding read,write permissions for group.
[22:35:test]Removing read,write,execute permissions for world.
[22:35:test]
[22:35:test]Changing groupname of /u01/app/oraInventory to oinstall.
[22:35:test]The execution of the script is complete.
[22:36:test][root@test1 ~]# /u01/app/12.2.0/grid/root.sh
[22:36:test]Performing root user operation.
[22:36:test]
[22:36:test]The following environment variables are set as:
[22:36:test]    ORACLE_OWNER= grid
[22:36:test]    ORACLE_HOME=  /u01/app/12.2.0/grid
[22:36:test]
[22:36:test]Enter the full pathname of the local bin directory: [/usr/local/bin]: 
[22:36:test]   Copying dbhome to /usr/local/bin ...
[22:36:test]   Copying oraenv to /usr/local/bin ...
[22:36:test]   Copying coraenv to /usr/local/bin ...
[22:36:test]
[22:36:test]
[22:36:test]Creating /etc/oratab file...
[22:36:test]Entries will be added to the /etc/oratab file as needed by
[22:36:test]Database Configuration Assistant when a database is created
[22:36:test]Finished running generic part of root script.
[22:36:test]Now product-specific root actions will be performed.
[22:36:test]Relinking oracle with rac_on option
[22:36:test]Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
[22:36:test]The log of current session can be found at:
[22:36:test]  /u01/app/grid/crsdata/test1/crsconfig/rootcrs_test1_2020-04-27_10-36-14PM.log
[22:36:test]2020/04/27 22:36:16 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
[22:36:test]2020/04/27 22:36:16 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
[22:36:test]2020/04/27 22:36:43 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
[22:36:test]2020/04/27 22:36:43 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
[22:36:test]2020/04/27 22:36:45 CLSRSC-363: User ignored prerequisites during installation
[22:36:test]2020/04/27 22:36:45 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
[22:36:test]2020/04/27 22:36:47 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
[22:36:test]2020/04/27 22:36:47 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
[22:36:test]2020/04/27 22:36:52 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
[22:37:test]2020/04/27 22:37:08 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
[22:37:test]2020/04/27 22:37:08 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
[22:37:test]2020/04/27 22:37:37 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
[22:37:test]2020/04/27 22:37:42 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
[22:37:test]2020/04/27 22:37:42 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
[22:37:test]2020/04/27 22:37:45 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
[22:38:test]2020/04/27 22:38:00 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
[22:38:test]2020/04/27 22:38:33 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
[22:38:test]2020/04/27 22:38:36 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
[22:38:test]CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'test1'
[22:38:test]CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'test1' has completed
[22:38:test]CRS-4133: Oracle High Availability Services has been stopped.
[22:39:test]CRS-4123: Oracle High Availability Services has been started.
[22:39:test]2020/04/27 22:39:38 CLSRSC-400: A system reboot is required to continue installing.
[22:39:test]The command '/u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl ' execution failed
[22:39:test][root@test1 ~]# /u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl
[22:39:test]Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
[22:39:test]The log of current session can be found at:
[22:39:test]  /u01/app/grid/crsdata/test1/crsconfig/rootcrs_test1_2020-04-27_10-39-59PM.log
[22:40:test]2020/04/27 22:40:02 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
[22:40:test]2020/04/27 22:40:02 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
[22:40:test]2020/04/27 22:40:03 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
[22:40:test]2020/04/27 22:40:03 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
[22:40:test]2020/04/27 22:40:05 CLSRSC-363: User ignored prerequisites during installation
[22:40:test]2020/04/27 22:40:05 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
[22:40:test]2020/04/27 22:40:07 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
[22:40:test]2020/04/27 22:40:07 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
[22:40:test]2020/04/27 22:40:09 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
[22:40:test]2020/04/27 22:40:26 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
[22:40:test]2020/04/27 22:40:26 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
[22:40:test]2020/04/27 22:40:29 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
[22:40:test]2020/04/27 22:40:30 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
[22:41:test]2020/04/27 22:41:17 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
[22:41:test]2020/04/27 22:41:18 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
[22:41:test]2020/04/27 22:41:19 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
[22:41:test]2020/04/27 22:41:21 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
[22:41:test]CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'test1'
[22:41:test]CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'test1' has completed
[22:41:test]CRS-4133: Oracle High Availability Services has been stopped.
[22:41:test]CRS-4123: Oracle High Availability Services has been started.
[22:42:test]2020/04/27 22:42:43 CLSRSC-400: A system reboot is required to continue installing.

处理流程

官方也提供了补丁26247490,最新的GI的PSU已经包含了该bug的补丁。
在安装GI之前将最新补丁应用上。

1、更新opatch版本

unzip p6880880_122010_Linux-x86-64.zip -d $ORACLE_HOME

检查opatch版本是否更新

$ORACLE_HOME/OPatch/opatch version 

2、运行gridSetup.sh

 ./gridSetup.sh -applyPSU /u01/app/soft/30920127

该命令会首先给grid home打补丁,然后才启动安装部署,之后就不用给GI打补丁了

3、成功完成GI安装(包括运行root.sh)

oracle 12.2R2 安装GI跑root.sh遇到CLSRSC-400相关推荐

  1. oracle 12.2R2 安装GI执行root.sh遇到CLSRSC-400

    概述 环境: OS:redhat 7.6 Oracle:12.2.0.1 R2 在安装GI,跑root.sh脚本的时候遇到"CLSRSC-400: A system reboot is re ...

  2. 12 c for. oracle rac,【案例】Oracle RAC FOR AIX搭建执行root.sh时两次报错的解决办法

    天萃荷净 运维DBA反映在aix 5.3 ml6安装10.2.0.1 rac报错0509-036 Cannot load program crsctl.bin because of the follo ...

  3. 记一次GI安装失败(root.sh在第一个node上失败)的调试经历

    新拿到一个c'lu'ster,尝试安装GI(grid infrastructure),root.sh在第一个node上失败了.调试过程 第一步:首先查看log 在root.sh的log里 看到如下的错 ...

  4. Oracle 12.2安装示例schema

    在做Oracle数据库实验时都会用到一些示例SCHEMA如:HR.OE.SH等,在Oracle11g版本时在DBCA时直接勾选Sample Schemas就可以安装这些示例SCHEMA,如下图: 但到 ...

  5. oracle账户用root权限执行sh,安装Oracle执行orainstRoot.sh与root.sh作用

    [root@gnd-dataguard oraInventory]# sh orainstRoot.sh Changing permissions of /u01/product/oraInvento ...

  6. oracle修改c root,从新发现Oracle太美之root.sh

    重新发现Oracle太美之root.sh 如果你执行下以下命令基本上会在Oracle软件目录下会发现两个root.sh的脚本 [oracle@rh64 Templates]$ find /u01/ - ...

  7. oracle 11g 静默安装

    有时候会遇到命令行安装oracle和建库,没事就做个试验记录下 1.配置Yum源及关闭SeLinux [root@rhel65 mnt]# mount /dev/sr0 /mnt mount: blo ...

  8. 【安装篇】- 基于 VMWARE Oracle Linux7.9 安装 Oracle19c RAC 详细配置方案

    作者 | yanwei 来源 | 墨天轮 https://www.modb.pro/db/95684 大家好,我是 JiekeXu,很高兴又和大家见面了,今天和大家一起来看看 Linux7.9 安装 ...

  9. oracle克隆方式安装,克隆Oracle实现快速安装数据库软件

    <Linux 7安装Oracle 11g打怪经历>完成了数据库软件的初始安装,如果要同步复制到多套相同的环境,选择克隆数据库,是个好的选择. 原始数据库 首先,将数据库软件的$ORACLE ...

最新文章

  1. JavaScript新鲜事·第6期
  2. STM32 基础系列教程 43 – SRAM
  3. leetcode 349. 两个数组的交集 两种方案,c语言实现
  4. 强网杯2021 CipherMan (内存取证分析)
  5. python提取txt中指定内容_提取视频中的音频——python三行程序搞定!
  6. WPF Application 类介绍以及怎样修改启动方式
  7. lstm需要优化的参数_使用PyTorch手写代码从头构建LSTM,更深入的理解其工作原理...
  8. 【ArcGIS风暴】何为动态投影?这次全面为您揭开ArcGIS中动态投影的神秘面纱!
  9. python enumerate用法总结(转)
  10. arcade 物理系统_如何使用Python和Arcade库创建2D游戏
  11. c++ 指针_C/C++学习笔记——C提高:指针强化
  12. java 语言转 c 命令_求助大神!!!JAVA转换成C语言
  13. Javascript jquery css 写的简单进度条控件
  14. Bootstrap 中 表单和图片(二)
  15. laravel 递归 无限层级分类
  16. 怎样安装matlab2016,Matlab2016b安装教程(Matlab 2016b详细安装步骤)
  17. 2021-10-12 CHIP类PCB封装的创建
  18. Python 源码混淆与加密
  19. 数仓建模—数仓建模实战(建模流程/建模工具)
  20. vs中开发web项目IIS Express支持局域网连接

热门文章

  1. DP的一些杂题(思维型)
  2. KT148A语音芯片SOP8封装直驱扬声器内置420秒语音空间,一线控制,可重复烧录。用户可以自己更换声音
  3. 重绘、重排区别如何避免
  4. Servlet - Java Web Core Component
  5. 在Ubuntu18.04 LTS下升级Python版本
  6. Android学习网址大全
  7. c++初学基础小知识
  8. 国际短信平台接口调用的方法步骤,简单5步快速教程
  9. RS232RS485基本简介
  10. 基于stm32f10x的超声波模块HC-SR04的测距示例,并用串口将数据打印出来