天天看點

Oracle Study之--AIX install RAC運作root.sh(PRKR-1062)錯誤

環境:

作業系統: AIX 5300-09

叢集軟體: CRS 10.2.0.1

資料庫:   Oracle 10.2.0.1

故障現象:

  [root@aix220: /u01/crs_1/install]$ /u01/crs_1/root.sh

Checking to see if Oracle CRS stack is already configured

Setting the permissions on OCR backup directory

Setting up NS directories

Oracle Cluster Registry configuration upgraded successfully

clscfg: EXISTING configuration version 3 detected.

clscfg: version 3 is 10G Release 2.

Successfully accumulated necessary OCR keys.

Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.

node <nodenumber>: <nodename> <private interconnect name> <hostname>

node 1: aix219 aix219-priv aix219

node 2: aix220 aix220-priv aix220

clscfg: Arguments check out successfully.

NO KEYS WERE WRITTEN. Supply -force parameter to override.

-force is destructive and will destroy any previous cluster

configuration.

Oracle Cluster Registry for cluster has already been initialized

Startup will be queued to init within 30 seconds.

Adding daemons to inittab

Expecting the CRS daemons to be up within 600 seconds.

CSS is active on these nodes.

        aix219

        aix220

CSS is active on all nodes.

Waiting for the Oracle CRSD and EVMD to start

Oracle CRS stack installed and running under init(1M)

Running vipca(silent) for configuring nodeapps

PRKR-1062 : Failed to find configuration for node aix219

------在一個node上運作root.sh成功,在另一個node上運作root.sh出現以上錯誤!

解決方案:

在另一個node上運作vipca腳本:

Oracle Study之--AIX install RAC運作root.sh(PRKR-1062)錯誤

----運作成功後,啟動crs服務,則CRS軟體安裝成功!

[root@aix219: /u01/crs_1/bin]$ crs_stat -t

Name           Type           Target    State     Host        

------------------------------------------------------------

ora.aix219.gsd application    ONLINE    ONLINE    aix219      

ora.aix219.ons application    ONLINE    ONLINE    aix219      

ora.aix219.vip application    ONLINE    ONLINE    aix219      

ora.aix220.gsd application    ONLINE    ONLINE    aix220      

ora.aix220.ons application    ONLINE    ONLINE    aix220      

ora.aix220.vip application    ONLINE    ONLINE    aix220     

[root@aix220: /u01/crs_1/bin]$ crs_stat -t

ora.aix220.vip application    ONLINE    ONLINE    aix220

本文轉自 客居天涯 51CTO部落格,原文連結:http://blog.51cto.com/tiany/1744289,如需轉載請自行聯系原作者