oracle 11g rac vipca脚本,Configure Oracle 11gR2 RAC 一节点执行root.sh脚本报错

在搭建11gR2 RAC过程中,在db01节点执行root.sh脚本成功,却在db02节点执行root.sh脚本未成功,见下文红色部分:

[root@db02 app]# /u01/app/oraInventory/orainstRoot.sh

Changing permissions of /u01/app/oraInventory.

Adding read,write permissions for group.

Removing read,write,execute permissions for world.

Changing groupname of /u01/app/oraInventory to oinstall.

The execution of the script is complete.

[root@db02 app]# /u01/app/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/app/11.2.0/grid

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.sh script.

Now product-specific root actions will be performed.

2010-12-29 15:03:52: Parsing the host name

2010-12-29 15:03:52: Checking for super user privileges

2010-12-29 15:03:52: User has super user privileges

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

Creating trace directory

LOCAL ADD MODE

Creating OCR keys for user 'root', privgrp 'root'..

Operation successful.

Adding daemon to inittab

CRS-4123: Oracle High Availability Services has been started.

ohasd is starting

CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node db01, number 1, and is terminating

An active cluster was found during exclusive startup, restarting to join the cluster

CRS-2672: Attempting to start 'ora.mdnsd' on 'db02'

CRS-2676: Start of 'ora.mdnsd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.gipcd' on 'db02'

CRS-2676: Start of 'ora.gipcd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.gpnpd' on 'db02'

CRS-2676: Start of 'ora.gpnpd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'db02'

CRS-2676: Start of 'ora.cssdmonitor' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'db02'

CRS-2672: Attempting to start 'ora.diskmon' on 'db02'

CRS-2676: Start of 'ora.diskmon' on 'db02' succeeded

CRS-2676: Start of 'ora.cssd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.ctssd' on 'db02'

CRS-2676: Start of 'ora.ctssd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.drivers.acfs' on 'db02'

CRS-2676: Start of 'ora.drivers.acfs' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.asm' on 'db02'

CRS-2676: Start of 'ora.asm' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.crsd' on 'db02'

CRS-2676: Start of 'ora.crsd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.evmd' on 'db02'

CRS-2676: Start of 'ora.evmd' on 'db02' succeeded

Timed out waiting for the CRS stack to start.[root@db02 app]# /u01/app/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/app/11.2.0/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]:

The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying dbhome to /usr/local/bin ...

The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying oraenv to /usr/local/bin ...

The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying coraenv to /usr/local/bin ...

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.sh script.

Now product-specific root actions will be performed.

2010-12-29 15:14:19: Parsing the host name

2010-12-29 15:14:19: Checking for super user privileges

2010-12-29 15:14:19: User has super user privileges

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

CRS is already configured on this node for crshome=0

Cannot configure two CRS instances on the same cluster.

Please deconfigure before proceeding with the configuration of new home.

然后在db01节点执行crsctl check cluster -all命令检查cluster状态:

9b40bb42fff2b848b1c31c9e4dd09d48.png

在db02上执行crs_stat –t -v命令也报不能与crs通信错误:

350b0bb23010f64f654153337b18f1b7.png

查看ohasd进程是存在的:

a9e3a92935a040204d9e7ed6691810e0.png

解决办法是在db02上删除之前的crs配置信息,然后重新运行root.sh脚本即可。

[root@db02 ~]# /u01/app/11.2.0/grid/crs/install/rootcrs.pl -verbose -deconfig -force2010-12-29 15:54:44: Parsing the host name

2010-12-29 15:54:44: Checking for super user privileges

2010-12-29 15:54:44: User has super user privileges

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

VIP exists.:db01

VIP exists.: /db01-vip/192.168.219.13/255.255.255.0/eth0

GSD exists.

ONS daemon exists. Local port 6100, remote port 6200

eONS daemon exists. Multicast port 24195, multicast IP address 234.57.50.238, listening port 2016

PRKO-2439 : VIP does not exist.

PRKO-2313 : VIP db02 does not exist.

ACFS-9200: Supported

CRS-2673: Attempting to stop 'ora.registry.acfs' on 'db02'

CRS-2677: Stop of 'ora.registry.acfs' on 'db02' succeeded

CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'db02'

CRS-2673: Attempting to stop 'ora.crsd' on 'db02'

CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'db02'

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'db02'

