zoukankan      html  css  js  c++  java
  • 053172

    What is the net effect of the following command?
    alter diskgroup dgroup1 drop disk abc;
    A. The disk ABC will be dropped from the disk group. Since you did not issue a rebalance command, the
    data on that disk will be lost.
    B. The command will raise an error indicating that you need to rebalance the disk group to remove the
    data from that disk prior to dropping the disk.
    C. The disk group will be automatically rebalanced during the drop operation. Once the rebalancing is complete, the disk will be dropped.
    D. This command will fail because you cannot drop a specific disk in an ASM disk group.
    E. The disk drop command will be suspended for a predetermined amount of time, waiting for you to also
    issue an alter diskgroup rebalance command. Once you have issued the rebalance command, ASM will
    proceed to rebalance the disk group and then drop the disk.

      The disk group will be automatically rebalanced during a drop(or add) disk operation.
    Once the rebalancing is complete then the disk is dropped.

  • 相关阅读:
    小三学算术
    The Balance
    扫描线
    2019牛客暑期多校训练营(第九场)
    后缀数组
    Manacher
    局部变量和全局变量的区别
    2386:Lake Counting-poj
    简单背包问题(0032)-swust oj
    编程中易犯错误集锦-持续更新。。。。。
  • 原文地址:https://www.cnblogs.com/Babylon/p/7792611.html
Copyright © 2011-2022 走看看