Examine the following command:ALTER DISKGROUP data MOUNT FORCE;In which scenario can you use the above command to mount the disk group? ()A. when ASM disk goes offlineB. when one or more ASM files are droppedC. when some disks in a disk group are offlineD

题目
Examine the following command:ALTER DISKGROUP data MOUNT FORCE;In which scenario can you use the above command to mount the disk group? ()

A. when ASM disk goes offline

B. when one or more ASM files are dropped

C. when some disks in a disk group are offline

D. when some disks in a failure group for a disk group are rebalancing


相似考题
更多“Examine the following command:ALTER DISKGROUP data MOUNT FORCE;In which scenario can you use the above command to mount the disk group? () ”相关问题
  • 第1题:

    登录后希望重新加载fstab文件中的所有条目,用户可以以root身份执行( )命令?

    A、mount-d

    B、mount-c

    C、mount-a

    D、mount-b


    参考答案:C

  • 第2题:

    6、将主机的第二块SATA接口硬盘上的第2个格式化为xfs文件系统的主分区以只读方式挂载到/tmp_disk目录上的命令是

    A.mount -t xfs -o rw /dev/sdb2 /tmp_disk

    B.mount -t xfs -o ro /tmp_disk /dev/sdb2

    C.mount -o ro /dev/sdb2 /tmp_disk

    D.mount /tmp_disk /dev/sdb2


    D

  • 第3题:

    将主机的第二块SATA接口硬盘上的第2个格式化为xfs文件系统的主分区以只读方式挂载到/tmp_disk目录上的命令是

    A.mount -t xfs -o rw /dev/sdb2 /tmp_disk

    B.mount -t xfs -o ro /tmp_disk /dev/sdb2

    C.mount -o ro /dev/sdb2 /tmp_disk

    D.mount /tmp_disk /dev/sdb2


    B

  • 第4题:

    重新加载fstab文件中的所有条目,需要使用的命令是()。

    A.mount -d

    B.mount -c

    C.mount -a

    D.mount -b


    mount -a

  • 第5题:

    将主机的第二块SCSI接口硬盘上的第2个格式化为ext4文件系统的逻辑分区以只读方式挂载到/tmp_disk目录上的命令是

    A.mount -t ext4 -o rw /dev/sdb6 /tmp_disk

    B.mount -t ext4 -o ro /dev/sdb2 /tmp_disk

    C.mount -t ext4 -o ro /dev/sdb6 /tmp_disk

    D.mount -t ext4 -o rw /dev/sdb6 /tmp_disk


    mount -t ext4 -o ro /dev/sdb6 /tmp_disk

  • 第6题:

    2、重新加载fstab文件中的所有条目,需要使用的命令是()。

    A.mount -d

    B.mount -c

    C.mount -a

    D.mount -b


    C