Installing licenses using the CLI

Prev Next

Use the CLI commands in this topic to install licenses on the Endpoint Security (HX) appliance.

Prerequisites
  • Admin or Operator access

To install licenses:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
                         
  2. Install each license:

    hostname (config) # license install <key1> <key2> <key3>
                         

    Note

    You can enter the license keys sequentially separated by spaces as shown above, or enter license install and then press Enter to be prompted to enter the license keys one at a time.

  3. Verify the licenses:

    hostname (config) # show licenses
    License 1: LK2-FIREEYE_APPLIANCE-<license details>
        Feature:          FIREEYE_APPLIANCE
        Description:      FireEye Appliance Type
        Valid:            yes
        Start date:       2016/12/01 (ok)
        Tied to appl ID:  8699351EB1D5 (ok)
        Product:          HX (ok)
        Type:             PROD (ok)
        Tied to model:    FireEyeHXVM (ok)
        Agreement:        EULA (ok)
        Appliance role:   master
        Active:           yes
    
    License 2: LK2-CONTENT_UPDATES-<license details>
        Feature:          CONTENT_UPDATES
        Description:      Content updates
        Valid:            yes
        Start date:       2016/12/01 (ok)
        End date:         2017/12/01 (ok)
        Tied to appl ID:  8699351EB1D5 (ok)
        Sharing:          all (ok)
        Active:           yes
    
    License 3: LK2-FIREEYE_SUPPORT-<license details>
        Feature:          FIREEYE_SUPPORT
        Description:      FireEye support
        Valid:            yes
        Start date:       2016/12/01 (ok)
        End date:         2017/12/01 (ok)
        Tied to appl ID:  8699351EB1D5 (ok)
        Sharing:          all (ok)
        Active:           yes
    ...
  4. Save your changes:

    hostname (config) # write memory