License Upgrade
Â
The following information will guide you to update the license on your NSG Gateway if you are increasing your license capacity from the original purchased.
This information is for production NSG gateways that require an increase in license, not for initial license installation.
NSG appliances come pre-installed with the ordered license.
NSG software license can be installed following this link: Software version Installation#LicenseInstallation
If you have any issue trying to update the license on your NSG Gateway, please contact our support team at http://support.sangoma.com
NSG Appliance License Upgrade
Viewing Your Current License Capacity
To view the current license capacity of your NSG appliance log into the NSG WebGUI and navigate to Configuration > License
example:
Â
Â
Your current license capacity is indicted by the CIC value. CICS represent the maximum number of channels allowed to use with your license
Â
Updating Your License
The Sangoma sales department will have provided you with the software license upgrade key.
The software license key is required in order to create your license package.
The license package will be installed on your server to enable the specified number of T1/E1 SS7 ports for your installation.
Take note of your license key (example: xy2z6h37f) and navigate to the following website to create your license package
->Â http://prod-license.sangoma.com/nsg-license-gen/At this website you will be required to enter:
MAC address of one of the Ethernet interfaces on your NSG server
To find the MAC address simply choose one from the list visible on the license page of the NSG webGUI.
Example: In the below picture, we selected the MAC address of Eth0: 00:90:0B:38:B2:2D
b. HDD List, which is the serial number list of the hard drives in your NSG
If your NSG appliance is the smaller 4-port appliance (visible with only one TDM slot in the front), then you will only have one serial number since there is only one hard drive in this device.
The Hard drive serial numbers can be identified from the license area in the NSG webGUI (as seen in the above image).
example:
Â
The alphanumeric digits beside "Hard Drive 1 Serial Number" and "Hard Drive 2 serial Number" and the serial numbers to be used. Enter them in with a comma separating the numbers (no spaces in between)
Example: CVWL408400JH240NGN,CVWL408100Z8240NGNÂ
Â
c. User Key
This is the SS7 license key provided to you by the sales department
3, After entering the above three pieces of information click the submit button to generate the license upgrade package
A license package will be presented which you can click to download to your local computer
Once downloaded, navigate back to the license area of the NSG webGUI (Configuration > License) and select the 'Choose File' button.
Find the license package previously downloaded and select it.
Click the upload button to upload the new license package to update the license on the NSG appliance.
Do not modify the downloaded license package otherwise it will be rendered invalid upon upload to the NSG appliance
Once the license section updates with the increased license capacity, the license upgrade process is complete. (No saving or restarting is required)
Â
NSG Software License Upgrade
This section only applies to NSG installations on third party hardware, not Sangoma NSG appliances
All the below steps require Linux command line access
Viewing Your Current License Capacity
To view the current license capacity of your NSG Gateway open a terminal session to the NSG server you will need to access the Linux command line and open this file:
-> /usr/local/nsg/conf/license.txtÂ
To do this, you can use the editor of your choice (we will use vi) and type the following in the Linux command line:
-> vi /usr/local/nsg/conf/license.txt
The current license capacity is the number beside "CIC":
Example:
Take Note of the MAC address and SPC value in this file which will be required for the next step.
Â
Exit the edit view. If using 'vi 'editor, do this by typing:
Esc :q <enter>Â
Updating Your License
The Sangoma sales department will have provided the software license key.
The software license key is required in order to create your license package.
The license package will be installed on your server to enable the specified number of T1/E1 SS7 ports for your installation.
Take note of your license key (example: xy2z6h37f) and navigate to the following website to create your license package
->Â http://prod-license.sangoma.com/nsg-license-gen/At this website you will be required to enter:
MAC address of one of the Ethernet interfaces on your NSG server
Copy the MAC address which is currently listed in the license.txt file in /usr/local/nsg/conf/ directory.Alternatively, you can find the MAC address by typing "ifconfig" on your Linux command line and records the HWaddr
example:ITU Self Point Code or ANSI Self Point Code
You will be required to fill in only one of these fields, the one that applies to your installation (ANSI point codes are used typically in North America. Rest of world uses ITU point codes)
Copy the self point code which is currently listed in license.txt in /usr/local/nsg/conf directory.Â
Paste this point code
User Key
This is the SS7 license upgrade key provided to you by the sales department
Once the information is entered click the 'submit' button near the bottom of the page
A license package will be created. Click the download button or the copy the link.
The license package must be installed in the following directory in the NSG server:
-> /usr/local/nsg/confÂTo install the license package in this directory:
type:Â cd /usr/local/nsg/conf
type: wget <license package link>
this will automatically download the license package to this location
un-compress the license package:
type: tar xfz <license package>.tgz
this will create two files in /usr/local/nsg/conf:
license.txt and license.txt.sig  (Do not modify any of these files or it will render license invalid). You may be asked to overwrite the currently license.txt. and license.txt.sig. Please say "yes" as we want to update these files.
Your license is now installed.
A restart of the NSG Gateway will be required for the changes to take affect. You can restart NSG Gateway directly from the Linux command line by typing:Â
-> service nsg restartÂ