Oracle 11g RAC CRS-4535/ORA-15077
阿新 • • 發佈:2019-01-02
原文地址:http://blog.csdn.net/leshami/article/details/8468592
新安裝了Oracle 11g rac之後,不知道是什麼原因導致第二個節點上的crsd無法啟動?其錯誤訊息是CRS-4535: Cannot communicate with Cluster Ready Services。其具體的錯誤資訊還需要檢視crsd.log日誌才知道。
- 1、環境
- [[email protected] ~]# cat /etc/issue
-
Enterprise Linux Enterprise Linux Server release 5.5
- Kernel \r on an \m
- [[email protected] bin]# ./crsctl query crs activeversion
- Oracle Clusterware active version on the cluster is [11.2.0.1.0]
- #注意下文中描述中使用了grid與root使用者操作不同的物件。
- 2、錯誤症狀
- [[email protected] bin]# ./crsctl check crs
-
CRS-4638: Oracle High Availability Services
- CRS-4535: Cannot communicate with Cluster Ready Services #CRS-4535
- CRS-4529: Cluster Synchronization Services is online
- CRS-4533: Event Manager is online
- [[email protected] bin]# ps -ef | grep d.bin #下面的查詢中沒有crsd.bin
-
root 38861109:50 ? 00:00:11 /u01/app/11.2.0/grid/bin/ohasd.bin reboot
- grid 39381009:51 ? 00:00:04 /u01/app/11.2.0/grid/bin/oraagent.bin
- grid 40091009:51 ? 00:00:00 /u01/app/11.2.0/grid/bin/gipcd.bin
- grid 40141009:51 ? 00:00:00 /u01/app/11.2.0/grid/bin/mdnsd.bin
- grid 40281009:51 ? 00:00:02 /u01/app/11.2.0/grid/bin/gpnpd.bin
- root 40401009:51 ? 00:00:03 /u01/app/11.2.0/grid/bin/cssdmonitor
- root 40581009:51 ? 00:00:04 /u01/app/11.2.0/grid/bin/cssdagent
- root 40601009:51 ? 00:00:00 /u01/app/11.2.0/grid/bin/orarootagent.bin
- grid 40901209:51 ? 00:00:15 /u01/app/11.2.0/grid/bin/ocssd.bin
- grid 40941009:51 ? 00:00:02 /u01/app/11.2.0/grid/bin/diskmon.bin -d -f
- root 49281009:51 ? 00:00:00 /u01/app/11.2.0/grid/bin/octssd.bin reboot
- grid 49451009:51 ? 00:00:02 /u01/app/11.2.0/grid/bin/evmd.bin
- root 65145886010:00 pts/100:00:00 grep d.bin
- [[email protected] bin]# ./crsctl stat res -t -init
- --------------------------------------------------------------------------------
- NAME TARGET STATE SERVER STATE_DETAILS
- --------------------------------------------------------------------------------
- Cluster Resources
- --------------------------------------------------------------------------------
- ora.asm
- 1 ONLINE ONLINE linux2 Cluster Reconfigura
- tion
- ora.crsd
- 1 ONLINE OFFLINE #crsd處於offline狀態
- ora.cssd
- 1 ONLINE ONLINE linux2
- ora.cssdmonitor
- 1 ONLINE ONLINE linux2
- ora.ctssd
- 1 ONLINE ONLINE linux2 OBSERVER
- ora.diskmon
- 1 ONLINE ONLINE linux2
- ora.drivers.acfs
- 1 ONLINE OFFLINE #acfs處於offline狀態
- ora.evmd
- 1 ONLINE ONLINE linux2
- ora.gipcd
- 1 ONLINE ONLINE linux2
- ora.gpnpd
- 1 ONLINE ONLINE linux2
- ora.mdnsd
- 1 ONLINE ONLINE linux2
- #下面檢視crsd對應的日誌檔案
- [[email protected] ~]$ view $ORACLE_HOME/log/linux2/crsd/crsd.log
- 2013-01-0510:28:27.107: [GIPCXCPT][1768145488] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021],
- ret gipcretSuccess (0)
- 2013-01-0510:28:27.107: [ OCRASM][1768145488]proprasmo: Error in open/create file in dg [OCR_VOTE] #開啟磁碟組錯誤
- [ OCRASM][1768145488]SLOS : SLOS: cat=7, opn=kgfoAl06, dep=15077, loc=kgfokge
- ORA-15077: could not locate ASM instance serving a required diskgroup #出現了ORA錯誤
- 2013-01