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. 【t042】炮击坦克

    Time Limit: 1 second Memory Limit: 128 MB [问题描述] 在一个坐标轴上,有M辆坦克,第i辆坦克在时刻0处于pos[i](pos[i]>0),speed[ ...

  2. c++ try catch 问题(没有throw就会被删除,加上/EHa这样就不会被删除)

    以前都是用try{} catch(…){}来捕获C++中一些意想不到的异常, 今天看了Winhack的帖子才知道,这种方法在VC中其实是靠不住的.例如下面的代码: 以前都是用try{} catch(… ...

  3. Mac下新安装的MySQL无法登陆root用户(安装时没有设置密码)

    1.也不知是何原因,新安装好的MySQL,如果尝试用mysql -u root -p登陆就会出现这样的错误,但是root用户根本就没有设置密码. $ cd /usr/local$ cd mysql $ ...

  4. 微信小程序实现城市定位:获取当前所在的国家城市信息

    微信小程序中,我们可以通过调用wx.getLocation()获取到设备当前的地理位置信息,这个信息是当前位置的经纬度.如果我们想获取当前位置是处于哪个国家,哪个城市等信息,该如何实现呢? 微信小程序 ...

  5. 【77.39%】【codeforces 734A】Anton and Danik

    time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard ou ...

  6. 微信小程序唤起其他微信小程序 / 移动应用App唤起小程序

    微信小程序唤起其他微信小程序 / 移动应用App唤起小程序 1. 微信小程序唤起微信小程序 小程序唤起其他小程序很简单 先上链接 小程序跳转小程序 Navigator组件 推荐使用 小程序跳转小程序 ...

  7. 【23.24%】【codeforces 629C】Famil Door and Brackets

    time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard o ...

  8. Android Studio 使用教程(二十五)之运行Android Studio工程

    一.Android虚拟设备入口 上期我们使用了Android Studio创建了HeloWorld工程,要想运行该工程,首先需要一个Android虚拟设备来模拟Android程序的运行. 重新打开An ...

  9. 智能手环体验:UP24

    背景 穿戴式设备承载了物联网.大数据.健康.智能等各路当下或曾经的热门词汇,其风言风语已经飘荡了两年了.当前市面上比较流行的有国外的 jawbone up 手环.NIKE 的 fuelband 和 f ...

  10. 今天用pro安装nginx+php+mysql出现故障的解决方法

    今天用pro安装nginx+php+mysql出现故障的解决方法 by 伍雪颖 dyld: Library not loaded: @@HOMEBREW_CELLAR@@/openssl/1.0.1h ...