ONTAP 9 Manuals ( CA08871-402 )

to Japanese version

Install ONTAP licenses

You can install License Files (NLFs) and license keys using ONTAP System Manager, which is the preferred method for installing NLFs, or you can use the ONTAP CLI to install license keys. In ONTAP 9.10.1 and later, features are enabled with a License File, and in releases earlier than ONTAP 9.10.1, ONTAP features are enabled with license keys.

Steps

You can use ONTAP System Manager or the ONTAP CLI to install NLFs and 28-character license keys.

ONTAP System Manager - ONTAP 9.8 and later
  1. Select Cluster > Settings.

  2. Under Licenses, select arrow icon.

  3. Select Browse. Choose the License File.

  4. If you have license keys you want to add, select Use 28-character license keys and enter the keys.

ONTAP System Manager - ONTAP 9.7
  1. Select Configuration > Cluster > Licenses.

  2. Under Licenses, select arrow icon.

  3. In the Packages window, click Add.

  4. In the Add License Packages dialog box, click Choose Files to select the License File, and then click Add to upload the file to the cluster.

CLI
  1. Add one or more license key:

    system license add

    The following example installs licenses from the local node "/mroot/etc/lic_file" if the file exists at this location:

    cluster1::> system license add -use-license-file true

    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