zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-36题

    36.Which two statements are true regarding the functionality of the remap command in ASMCMD? (Choose two.)

    A. It repairs blocks that have read disk I/O errors.

    B. It checks whether the alias metadata directory and the file directory are linked correctly.

    C. It repairs blocks by always reading them from the mirror copy and writing them to the original location.

    D. It reads the blocks from a good copy of an ASM mirror and rewrites them to an alternate location on

    disk if the blocks on the original location cannot be read properly.

    Answer: AD

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_util004.htm#OSTMG01644




    remap

    Relocates data in a range of physical blocks on a disk.


    remap

    Purpose

    Marks a range of blocks as unusable on the disk and relocates any data allocated in that range.

    Syntax and Description

    remap diskgroup disk block_range

    Table 12-45 lists the syntax options for the remap command.

    Table 12-45 Options for the remap command

    Option Description

    diskgroup

    Disk group name in which a disk must have data relocated.

    disk

    Name of the disk that must have data relocated. The name must match the NAME column in the V$ASM_DISKview.

    block_range

    Range of physical blocks to relocate in the format start_range_number-end_range_number.


    The remap command only relocates blocks. It does not correct or repair blocks that contain corrupted contents. The command uses a physical block size based on the SECTOR_SIZE disk group attribute.

    Examples

    The first example remaps blocks 5000 through 5999 for disk DATA_0001 in disk group DATA. The second example remaps blocks 6230 through 6339 for diskFRA_0002 in disk group FRA

    Example 12-49 Using the ASMCMD remap command

    ASMCMD [+] > remap DATA DATA_0001 5000-5999
     
    ASMCMD [+] > remap FRA FRA_0002 6230-6339

     

  • 相关阅读:
    如何制定一周工作计划
    如何评估工作offer(1)
    Iraq shoethrower inspires Web games
    数据加密技术
    数字签名技术原理
    [转载]CSS使用技巧大全
    数字签名介绍
    数字签名原理剖析
    6个有用的MySQL语句
    PGP概述及原理
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316352.html
Copyright © 2011-2022 走看看