ONTAP 9.12.1 commands

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

    Rename an adaptive policy group

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

    Description

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

    Parameters

    -policy-group <text> - Name

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

    -new-name <text> - New adaptive policy group name

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

    Examples

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

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

    Top of Page