CRS-2677: Stop of 'ora.DATA.dg' on 'db02' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'db02'

CRS-2677: Stop of 'ora.asm' on 'db02' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'db02' has completed

CRS-2677: Stop of 'ora.crsd' on 'db02' succeeded

CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'db02'

CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'db02'

CRS-2673: Attempting to stop 'ora.ctssd' on 'db02'

CRS-2673: Attempting to stop 'ora.evmd' on 'db02'

CRS-2673: Attempting to stop 'ora.asm' on 'db02'

CRS-2673: Attempting to stop 'ora.mdnsd' on 'db02'

CRS-2677: Stop of 'ora.cssdmonitor' on 'db02' succeeded

CRS-2677: Stop of 'ora.evmd' on 'db02' succeeded

CRS-2677: Stop of 'ora.mdnsd' on 'db02' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'db02' succeeded

CRS-2677: Stop of 'ora.drivers.acfs' on 'db02' succeeded

CRS-2677: Stop of 'ora.asm' on 'db02' succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'db02'

CRS-2677: Stop of 'ora.cssd' on 'db02' succeeded

CRS-2673: Attempting to stop 'ora.gpnpd' on 'db02'

CRS-2673: Attempting to stop 'ora.diskmon' on 'db02'

CRS-2677: Stop of 'ora.gpnpd' on 'db02' succeeded

CRS-2673: Attempting to stop 'ora.gipcd' on 'db02'

CRS-2677: Stop of 'ora.gipcd' on 'db02' succeeded

CRS-2677: Stop of 'ora.diskmon' on 'db02' succeeded

CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'db02' has completed

CRS-4133: Oracle High Availability Services has been stopped.

Successfully deconfigured Oracle clusterware stack on this node

[root@db02 ~]# /u01/app/11.2.0/grid/root.shRunning Oracle 11g root.sh script...

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 file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying dbhome to /usr/local/bin ...

The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying oraenv to /usr/local/bin ...

The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

Copying coraenv to /usr/local/bin ...

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.sh script.

Now product-specific root actions will be performed.

2010-12-29 15:57:07: Parsing the host name

2010-12-29 15:57:07: Checking for super user privileges

2010-12-29 15:57:07: User has super user privileges

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

LOCAL ADD MODE

Creating OCR keys for user 'root', privgrp 'root'..

Operation successful.

Adding daemon to inittab

CRS-4123: Oracle High Availability Services has been started.

ohasd is starting

CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node db01, number 1, and is terminating

An active cluster was found during exclusive startup, restarting to join the cluster

CRS-2672: Attempting to start 'ora.mdnsd' on 'db02'

CRS-2676: Start of 'ora.mdnsd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.gipcd' on 'db02'

CRS-2676: Start of 'ora.gipcd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.gpnpd' on 'db02'

CRS-2676: Start of 'ora.gpnpd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'db02'

CRS-2676: Start of 'ora.cssdmonitor' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'db02'

CRS-2672: Attempting to start 'ora.diskmon' on 'db02'

CRS-2676: Start of 'ora.diskmon' on 'db02' succeeded

CRS-2676: Start of 'ora.cssd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.ctssd' on 'db02'

CRS-2676: Start of 'ora.ctssd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.drivers.acfs' on 'db02'

CRS-2676: Start of 'ora.drivers.acfs' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.asm' on 'db02'

CRS-2676: Start of 'ora.asm' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.crsd' on 'db02'

CRS-2676: Start of 'ora.crsd' on 'db02' succeeded

CRS-2672: Attempting to start 'ora.evmd' on 'db02'

CRS-2676: Start of 'ora.evmd' on 'db02' succeeded

db02     2010/12/29 16:02:01     /u01/app/11.2.0/grid/cdata/db02/backup_20101229_160201.olr

Preparing packages for installation...

cvuqdisk-1.0.7-1

Configure Oracle Grid Infrastructure for a Cluster ... succeeded

Updating inventory properties for clusterware

Starting Oracle Universal Installer...

Checking swap space: must be greater than 500 MB.   Actual 3125 MB    Passed

The inventory pointer is located at /etc/oraInst.loc

The inventory is located at /u01/app/oraInventory

再次检查cluster状态:

3ab9d66158e58e6a626a845f8c1090eb.png

cd1c45b287c336e1478a1901bdb5c78d.png

问题解决,最后重新运行vipca以及netca就ok。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值