ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system license delete

    Delete a license

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

    Description

    This command deletes a license from a cluster.

    Parameters

    -serial-number <text> - Serial Number

    This parameter specifies the serial number of the license that is to be deleted from the cluster. If this parameter is not provided, the default value is the serial number of the cluster.

    -package <Licensable Package> - Package

    This parameter specifies the name of the package that is to be deleted from the cluster.

    Examples

    The following example deletes a license named CIFS and serial number 1-81-0000000000000000000123456 from the cluster:

    cluster1::> system license delete -serial-number 1-81-0000000000000000000123456 -package CIFS

    The following example deletes from the cluster all of the licenses under the installed-license Core Bundle for serial number 123456789:

    cluster1::> system license delete { -serial-number 123456789 -installed-license "Core Bundle" }
    Top of Page