How do I list the backed-up NFM-P license files?

Purpose

When you import an NFM-P license, the NFM-P creates a backup copy of the existing license file. The following steps describe how to list the NFM-P license files.

Steps
 

Log in to the main server station as the nsp user.


Open a console window.


Navigate to the /opt/nsp/nfmp/server/nms/bin directory.


Enter the following:

bash$ ./nmsserver.bash import_license ↵

The command lists the files, as shown below:

The following backed up license key files have been detected on the system.

/opt/nsp/nfmp/server/timestamp1/SAMLicense.zip

/opt/nsp/nfmp/server/timestamp2/SAMLicense.zip

.

.

.

where timestamp1 and timestamp2 are directory names in the following format: yyyy.mm.dd-hh.mm.ss


Close the console window.

End of steps