ONTAP 9.12.1 commands

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

    Display aggregates provisioned from storage pools

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

    Description

    The storage pool show-aggregate command displays allocation information for SSD storage pools in the cluster. The command output depends upon the parameter or parameters specified with the command. If no parameters are specified, the command displays information about allocations of all storage pools in the cluster.

    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.

    [-storage-pool <storage pool name>] - Name of Storage Pool

    Selects the storage pools that match this parameter value.

    [-aggregate <aggregate name>] - Aggregate

    Selects the storage pools that match this parameter value.

    [-capacity {<integer>[KB|MB|GB|TB|PB]}] - Capacity

    Selects the storage pools that match this parameter value.

    Capacity includes space provided by data and parity portions of each allocation unit. Only the data portions of each allocation unit contribute to the cache or usable capacity of Flash Pool.

    [-allocated-unit-count <integer>] - Number of AU’s Assigned to This Aggregate

    Selects the storage pools that match this parameter value.

    [-original-owner <text>] - Original Owner Name

    Selects the storage pools that match this parameter value.

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

    Selects the storage pools that match this parameter value.

    Examples

    Display information about the aggregate or aggregates using a storage pool called SP2 :

    cluster1::> storage pool show-aggregate -storage-pool SP2 -instance
    Name of Storage Pool: SP2
                                    Aggregate: node2_flashpool_1
                                     Capacity: 744.9GB
    Number of AU's Assigned to This Aggregate: 1
                          Original Owner Name: node2
                                         Node: node2
    Top of Page