11g RAC不能启动ohasd进程
OS: AIX6.1
版本 6100-7
oracle 11gr2 RAC + asm (11.2.0.2)
在執行root.sh是時候報錯:
2012-08-3 20:02:09.590
[client(8847534)]CRS-2101:The OLR was formatted using version 3.
2012-03-22 20:02:11.723
[client(8847536)]CRS-2317:Fatal error: cannot get local GPnP security keys (wallet).
2012-03-22 20:02.11724
[client(8847536)]CRS-2316:Fatal error: cannot initialize GPnP, CLSGPNP_ERR (Generic GPnP error).
2012-03-22 20:02:11.726
[client(8847536)]CRS-1013:The OCR location in an ASM disk group is inaccessible. Details in /u01/app/11.2.0/grid/log/jsczdb1/client/clscfg.log.
2012-08-03 20:05:13.143
[ohasd(8847378)]CRS-2112:The OLR service started on node jsczdb1.
2012-08-03 20:05:13.195
[ohasd(8847378)]CRS-1301:oracle High Availability service started on node jsczdb1.
通過MOS查詢,該問題是ORACLE的一個BUG,已經在11.2.0.3中修復,該問題是由于在執行root.sh時候 會在/tmp/.oracle下產生一個文件npohasd文件,此文件的只有root用戶有權限,因此,出現不能啟動ohasd進程
需要手工執行:
#cd /tmp/.oracle/
#rm npohasd
#touch npohasd
#chmod 755 npohasd
方可解決該問題!
轉載于:https://blog.51cto.com/803517/1354687
總結
以上是生活随笔為你收集整理的11g RAC不能启动ohasd进程的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 之进程间通信--------
- 下一篇: 网页与APP中那些优美的登陆表单