在RAC 創庫時遇到PRKC-1007 的問題
環境: 兩臺PC SERVER + OEL 4
9.2.0.4 RAC
在通過DBCA選擇2個節點來建立新的資料庫時,在最後一個步驟,點選建立資料庫時,系統報錯:
PRKC-1007 "Problem in creating directories on the nodes"。
取消建立資料庫,僅僅是建立指令碼,還是報錯:PRKC-1007 can't create /oracle/admin/racdb/scripts directories。
通過選擇本地的節點來建立資料庫,建立指令碼,沒有問題。
其實到了這裡基本上可以確定是兩臺伺服器間的信任關係不正確,導致的問題。
解決辦法:
重新刪除oracle使用者的HOME 目錄 .ssh下的id_rsa.pub,authorized_keys問題,重新建立信任關係。
在每個節點上檢查:
ssh rac01 date
rcp ok rac01:/oracle/admin
檢查514 埠是否開啟
netstat -an |grep 514
(我這次的問題出現在rac01伺服器上,沒有安裝rsh-server 的服務,故rcp 到rac01時有問題。
但是之前我是以前先在本地rac01建立好檔案後,再rcp到其他節點,現在看來是先在其他節點建立之後再copy到本地)
METALINK上關於PRKC-1007的說明:
PRKC-1007 "Problem in creating directories on the nodes"
Cause: Attempted directory create operation(s) from the local node to one or
more nodes in the cluster and one or multiple of those directory create
operations failed. This can occur either because one or more nodes failed during
the operation or the destination directory did not have write permission for the
user on one or more of the nodes or the source file did not exist or on UNIX
platforms ’rcp’ command to one or more nodes failed.
Action: See earlier error messages for details.
2009-2-24 於 杭州。
9.2.0.4 RAC
在通過DBCA選擇2個節點來建立新的資料庫時,在最後一個步驟,點選建立資料庫時,系統報錯:
PRKC-1007 "Problem in creating directories on the nodes"。
取消建立資料庫,僅僅是建立指令碼,還是報錯:PRKC-1007 can't create /oracle/admin/racdb/scripts directories。
通過選擇本地的節點來建立資料庫,建立指令碼,沒有問題。
其實到了這裡基本上可以確定是兩臺伺服器間的信任關係不正確,導致的問題。
解決辦法:
重新刪除oracle使用者的HOME 目錄 .ssh下的id_rsa.pub,authorized_keys問題,重新建立信任關係。
在每個節點上檢查:
ssh rac01 date
rcp ok rac01:/oracle/admin
檢查514 埠是否開啟
netstat -an |grep 514
(我這次的問題出現在rac01伺服器上,沒有安裝rsh-server 的服務,故rcp 到rac01時有問題。
但是之前我是以前先在本地rac01建立好檔案後,再rcp到其他節點,現在看來是先在其他節點建立之後再copy到本地)
METALINK上關於PRKC-1007的說明:
PRKC-1007 "Problem in creating directories on the nodes"
Cause: Attempted directory create operation(s) from the local node to one or
more nodes in the cluster and one or multiple of those directory create
operations failed. This can occur either because one or more nodes failed during
the operation or the destination directory did not have write permission for the
user on one or more of the nodes or the source file did not exist or on UNIX
platforms ’rcp’ command to one or more nodes failed.
Action: See earlier error messages for details.
2009-2-24 於 杭州。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/40239/viewspace-557625/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在釋出war包時遇到的問題
- 【原創】基於Keepalived做主備的MySQL在切換時遇到的問題MySql
- laravel 在配置nginx代理時遇到的連結問題LaravelNginx
- 使用 redisson 時遇到的問題Redis
- ORACLE RAC TO RAC DG搭建過程中可能遇到的問題Oracle
- RAC的時間同步問題
- vue 克隆物件時遇到的問題Vue物件
- 在 Debian 64 位上安裝 wkhtmltopdf 時遇到的問題HTML
- 在linux 安裝oracle10g時遇到的問題LinuxOracle
- 從資料庫裡取值時遇到的換行問題(轉)資料庫
- php部署到nginx時遇到的問題PHPNginx
- 解決在使用Amoeba遇到的問題
- 關於在執行java連線MongoDB時遇到的連線超時問題JavaMongoDB
- 上週在Aix上安裝oracle10g rac遇到兩個問題AIOracle
- Oracle RAC 10.2.0.5升級到11.2.0.4遇到的問題Oracle
- java複製檔案時遇到的問題Java
- mysql原始碼安裝時遇到的問題MySql原始碼
- 安裝VisualSvn Server時遇到的問題Server
- 關於struts開發時遇到的問題
- react-native 在匯入android原生庫容易遇到的問題ReactAndroid
- oracle10g在RAW上建庫遇到的問題和解決方法Oracle
- 使用flask的時候遇到的問題及其解答Flask
- 在迴圈陣列時使用splice()方法刪除陣列遇到的問題陣列
- 安裝rac時需要注意的問題
- RAC中修改系統時間的問題
- 在防護DDoS時會遇到哪些問題,該怎樣解決?
- react native搭建環境時遇到的問題React Native
- 剛開始學習nlp時遇到的問題
- 裝SAP GUI時遇到的問題及解決GUI
- 給ocr增加ocrmirror時遇到的問題總結
- 在遊戲中播放cg視訊遇到的問題遊戲
- 在騰訊雲上安裝mysql遇到的問題MySql
- 我在jsp中遇到的亂碼問題!JS
- 最近遇到的RAC的一個例項無法連線的問題
- 工作遇到的問題
- mysql 遇到的問題MySql
- JDBC用ResultSet訪問大量資料時會遇到的問題JDBC
- 關於時間 PHP 處理包遇到的問題時間序列化差值問題PHP