ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume clone sharing-by-split show

    Show the split flexclone volumes with shared physical blocks

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The volume clone sharing-by-split show command displays the split volumes with shared physical blocks. This command is only supported for flexible volumes. By default, this command displays the following information:

    • Node Name

    • Vserver Name

    • Volume Name

    • Aggregate Name

    • Volume State

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node Name

    This parameter selects information about the split volumes with shared physical blocks on this node.

    [-vserver <Vserver Name>] - Vserver Name

    This parameter selects information about the split volumes with shared physical blocks on this Vserver.

    [-volume <volume name>] - Volume Name

    This parameter selects information about shared physical blocks for this volume.

    [-aggregate <aggregate name>] - Aggregate Name

    This parameter specifies the aggregate associated with the given volume.

    Examples

    The following example displays the split volumes with shared physical blocks in the node:

    cluster1::> volume clone sharing-by-split show -node node1
    Node            Vserver   Volume        Aggregate
    --------------- --------- ------------- -------------
    node1           vs1       vol_clone1    aggr1

    The following example displays information about volume vol_clone1 residing on vserver vs1 :

    cluster1::> volume clone sharing-by-split show -node node1 -vserver vs1 -volume vol_clone1 -instance
    Node Name: node1
                 Vserver Name: vs1
                  Volume Name: vol_clone1
               Aggregate Name: aggr1
    Top of Page