zoukankan      html  css  js  c++  java
  • ORACLE 12.2RAC 安装GRID跑root.sh脚本的时候报错CLSRSC-400: A system reboot is required to continue installing.

    oracel 12C 跑root.sh 报错 CLSRSC-400: A system reboot is required to continue installing.

    OS: redhat 7.3
    DB: ORACLE 12.2
    安装GRID跑root.sh脚本的时候报错
    CLSRSC-400: A system reboot is required to continue installing.

    查看MOS给出解决方法下载应用25078431的补丁,这是和LINUX内核有关的BUG (Doc ID 2284463.1)

    $ ./gridSetup.sh -applyOneOffs /opt/p29301687_122010_Linux-x86-64/29301687/29301676
    
    Preparing the home to patch...
    
    Applying the patch /opt/p29301687_122010_Linux-x86-64/29301687/29301676
    
    Successfully applied the patch.
    
    (Any warnings about X11 that are displayed may safely be ignored)
    
    3. Follow the normal install process, including running gridSetup.sh. Upon completion of the installation process, 'opatch lspatches' should show the patch is applied:
    
    $ ./opatch lspatches
    
    25078431;ACFS Interim patch for 25078431
    
    OPatch succeeded.
    1234567891011121314151617
    

    在用mos上的补丁没有成功用的181016的PSU安装成功

    $ ./gridSetup.sh -applyPSU /software/28714316/
    
  • 相关阅读:
    avalon随笔
    ms-attr-data-real-gold="{{page_data[0].gold}}" 属性付真
    jQuery 快捷操作
    jQuery 属性操作
    jQuery 表单域选中选择器
    jQuery 层次选择器
    jQuery 基本选择器
    jQuery 基本使用
    jQuery 引入多个库文件冲突
    BOM window对象方法
  • 原文地址:https://www.cnblogs.com/flamechan1981/p/13650660.html
Copyright © 2011-2022 走看看