PAY-AS-YOU-GROW FP4 HARDWARE LICENSING 
REFERENCE GUIDE
First Steps for New Users
Issue: 02 3HE 15453 AAAA TQZZA 01  31
 
5 First Steps for New Users
This section provides some guidance to first time users of the Pay-as-you-grow 
licenses. It is a walk-through of the steps that will need to be performed.
Step 1. Install an instance of the CLM for generating node license files for the 7750 
SR or 7950 XRS hardware products.
The installation must be within the customer management domain and with 
IP connectivity to the routers. 
Documentation for CLM is available in OLCS. The documentation includes: 
− CLM Installation and Upgrade Guide
− CLM User Guide
− CLM Release Notes
The following is an example of a setup of the CLM with RedHat Enterprise 
Linux:
Guide was created using my example server IP: 135.121.13.78 , change this to the IP
of your own server.
===Hosts and Config file===
hosts:
[nspos]
135.121.13.78
[clm]
135.121.13.78
config.yml:
tls:
pki_server: "135.121.13.78"
pki_server_port: 2391
pki_org: "Nokia"
pki_cn: "NSP"
===Run PKI server===
cd <install dir>/tools/pki/
./pki-server
## Run through initial Root CA setup, mostly the defaults are fine
## When running you will see: "Using Root CA from disk, and serving requests on port
2391"
## ctrl-
C to kill pki server at this point to run it again but in the background now that ro
ot CA is made
./pki-server &
===Run install===
cd <install dir>/bin/
./install.sh --ask-pass
## provide root password here, at this point ansible will install all components
===Background RPM install requirements===
Note: The CLM does not need IP connectivity outside of the customer management 
domain.