Activating encryption license

You must have purchased an encryption license before you activate the function. If you have not purchased a license, contact a customer representative to purchase an encryption license.

Using the management GUI to activate an encryption license

Within the management GUI, there are two ways to activate an encryption license on the system. During system setup, you are prompted to either manually or automatically activate the license on the system. Automatic activation requires that the notebook that is being used to activate the license is connected to an external network. If you purchased a license after system setup is completed, go to Settings > Systems > Licensed Functions and select Encryption Licenses.

If you completed system setup and want to activate an encryption license, complete these steps:
  1. In the management GUI, select Settings > System > Licensed Functions.
  2. Expand Encryption Licenses and select the control enclosure on which to activate the license. You can choose automatic or manual activation of encryption.
  3. To activate encryption automatically, complete these steps:
    1. Select Actions > Activate License Automatically.
    2. Enter the authorization code that is sent with the licensed function authorization documents that you receive after purchasing the license. These documents contain the authorization codes that are required to obtain keys for each licensed function that you purchased for your system. Click Activate.
  4. To activate encryption manually, complete these steps:
    1. Select the control enclosures on which encryption will be activated, and select Actions > Activate License Manually.
    2. On the Activate License Manually page, you must retrieve license keys by completing these steps:
      1. Go to https://www.ibm.com/storage/dsfa.
      2. Select your product type.
      3. Enter the following information:
        • Machine type and model
        • Serial number
        • Machine signature
      4. Enter the authorization codes that were sent with your purchase agreement for the licensed function.
      5. Copy or download the keys.
      Enter the license keys in the space provided.
  5. Click Activate.

Using the CLI to activate an encryption license

You can use the following commands to either activate the key directly or provide a path to the file where the key resides. As with activation through the management GUI, you need to use the authorization code that you received with your purchase agreement to obtain the key. If you purchased a license after system setup is completed, use the Licensed Functions option to activate the license. You can also use either of the following commands to activate an encryption license on the system:
  1. To activate the license by using the key directly, enter the activatefeature -licensekey key command in the command-line interface, where key is the license key to activate a feature. The key consists of 16 hexadecimal characters that are organized in four groups of four characters with each group separated by a hyphen (such as 0123-4567-89AB-CDEF).
  2. To activate the license with a file path that stores the key, complete these steps:
    1. Use scp to copy the license key file (2076_XXXXXXX.xml) to the /tmp directory.
    2. Using the command-line interface, enter the activatefeature -licensekeyfile filepath, where filepath is full path-to-file that contains all required license information (such as /tmp/keyfile.xml).