ONTAP 9.12.1 commands

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

    Show plex details

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

    Description

    The storage aggregate plex show command displays information for the specified plex. By default, the command displays the following information about all plexes:

    • Aggregate Name

    • Plex Name

    • Is Online

    • Is Resyncing

    • Resyncing Percentage

    • Plex Status

    To display detailed information about a single plex, use the -aggregate and -plex parameter.

    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

    Name of an existing aggregate which contains the plex specified with the -plex parameter.

    [-plex <text>] - Plex Name

    Name of a plex which belongs to the aggregate specified with the -aggregate parameter.

    [-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

    Selects the plexes that match this parameter value.

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

    Selects the plexes that match this parameter value.

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

    Selects the plexes that match this parameter value.

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

    Selects the plexes that match this parameter value.

    [-pool <integer>] - Pool

    Selects the plexes that match this parameter value.

    Examples

    The following example displays information about all the plexes for all the aggregates:

    cluster1::> storage aggregate plex show
                        Is      Is         Resyncing
    Aggregate Plex      Online  Resyncing    Percent Status
    --------- --------- ------- ---------- --------- ---------------
    aggr0     plex0     true    false              - normal,active
    aggr1     plex0     true    false              - normal,active
    aggr1     plex1     true    false              - normal,active
    aggr2     plex0     true    false              - normal,active
    aggr2     plex2     true    false              - normal,active
    5 entries were displayed.

    The following example displays information about plex1 of aggregate aggr1:

    cluster1::> storage aggregate plex show -aggregate aggr1 -plex plex1
    Aggregate: aggr1
                Plex Name: plex1
                   Status: normal,active
                Is Online: true
    Resync is in Progress: false
     Resyncing Percentage: -
             Resync Level: -
                     Pool: 1
    Top of Page