PRKC-1002報錯的解決

在VMWare Server 1.0.8中安裝Oracle RAC時, 碰到到了PRKC-1002錯誤:

WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list 'null' to nodes 'rac2'. [PRKC-1002 : All the submitted commands did not execute successfully]

到Oracle技術支持找到了問題的原因如何解決:

Cause

This is because the date on the local node is higher than the date on the remote node(s). 

Solution

To fix this, set the times of the nodes to be the same.  You can do this with "ntpupdate <nodename>" to sync the dates.

就是解決時間同步後即可. 儘管我安裝VMWare的tools之後,並勾選vmware-toolbox的Miscellaneous Options選項,但節點1的時間還是比節點2的快十幾秒. 參考了一下《大話Oracle RAC》這本書, 決定選用NTP服務來使時間同步. 剛開始我是用節點1來做NTP服務的,但做完後發現節點1的時間還是比節點2的快幾秒,爲了保守起見, 我用節點2來做NTP服務.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章