ONTAP 9.12.1 commands

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

    Display aggregate configuration

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

    Description

    The storage aggregate show-status command displays the RAID layout and disk configuration of aggregates. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays information about all aggregates in the cluster.

    This command does not use pagination. You can reduce the output by filtering with the parameters below.

    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 ] }

    This parameter currently has no effect.

    [-aggregate <text>] - Aggregate Name

    Selects the aggregates that match this parameter value.

    [-node <nodename>] - Node

    Selects the aggregates that match this parameter value.

    [-aggregate-uuid <UUID>] - Aggregate UUID

    Selects the aggregates that match this parameter value.

    Examples

    Display the RAID layout of a Flash Pool aggregate.

    cluster1::> storage aggregate show-status -aggregate nodeB_flashpool_1
    
    Owner Node: node-b
     Aggregate: nodeB_flashpool_1 (online, raid_dp, hybrid) (block checksums)
      Plex: /nodeB_flashpool_1/plex0 (online, normal, active, pool0)
       RAID Group /nodeB_flashpool_1/plex0/rg0 (normal, block checksums)
                                                                  Usable Physical
         Position Disk                        Pool Type     RPM     Size     Size Status
         -------- --------------------------- ---- ----- ------ -------- -------- ----------
         dparity  1.1.7                        0   BSAS    7200  827.7GB  828.0GB (normal)
         parity   1.1.8                        0   BSAS    7200  827.7GB  828.0GB (normal)
         data     1.1.10                       0   BSAS    7200  827.7GB  828.0GB (normal)
         data     1.1.11                       0   BSAS    7200  827.7GB  828.0GB (normal)
         data     1.1.12                       0   BSAS    7200  827.7GB  828.0GB (normal)
    RAID Group /nodeB_flashpool_1/plex0/rg1 (normal, block checksums) (Storage Pool: SP2)
                                                                  Usable Physical
         Position Disk                        Pool Type     RPM     Size     Size Status
         -------- --------------------------- ---- ----- ------ -------- -------- ----------
         shared   1.0.22                       0   SSD        -  186.2GB  745.2GB (normal)
         shared   1.0.20                       0   SSD        -  186.2GB  745.2GB (normal)
         shared   1.0.18                       0   SSD        -  186.2GB  745.2GB (normal)
         shared   1.0.16                       0   SSD        -  186.2GB  745.2GB (normal)
    Top of Page