ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • qos policy-group rename

    Rename a policy group

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

    Description

    The qos policy-group rename command changes the name of an existing policy group.

    Parameters

    -policy-group <text> - Policy Group Name

    Specifies the existing name of the policy group that you want to rename.

    -new-name <text> - New Policy Group Name

    Specifies the new name of the policy group. Policy group names must be unique and are restricted to 127 alphanumeric characters including underscores "_" and hyphens "-". Policy group names must start with an alphanumeric character.

    Examples

    cluster1::> qos policy-group rename -policy-group p1 -new-name p1_new

    Renames the policy group from "p1" to "p1_new".

    Top of Page