ONTAP 9.12.1 commands

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

    Add one or more licenses

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

    Description

    This command adds a license to a cluster. To add a license you must specify a valid license key, which you can obtain from your sales representative.

    Parameters

    -license-code <License Code V2>,…​ - License Code V2

    This parameter specifies the key of the license that is to be added to the cluster. The parameter accepts a list of 28 digit upper-case alphanumeric character keys.

    Examples

    The following example adds a list of licenses with the keys AAAAAAAAAAAAAAAAAAAAAAAAAAAA and BBBBBBBBBBBBBBBBBBBBBBBBBBBB to the cluster

    cluster1::> system license add -license-code AAAAAAAAAAAAAAAAAAAAAAAAAAAA, BBBBBBBBBBBBBBBBBBBBBBBBBBBB
    Top of Page