PRKP-1037 failed to create cluster database xXX

來源:互聯網
上載者:User

確實很怪異,當我改了一個名字以後,確實就成功的建立了RAC的執行個體。雖然安裝還是成功了,但是我覺得改個名字就能成功,是名字導致的問題,這個確實太難以讓人信服叻。所以在安裝成功以後,繼續尋找出錯的原因,安裝過程中提示了安裝日誌。但是安裝提示去找並沒有找到任何日誌以及有價值的線索。問題究竟出在哪裡叻。

查看了crs的資訊,發現這裡居然有一個ora.inthdb.db的resource,這個inthdb就是我剛才沒有安裝成功的執行個體的名字。 估計問題就是這裡叻。如果是這樣的話,我如果把這個刪除掉,就應該還是用這個執行個體進行安裝了喲。

經過一番分析後,開始大膽的嘗試自己的這個想法叻。

先用srvctl remove database -d inthdb刪除這個database的resource,提示
[oracle@inthrac01 tools]$ srvctl remove database -d inthdb
Remove the database inthdb? (y/[n]) y
PRKR-1001 : cluster database inthdb does not exist
PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: inthdb
很明顯,這個inthdb沒有成功,不存在。

通過crs_unregister把這個resource刪除掉吧
[oracle@inthrac01 tools]$ crs_unregister ora.inthdb.db (inthdb是資料庫名字)
[oracle@inthrac01 tools]$ crs_stat -t
Name Type Target State Host
------------------------------------------------------------
若要刪掉執行個體的資源,先

crs_stat -t | grep inst

看到執行個體名了,然後crs_unregister 執行個體名。
註冊訊息的資訊可以刪除了。

現在沒有inthdb的資訊了,我們再來裝一次把。RAC安裝成功。

由此確定有以上情況導致。 之所以有一個inthdb,是在dbca建立的過程中,第一次最後一步的時候,點擊finish點了兩下,導致中途安裝失敗退出。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.