ONTAP 9.12.1 commands

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

    Display aggregate resynchronization status

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

    Description

    The storage aggregate show-resync-status command displays resync status information for each plex. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays the following information about all aggregates:

    • Aggregate Name

    • Resyncing Plex Name

    • Resyncing Percentage

    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.

    [-aggregate <aggregate name>] - Aggregate

    This parameter specifies the name of the aggregate.

    [-plex <text>] - Plex Name

    This parameter specifies the name of the plex.

    [-status <text>] - Status

    Displays plex status. Possible values are:

    • normal

    • failed

    • empty

    • invalid

    • uninitialized

    • failed assimilation

    • limbo

    • active

    • inactive

    • resyncing

    These values may appear by themselves or in combination separated by commas; for example, "normal ,active ".

    [-is-online {true|false}] - Is Online

    Indicates whether the plex is online.

    [-in-progress {true|false}] - Resync is in Progress

    Indicates whether the plex is currently resyncing.

    [-resyncing-percent <percent>] - Resyncing Percentage

    Displays the resynchronization completion percentage if the plex is currently being resynced, '-' otherwise.

    [-resync-level <integer>] - Resync Level

    Displays the resync level if the plex is currently being resynced, '-' otherwise.

    [-pool <integer>] - Pool

    The pool number to which the majority of disks in the plex belong.

    Examples

    The following example displays resynchronization status for all the aggregates:

    cluster1::> storage aggregate show-resync-status
                                        Complete
    Aggregate Resyncing Plex            Percentage
    --------- ------------------------- ----------
    aggr0     plex0                              -
    aggr1     plex0                              -
    aggr1     plex1                          10.00
    aggr2     plex0                              -
    aggr2     plex2                              -
    5 entries were displayed.
    Top of Page