|
两个问题
1)最严重的情况,VPLEX这种东西是不理解数据库的,上面写什么,就向磁盘写什么。如果发生严重错误,把redo log/system table space/undo写坏,两边都坏,双死。请从备份恢复,RTO肯定很长0,RPO估计也难是0。自己测试用我上面的方式模拟一下看看。这个的本质问题和基于存储复制的数据库容灾是一样的SRDF/S, PPRC同步,TRUE COPY同步解决不了的问题,vplex一样不行。DG没有这个问题,不是紧密耦合。
2)如果其中一个站但完蛋或者一个站点的存储完蛋或者一个站点的VPLEX完蛋,其写必须重试超时才放弃。这段期间写可能超时,数据文件还好,control file肯定不行,voting访问也可能超时,CRS会重启节点,导致RTO!=0.
自己去找他白皮书的一句话“In the case of VPLEX interconnect partitioning (or a true site failure) VPLEX immediately suspends IOs at both clusters while VPLEX Witness resolves which of them should continue to service IOs (based on detach rules and site availability). The Oracle cluster nodes will therefore have access to voting disks only where VPLEX resumes IO, and Oracle clusterware will therefore reconfigure the cluster in accordance.”
然后请他解释一下"The Oracle cluster nodes will therefore have access to voting disks only where VPLEX resumes IO, and Oracle clusterware will therefore reconfigure the cluster in accordance."到底会发生什么
3)跨站点的cache fusion,明显VPLEX是把这个问题留给ORACLE,反正除了问题也不管,也可以说不关他事。
|
|