【RAC】failed to online diskgroup resource ora.GI.dg

简介: ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dg (unable to communicate with CRSD/OHASD)" [ID 1060920.
ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dg (unable to communicate with CRSD/OHASD)" [ID 1060920.1]

现象:
If OCR is located on ASM diskgroup, following shows in ASM alert log ($ORACLE_BASE/diag/asm/+asm/+ASMn/trace/alert_+ASMn.log) after ASM mounted all diskgroup successfully while starting up Grid Infrastructure(CRS):
SQL> ALTER DISKGROUP ALL MOUNT /* asm agent */
..
SUCCESS: diskgroup GI was mounted
SUCCESS: ALTER DISKGROUP ALL MOUNT /* asm agent */
..
WARNING: failed to online diskgroup resource ora.GI.dg (unable to communicate with CRSD/OHASD)

Or after ASM dismounted all diskgroup successfully while shutting down clusterware:
..
SUCCESS: ALTER DISKGROUP ALL DISMOUNT /* asm agent */
Sun Feb 07 11:11:13 2010
WARNING: failed to offline diskgroup resource ora.GI.dg (unable to communicate with CRSD/OHASD)
..
freeing rdom 0

原因:
In contrast to previous version of CRS, 11gR2 ASM does not depend on CRSD anymore; rather ASM starts before CRSD while clusterware is coming up, and stops after CRSD while clusterware is going down. Due to the new startup sequence, ASM can not update diskgroup resource status in CRSD either during clusterware startup or shutdown, thus above message is logged.

解决方法:
The message can be ignored, the status of diskgroup and diskgroup resource will be synchronize by oraagent once clusterware is fully up.
查看磁盘组的状态信息:
$GRID_HOME/bin/srvctl status diskgroup -g diskgroupname -a
To start or sync diskgroup resource:
$GRID_HOME/bin/srvctl start diskgroup -g diskgroupname
目录
相关文章
|
SQL 关系型数据库 Oracle
|
Oracle 关系型数据库 测试技术
|
Oracle 关系型数据库 Linux
Oracle11gR2 RAC GI ORA-15003 错误
******场景描述:Linux 操作系统:Linux RHEL 6.4数据库:Oracle 11GR2 11.2.0.4******问题描述:在安装GI(Oracle Grid Infrastrucutre)的时候,执行root.
1215 0
|
Oracle 关系型数据库 Linux
Oracle 11g RAC database on ASM, ACFS or OCFS2
I see a lot of questions on shared file systems that can be used when people move from single instance to Oracle RAC database and Grid Infrastructure.
1155 0
|
文字识别
ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dg (unable to communica
APPLIES TO: OracleDatabase - Enterprise Edition - Version 11.2.0.1 to 12.
1305 0
|
关系型数据库 Oracle
RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]
  RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]   修改时间 22-JUN-2011     类型 HOWTO     状态 MODE...
1215 0

热门文章

最新文章