How do I apply an NSP license?

Purpose

Perform this procedure to apply a new or updated NSP license to an NSP system.

CAUTION 

CAUTION

Service disruption

Performing the procedure requires a restart of each NSP cluster, which is service-affecting.

You must perform the procedure only during a scheduled maintenance period.

Note: You must perform the procedure on each NSP cluster.

Note: In a DR deployment, you must perform the steps first on the standby NSP cluster.

Note: release-ID in a file path has the following format:

R.r.p-rel.version

where

R.r.p is the NSP release, in the form MAJOR.minor.patch

version is a numeric value

Steps
 

Log in as the root user on the NSP deployer host.


Open a console window.


If you do not know the license file location, perform the following steps.

Note: The location is configurable during NSP deployment; the default is /opt/nsp.

  1. Open the following file for viewing:

    /opt/nsp/NSP-CN-DEP-release-ID/NSP-CN-release-ID/config/nsp-config.yml

  2. Record the location of the license.zip file, which is the file value in the license subsection of the nsp section.

  3. Close the file.


Transfer the new license.zip file to the path recorded in Step 3.


Enter the following to start the NSP cluster:

/opt/nsp/NSP-CN-DEP-release-ID/bin/nspdeployerctl install --config –-deploy ↵

The NSP cluster starts, and the license is applied.


Close the console window.

End of steps