11g RAC不能启动ohasd进程
OS: AIX6.1
版本 6100-7
oracle 11gr2 RAC + asm (11.2.0.2)
在執(zhí)行root.sh是時(shí)候報(bào)錯(cuò):
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的一個(gè)BUG,已經(jīng)在11.2.0.3中修復(fù),該問題是由于在執(zhí)行root.sh時(shí)候 會(huì)在/tmp/.oracle下產(chǎn)生一個(gè)文件npohasd文件,此文件的只有root用戶有權(quán)限,因此,出現(xiàn)不能啟動(dòng)ohasd進(jìn)程
需要手工執(zhí)行:
#cd /tmp/.oracle/
#rm npohasd
#touch npohasd
#chmod 755 npohasd
方可解決該問題!
轉(zhuǎn)載于:https://blog.51cto.com/803517/1354687
總結(jié)
以上是生活随笔為你收集整理的11g RAC不能启动ohasd进程的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 之进程间通信--------
- 下一篇: 网页与APP中那些优美的登陆表单