ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume move recommend show

    Display Move Recommendations

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

    Description

    The volume move recommend show command displays moves that were recommended by the Auto Balance Aggregate feature.

    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.

    [-vserver <vserver name>] - Vserver Name

    If this parameter is specified, the display will be limited to only those recommendations with a Vserver that matches the specified value.

    [-volume <volume name>] - Volume Name

    If this parameter is specified, the display will be limited to only those recommendations with a volume that matches the specified value.

    [-creation-time <MM/DD/YYYY HH:MM:SS>] - Time Stamp of Recommendation

    If this parameter is specified, the display will be limited to only those recommendations with a creation-time that matches the specified value.

    [-source-aggregate <aggregate name>] - Unbalanced Aggregate Name

    If this parameter is specified, the display will be limited to only those recommendations with a source-aggregate that matches the specified value.

    [-source-space-after <percent>] - Space Free After Move (%)

    If this parameter is specified, the display will be limited to only those recommendations with a source-space-after that matches the specified value.

    [-destination-aggregate <aggregate name>] - Destination Aggregate Name

    If this parameter is specified, the display will be limited to only those recommendations with a destination-aggregate that matches the specified value.

    [-destination-space-after <percent>] - Space Bump After Move (%)

    If this parameter is specified, the display will be limited to only those recommendations with a destination-space-after that matches the specified value.

    Examples

    The following example displays information about the recommendations made by the Auto Balance Aggregate feature.

    cluster1::*> volume move recommend show -instance
                       Vserver Name: vs0.example.com
                        Volume Name: ro10
       Time Stamp of Recommendation: 3/13/2014 16:26:39
          Unbalanced Aggregate Name: aggr_1
          Space Free After Move (%): 36%
         Destination Aggregate Name: aggr_3
          Space Bump After Move (%): 36%
    Top of Page