I try to install oracle database 12c RAC on the RedHat 7.3,when I execute the script '/u01/app/12.2.0/Root.sh' on node 1, I got the error: CLSRSC-400: A system reboot is required to continue installing. I'm too helpless to resolve that error. If I reboot the system, the install will be interrupted.

  THE LOG IS:

  

[root@raca2 oraInventory]# /u01/grid/app/12.2.0/root.sh
Performing root user operation. The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /u01/grid/app/12.2.0 Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ... Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/grid/app/12.2.0/crs/install/crsconfig_params
The log of current session can be found at:
/u01/grid/app/grid/crsdata/raca2/crsconfig/rootcrs_raca2_2017-04-01_02-21-16AM.log
2017/04/01 02:21:19 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2017/04/01 02:21:19 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
2017/04/01 02:21:42 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2017/04/01 02:21:42 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2017/04/01 02:21:43 CLSRSC-363: User ignored prerequisites during installation
2017/04/01 02:21:43 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2017/04/01 02:21:44 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2017/04/01 02:21:44 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
2017/04/01 02:21:47 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
2017/04/01 02:21:47 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
2017/04/01 02:21:48 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
2017/04/01 02:21:49 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2017/04/01 02:21:51 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2017/04/01 02:21:51 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2017/04/01 02:21:52 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2017/04/01 02:22:08 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
2017/04/01 02:22:34 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2017/04/01 02:22:35 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'raca2'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'raca2' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
2017/04/01 02:23:08 CLSRSC-400: A system reboot is required to continue installing.
The command '/u01/grid/app/12.2.0/perl/bin/perl -I/u01/grid/app/12.2.0/perl/lib -I/u01/grid/app/12.2.0/crs/install /u01/grid/app/12.2.0/crs/install/rootcrs.pl ' execution failed

  So I go to MOS to find out the reason, and I find two document :ACFS Drivers Install reports CLSRSC-400: A system reboot is required to continue installing (Doc ID 2025056.1)  and How to Verify that the ACFS Driver is installed and loaded (Doc ID 1319263.1),those document indicate that :When installing the Grid Infrastructure software, it always tries to install ACFS drivers.

  I check my environment use follow scripts:

  

[grid@raca1 ~]$ acfsdriverstate -orahome $ORACLE_HOME supported

  And I got the follow response:
  

ACFS-9459: ADVM/ACFS is not supported on this OS version: '3.10.0-514.el7.x86_64'
ACFS-9201: Not Supported

  My system not support for ADVM/ACFS,means I can not install the ACFS drivers.

  The ‘Doc ID 2025056.1’ indicate:These error messages can be ignored if  ACFS will not be used or is not supported on the node. So I reboot my system and remove the file installed. Then I install again ,and no error appeared。

  If node 2 appears the same error ,just reboot system and run the root.sh again.

CLSRSC-400: A system reboot is required to continue installing.的更多相关文章

  1. 诊断:CLSRSC-400: A system reboot is required to continue installing.

    Linux7.5安装Grid Infrastructure 12.2.0.1时,在root.sh时会报错 2018/01/30 09:19:28 CLSRSC-330: Adding Clusterw ...

  2. Linux Find Out Last System Reboot Time and Date Command 登录安全 开关机 记录 帐号审计 历史记录命令条数

    Linux Find Out Last System Reboot Time and Date Command - nixCraft https://www.cyberciti.biz/tips/li ...

  3. 安装python3.7.4时报错:Service Pack 1 is required to continue installation

    python3.7.4安装失败:Service Pack 1 is required to continue installation 解决办法: 点击报错页面中的“log file”,日志最后一行显 ...

  4. 12c rac On redhat 7

    1  准备工作 1.1   关于GRID的一些变化 1.1.1  简化的基于映像的Oracle Grid Infrastructure安装 从Oracle Grid Infrastructure 12 ...

  5. RedHat 7.3 Oracle 12.2.0.1 RAC 安装手册(转)

    1  准备工作 1.1   关于GRID的一些变化 1.1.1  简化的基于映像的Oracle Grid Infrastructure安装 从Oracle Grid Infrastructure 12 ...

  6. RHEL7.X安装12.2RAC时root.sh错误CLSRSC-400的解决方案

    问题现象: [root@ora12c ghome]# /opt/oracle/ghome/root.sh Performing root user operation. The following e ...

  7. System Error Codes

    很明显,以下的文字来自微软MSDN 链接http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx M ...

  8. SystemErrorCodes

    有人把SystemErrorCodes整理成了类,并定义了方法,用于返回消息,他大概不知道FormatMessage的用法,放在这里做参考吧 C# code snipppet class System ...

  9. 转: Linux磁盘扩容

    from:https://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-expanding-the-virtual-mach ...

随机推荐

  1. html5--1.12表格详解

    html5--1.12表格详解 一.总结 一句话总结: 二.详解 1.表格构成三个基本要素 table:表格的范围,外框:用来定义表格,表格的其他元素包含在table标签里面: tr: 表格的行: t ...

  2. TensorFlow 实战(二)—— tf.train(优化算法)

    Training | TensorFlow tf 下以大写字母开头的含义为名词的一般表示一个类(class) 1. 优化器(optimizer) 优化器的基类(Optimizer base class ...

  3. navigator 页面链接

    页面链接. 属性名 类型 默认值 说明 url String   应用内的跳转链接 redirect Boolean false 是否关闭当前页面 hover-class String navigat ...

  4. react持续记录零散笔记

    根据 React 的设计,所有的 DOM 变动,都先在虚拟 DOM 上发生,然后再将实际发生变动的部分,反映在真实 DOM上,这种算法叫做 DOM diff 这些生命周期在深入项目开发阶段是非常重要的 ...

  5. matlab、sklearn 中的数据预处理

    数据预处理(normalize.scale) 0. 使用 PCA 降维 matlab: [coeff, score] = pca(A); reducedDimension = coeff(:,1:5) ...

  6. DOS批处理

    DOS批处理命令-注释   注释是每个程序中不可或缺的(不是对计算机来说,而是对我们这些程序员阅读代码来说) 语法: ①rem 这是批处理的注释命令,rem后面的内容全部是注释 例:rem 这是一行注 ...

  7. Oracle数据库案例整理-Oracle系统执行失败-sql_trace至TRUE导致Oracle在根文件夹中缺乏可用空间

    1.1       述 在"$ORACLE_BASE/diag/rdbms/$ORACLE_SID/$ORACLE_SID/trace"文件夹下产生大量"oracle_w ...

  8. git与svn的不同

    假设你在读这篇文章,说明你跟大多数开发人员一样对GIT感兴趣,假设你还没有机会来试一试GIT,我想如今你就要了解它了. GIT不不过个版本号控制系统,它也是个内容管理系统(CMS),工作管理系统等.假 ...

  9. Using default security password

    不展示Using default security password的解决办法: import org.springframework.context.annotation.Bean; import ...

  10. gdal1.10编译经验

    作者:朱金灿 来源:http://blog.csdn.net/clever101 集成了一些扩展库,使用makefile编译,出现了一个链接错误: libcmt.lib(crt0.obj): erro ...