ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate relocation show

    Display relocation status of an aggregate

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

    Description

    The storage aggregate relocation show command displays status of aggregates which were relocated in the last instance of relocation operation.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command only displays the fields that you specify.

    | [-instance ] }

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

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

    Selects aggregates from the specified source node.

    [-aggregate <text>] - Aggregate Name

    Selects the aggregates that match this parameter value.

    [-relocation-status <text>] - Aggregates Relocation Status

    Selects the aggregates whose relocation status matches this parameter value.

    [-destination <text>] - Destination for Relocation

    Selects the aggregates that are designated for relocation on the specified destination node.

    Examples

    The following example displays the relocation status of aggregates on all nodes in the cluster:

    cluster1::> storage aggregate relocation show
    Source         Aggregate  Destination   Relocation Status
    -------------- ---------- -----------   -----------------
    node0
                   -          -             Not attempted yet
    node1
                   aggr1      node0         Done
                   aggr2      node0         In progress
                   aggr3      node0         Not attempted yet
    4 entries were displayed.
    Top of Page