How do I view an NSP license?

Purpose

Perform this procedure to view the content of the NSP license file in an NSP cluster. An NSP license file contains information such as the following:

  • basic license details such as creation time, NSP release, HA/DR support

  • capacity counters for the License Points, or LPs

  • list of the feature packages that the license enables

Note: An NSP license file is compressed in a .zip file that may include other files.

Steps
 

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


Close the console window.


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

  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.


Navigate to the directory that contains the license.zip file.


To extract the NSP license file from license.zip, enter the following:

unzip license.zip nspLicense.xml ↵

The nspLicense.xml file is uncompressed.


Open the nspLicense.xml file for viewing using an XML or text editor.


View the content, as required.


Close the file.


Close the console window.

End of steps