What happens when exadata has lost two disks?(转)

Actually the question is “What happens when ASM has lost two disks in different failgroups when redundancy is normal?”[@more@]

Actually the question is “What happens when ASM has lost two disks in different failgroups when redundancy is normal?”
We’re sure that there will be no problem if we lose all of the disks in a single failgroup but in order to answer the question we have to understand how mirroring works in ASM.
In normal redundancy, mirror of each extent is written to another disk in another failgroup. This causes a partnership between these disks. As far as I’ve found out this information is kept in the x$kfdpartner table.

From the following query it seems that an extend in DATA_CD_10_CEL27 has a mirror on DATA_CD_07_CEL01. If we lose these two disks then the system has to crash.
On the other hand if we lose DATA_CD_10_CEL27 and the disks in the partner list ( 8 disks at the moment) stays alive, there will be no problem if we lose another disk.

select dg.name dg_name,
d.name disk_name,
pd.name partner_name
from x$kfdpartner p,v$asm_diskgroup dg,v$asm_disk d,v$asm_disk pd
where
p.grp=dg.group_number
and d.disk_number=p.disk and d.group_number=p.grp
and pd.disk_number=p.number_kfdpartner and pd.group_number=p.grp

and dg.name='DATA' and d.name='DATA_CD_10_CEL27';

DG_NAMEDISK_NAMEPARTNER_NAME
DATADATA_CD_10_CEL27DATA_CD_07_CEL01
DATADATA_CD_10_CEL27DATA_CD_06_CEL01
DATADATA_CD_10_CEL27DATA_CD_07_CEL25
DATADATA_CD_10_CEL27DATA_CD_06_CEL25
DATADATA_CD_10_CEL27DATA_CD_07_CEL26
DATADATA_CD_10_CEL27DATA_CD_06_CEL26
DATADATA_CD_10_CEL27DATA_CD_07_CEL28
DATADATA_CD_10_CEL27DATA_CD_06_CEL28

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/1933/viewspace-1053474/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/1933/viewspace-1053474/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值