ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver show-aggregates

    Show details of aggregates in a Vserver

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

    Description

    The vserver show-aggregates command displays the details of all the aggregates that are associated with Vservers. The aggregate details displayed are the aggregate name, state, available size, the type of aggregate and the SnapLock type.

    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.

    [-vserver <vserver>] - Vserver

    If this optional parameter is specified, the command displays the details of aggregates that are associated with the specified Vserver.

    [-aggregate <aggregate name>] - Aggregate

    If this optional parameter is specified, the command displays all of the Vservers configured with the specified aggregate.

    Examples

    The following example displays the aggregates configured for Vserver vs.

    cluster1::> vserver show-aggregates -vserver vs
                                           Available
    Vserver        Aggregate      State         Size Type    SnapLock-Type
    -------------- -------------- ------- ---------- ------- -------------
    vs             aggr1          online     795.2MB hdd     non-snaplock
    vs             aggr2          online     795.2MB hdd     non-snaplock
    2 entries were displayed.
    Top of Page