ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume quota policy show

    Display the quota policies

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

    Description

    This command displays information about quota policies. The command displays the following information about all quota policies:

    • Vserver name

    • Policy name

    • When the policy was last modified

    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 name>] - Vserver

    If this parameter is specified, the command displays information about the quota policies for the specified Vserver.

    [-policy-name <text>] - Policy Name

    If this optional parameter is specified, the command displays information about quota policies that match the specified name.

    [-last-modified <MM/DD/YYYY HH:MM:SS>] - Last Modified

    If this optional parameter is specified, the command displays information about quota policies with the last modified time that match the given time.

    Examples

    The following example displays information about all quota policies.

    cluster1::> volume quota policy show
    Vserver            Policy  Name           Last Modified
    ---------------    --------------------   ----------------
    vs0                quota_policy_vs0       10/16/2008 17:40:05
    vs1                quota_policy_vs1       10/16/2008 17:47:45
    vs2                quota_policy_vs2       10/16/2008 17:44:13
    vs3                quota_policy_vs3       10/16/2008 17:44:13
    4 entries were displayed.
    Top of Page