• 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/
    
  • 相关阅读:
    yii框架中关于控制器中filter过滤器和外部action的使用
    关于开启url的pathinfo模式
    关于java的上转型对象
    linux下svn用法
    inode和文件描述符区别
    mysql字段更改操作命令
    c语言中的const的作用及解析
    C语言结构体--位域
    enum枚举型
    C语言结构体
  • 原文地址:https://www.cnblogs.com/flamechan1981/p/13650660.html
Copyright © 2020-2023  润新知