SQL>CREATE DISKGROUP dgroup1 NORMAL REDUNDANCY
FAILGROUP controller1 DISK '/devices/diska1', '/devices/diska2' FAILGROUP controller2 DISK '/devices/diskb1', '/devices/diskb2';
What happens when the whole CONTROLLER1 Failure group is damaged?
A. The transactions that use the disk group will halt.
B. The mirroring of allocation units occurs within the CONTROLLER2 failure group.
C. The data in the CONTROLLER1 failure group is shifted to the CONTROLLER2 failure group and implicit rebalancing is triggered.
D. The ASM does not mirror any data and newly allocated primary allocation units(AU)are stored in the CONTROLLER2 failure group.
答案:(C)
解析:
由于创建磁盘组的时候是4块盘,每个阵列各两块盘,所以当磁盘组中controller1阵列损坏,那么存放在controller2中的原来跟controller1做镜像的数据转移到controller2的磁盘上做负载平衡。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1327956/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17013648/viewspace-1327956/
本文探讨了使用自动存储管理(ASM)实例的数据库实例中,当一个控制器故障组完全损坏时,数据如何从损坏的控制器组转移到另一个控制器组进行负载均衡和自动重平衡的过程。

7645

被折叠的 条评论
为什么被折叠?



