溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

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

發(fā)布時間:2020-06-19 02:22:07 來源:網(wǎng)絡(luò) 閱讀:670 作者:客居天涯 欄目:關(guān)系型數(shù)據(jù)庫

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

環(huán)境:

操作系統(tǒng): AIX 5300-09

集群軟件: CRS 10.2.0.1

數(shù)據(jù)庫:   Oracle 10.2.0.1


故障現(xiàn)象:

  [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
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
PRKR-1062 : Failed to find configuration for node aix219


------在一個node上運行root.sh成功,在另一個node上運行root.sh出現(xiàn)以上錯誤!

解決方案:


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

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


----運行成功后,啟動crs服務(wù),則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
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

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI