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. android studio报错提示: Gradle DSL method not found: 'android() 解决方案

    原文错误提示: Error:(16, 0) Gradle DSL method not found: 'Android()'Possible causes:<ul><li>Th ...

  2. 深入Lazy<T>——.NET Framework 4.0

    .NET Framework 4 在一次次跳票中终于发布了,在一次偶然的机会,我看到了 Anytao 的 [你必须知道的.NET]第三十三回,深入.NET 4.0之,Lazy<T>点滴 . ...

  3. 手推机器学习公式(一) —— BP 反向传播算法

    方便起见,本文仅以三层的神经网络举例. f(⋅):表示激励函数 xi:表示输入层: yj:表示中间的隐层: yj=f(netj) netj=∑i=0nvijxi ok:表示输出层,dk 则表示期望输出 ...

  4. 将字符串转换成xml并取得对应的值

    如数据库中有一个字段保存了xml格式的一串字符串: <?xml version="1.0" encoding="utf-16"?><Array ...

  5. git commit 报错 There was a problem with the editor 'vi'

    今天提交代码git  commit -a的时候出现了这个错误 上网查了一下,说是Vim的返回值出错了,出错的原因还在翻译英文, 先贴出解决方案吧 git config --global core.ed ...

  6. 使用带ParserContext参数的Xaml.Load方法

    原文:使用带ParserContext参数的Xaml.Load方法 如果一段XAML中存在一个标记需要从外部命名空间中解析, 就需要用到ParserContext类,  具体用法如下: Normal ...

  7. 简单使用.net core 自带的DI

    1.创建一个web api项目 2.在项目中创建一个接口类 namespace LearnCore.CoreDI { public interface ILearnDI { string GetNam ...

  8. DDD实战1

    1.创建空白解决方案 2.创建Infrastructure解决方案文件夹 3.在Infrastructure解决方案文件夹下面 添加一个新的项目 这个项目是 .net core的类库项目,取名Util ...

  9. 办ZigBee实验SmartRF Flash Programmer软件界面无法打开

    开SmartRF Flash Programmer: 打开任务管理器.在任务管理器里右键点击.将其最大化: 将最大化的界面拖动到屏幕中间: 然后关闭SmartRF Flash Programmer,之 ...

  10. 图形的认识(curve,surface,hypersurface)

    平滑函数(smooth function): curve:曲线: 二维平面: surface:曲面: 三维空间: hypersurface:超曲面: 更高维度: 1. surface 是对平面的泛化, ...