ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume rebalance file-move statistics reset

    Reset statistics for file-move operations between FlexGroup constituents

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

    Description

    The volume rebalance file-move statistics reset command resets completed statistics for the file-move operations.

    The volume rebalance file-move statistics reset command is only supported on FlexGroup volumes.

    Parameters

    -vserver <vserver name> - Vserver Name

    If this parameter and the -volume parameter are specified, the command resets statistics for the FlexGroup constituents on the specified volume. If this parameter is specified by itself, the command resets statistics for the FlexGroup constituents on all volumes on the specified Vserver.

    -volume <volume name> - Volume Name

    If this parameter and the -vserver parameter are specified, the command resets statistics for the FlexGroup constituents on the specified volume. If this parameter is specified by itself, the command resets statistics for the FlexGroup constituents on all volumes matching the specified name.

    Examples

    The following example resets completed statistics for all FlexGroup constituents on the FlexGroup volume "bld_volume" in Vserver "vs0":

    cluster1::*> volume rebalance file-move statistics show -vserver vs0 -volume bld_volume
    
    Vserver: vs0
    Volume: bld_volume
                                     Source                     Destination
    Constituent                  Files         Bytes          Files         Bytes
    -------------------    -----------   -----------    -----------   -----------
    bld_volume__0001
           In Progress:              1          10GB              0            0B
             Completed:              5         100GB              0            0B
    bld_volume__0002
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    bld_volume__0003
           In Progress:              1          10GB              0            0B
             Completed:             15         100GB              0            0B
    bld_volume__0004
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    bld_volume__0005
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    bld_volume__0006
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    bld_volume__0007
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    bld_volume__0008
           In Progress:              0            0B              1          10GB
             Completed:              0            0B             10         150MB
    
    cluster1::*> volume rebalance file-move statistics reset -vserver vs0 -volume bld_volume
    (  volume rebalance file-move statistics reset)
    
    cluster1::*> volume rebalance file-move statistics show -vserver vs0 -volume bld_volume
    
    Vserver: vs0
    Volume: bld_volume
                                     Source                     Destination
    Constituent                  Files         Bytes          Files         Bytes
    -------------------    -----------   -----------    -----------   -----------
    bld_volume__0001
           In Progress:              1          10GB              0            0B
             Completed:              0            0B              0            0B
    bld_volume__0002
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    bld_volume__0003
           In Progress:              1          10GB              0            0B
             Completed:              0            0B              0            0B
    bld_volume__0004
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    bld_volume__0005
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    bld_volume__0006
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    bld_volume__0007
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    bld_volume__0008
           In Progress:              0            0B              1          10GB
             Completed:              0            0B              0            0B
    Top of Page