oracle11gr2rac添加新节点错误之--ip子网掩码系统环境:操作系统:redhatel5cluster:oraclegi(gridinfrastructure)oracle:oracle11.2.0.1.0如图所示:rac系统
oracle 11gr2 rac添加新节点错误之--ip子网掩码
系统环境:
操作系统:redhat el5
cluster: oracle gi(grid infrastructure)
oracle: oracle 11.2.0.1.0
如图所示:rac 系统架构
对于oracle 11g构建rac首先需要构建gi(grid infrastructure)的架构
案例分析:
在oracle 11gr2 rac在添加新节点时,添加grid,在node3上执行root.sh时,出现以下错误:
[root@lxh3 ~]# /u01/11.2.0/grid/root.sh
running oracle 11g root.sh script...the following environment variables are set as: oracle_owner= grid oracle_home= /u01/11.2.0/gridenter 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 bydatabase configuration assistant when a database is createdfinished running generic part of root.sh script.now product-specific root actions will be performed.2014-07-10 15:00:36: parsing the host name2014-07-10 15:00:36: checking for super user privileges2014-07-10 15:00:36: user has super user privilegesusing configuration parameter file: /u01/11.2.0/grid/crs/install/crsconfig_paramscreating trace directorylocal add mode creating ocr keys for user 'root', privgrp 'root'..operation successful.adding daemon to inittabcrs-4123: oracle high availability services has been started.ohasd is startingcrs-4402: the css daemon was started in exclusive mode but found an active css daemon on node lxh1, number 1, and is terminatingan active cluster was found during exclusive startup, restarting to join the clustercrs-2672: attempting to start 'ora.mdnsd' on 'lxh3'crs-2676: start of 'ora.mdnsd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.gipcd' on 'lxh3'crs-2676: start of 'ora.gipcd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.gpnpd' on 'lxh3'crs-2676: start of 'ora.gpnpd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.cssdmonitor' on 'lxh3'crs-2676: start of 'ora.cssdmonitor' on 'lxh3' succeededcrs-2672: attempting to start 'ora.cssd' on 'lxh3'crs-2672: attempting to start 'ora.diskmon' on 'lxh3'crs-2676: start of 'ora.diskmon' on 'lxh3' succeededcrs-2676: start of 'ora.cssd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.ctssd' on 'lxh3'crs-2676: start of 'ora.ctssd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.drivers.acfs' on 'lxh3'crs-2676: start of 'ora.drivers.acfs' on 'lxh3' succeededcrs-2672: attempting to start 'ora.asm' on 'lxh3'crs-2676: start of 'ora.asm' on 'lxh3' succeededcrs-2672: attempting to start 'ora.crsd' on 'lxh3'crs-2676: start of 'ora.crsd' on 'lxh3' succeededcrs-2672: attempting to start 'ora.evmd' on 'lxh3'crs-2676: start of 'ora.evmd' on 'lxh3' succeededtimed out waiting for the crs stack to start. crsd服务启动失败!
查看日志:
[root@lxh3 crsd]# more crsdout.log
2014-07-10 15:03:56
changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:03:56 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:03:58 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:03:58 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:00 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:00 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:02 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:02 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:04 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:04 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:06 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:06 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:08 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:08 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:10 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:10 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:12 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:12 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:14 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:14 crsd rebootcrsd exiting: could not init ocr, code: 442014-07-10 15:04:16 changing directory to /u01/11.2.0/grid/log/lxh3/crsd2014-07-10 15:04:16 crsd rebootcrsd exiting: could not init ocr, code: 44
