- 最后登录
- 2016-4-27
- 在线时间
- 84 小时
- 威望
- 87
- 金钱
- 846
- 注册时间
- 2012-2-22
- 阅读权限
- 50
- 帖子
- 101
- 精华
- 1
- 积分
- 87
- UID
- 253
|
1#
发表于 2012-7-24 16:11:35
|
查看: 13585 |
回复: 4
环境
11203 rac 2 nodes
OEL 5.8
两节点运行正常,增加新节点3
[grid@znode1 deinstall]$ cluvfy stage -pre nodeadd -n znode3 -verbose
检查通过
[grid@znode1 bin]$ ./addNode.sh -silent "CLUSTER_NEW_NODES={znode3}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={znode3-vip}"
正常
- Save inventory complete
- WARNING:
- The following configuration scripts need to be executed as the "root" user in each new cluster node. Each script in the list below is followed by a list of nodes.
- /u01/app/11.2.0/grid/root.sh #On nodes znode3
- To execute the configuration scripts:
- 1. Open a terminal window
- 2. Log in as "root"
- 3. Run the scripts in each cluster node
-
- The Cluster Node Addition of /u01/app/11.2.0/grid was successful.
- Please check '/soft/temp/silentInstall.log' for more details.
- [root@znode3 oracle]# /u01/app/11.2.0/grid/root.sh
- Performing root user operation for Oracle 11g
- The following environment variables are set as:
- ORACLE_OWNER= grid
- ORACLE_HOME= /u01/app/11.2.0/grid
- Enter the full pathname of the local bin directory: [/usr/local/bin]:
- The contents of "dbhome" have not changed. No need to overwrite.
- The contents of "oraenv" have not changed. No need to overwrite.
- The contents of "coraenv" have not changed. No need to overwrite.
- 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.
- perl: warning: Setting locale failed.
- perl: warning: Please check that your locale settings:
- LANGUAGE = (unset),
- LC_ALL = (unset),
- LANG = "en_US.ZHS16GBK"
- are supported and installed on your system.
- perl: warning: Falling back to the standard locale ("C").
- Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
- User ignored Prerequisites during installation
- OLR initialization - successful
- Adding Clusterware entries to inittab
- CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node znode1, number 1, and is terminating
- An active cluster was found during exclusive startup, restarting to join the cluster
- Start of resource "ora.cssd" failed
- CRS-2672: Attempting to start 'ora.cssdmonitor' on 'znode3'
- CRS-2672: Attempting to start 'ora.gipcd' on 'znode3'
- CRS-2676: Start of 'ora.cssdmonitor' on 'znode3' succeeded
- CRS-2676: Start of 'ora.gipcd' on 'znode3' succeeded
- CRS-2672: Attempting to start 'ora.cssd' on 'znode3'
- CRS-2672: Attempting to start 'ora.diskmon' on 'znode3'
- CRS-2676: Start of 'ora.diskmon' on 'znode3' succeeded
- CRS-2674: Start of 'ora.cssd' on 'znode3' failed
- CRS-2679: Attempting to clean 'ora.cssd' on 'znode3'
- CRS-2681: Clean of 'ora.cssd' on 'znode3' succeeded
- CRS-2673: Attempting to stop 'ora.gipcd' on 'znode3'
- CRS-2677: Stop of 'ora.gipcd' on 'znode3' succeeded
- CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'znode3'
- CRS-2677: Stop of 'ora.cssdmonitor' on 'znode3' succeeded
- CRS-5804: Communication error with agent process
- CRS-4000: Command Start failed, or completed with errors.
- Failed to start Oracle Grid Infrastructure stack
- Failed to start Cluster Synchorinisation Service in clustered mode at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 1211.
- /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
复制代码
有执行/u01/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig -force
重复执行root.sh 错误同样
[ 本帖最后由 anbob 于 2012-7-24 16:21 编辑 ] |
|