Actions

Add/Change Licenses: Difference between revisions

(Add warning)
(Updated for 3.2)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
TelcoBridges uses a license-based approach to activate various software or hardware functions in [[Toolpack]] or the underlying hardware. When installing Toolpack, implementing new software capabilities, or following the addition of a hardware module, you may be required to add or modify a license. The following instructions will enable you to do so.
{{DISPLAYTITLE:Add/Change Licenses}}
TelcoBridges uses a license-based approach to activate software or hardware functions in [[Toolpack]] or the underlying Telcobridges hardware. Whether you are installing Toolpack, implementing new software capabilities, or adding new hardware modules, you may be required to add or modify a license. The following instructions will enable you to do so.


'''Warning: The [[Toolpack]] system will restart the Tmedia unit every time it install a new license.'''
'''IMPORTANT: You will need to reboot the telecom unit to activate the new license.'''


== Add licenses ==
== Reference ==
*[[Toolpack:System_Settings_E#Upload_license|Upload licence for Toolpack v3.2]]
*[[Toolpack:System_Settings_D#Upload_license|Upload licence for Toolpack v3.0]]
<div class="mw-collapsible mw-collapsed" data-collapsetext="other versions" data-expandtext="Click here for other versions" style="width: 400px;">
*[[Toolpack:System_Settings_C#Upload_license|Upload licence for Toolpack v2.10]]
*[[Toolpack:System_Settings_B#Upload_license|Upload licence for Toolpack v2.9]]
*[[Toolpack:System_Settings_A#Upload_license|Upload licence for Toolpack v2.8]]
*[[Web_Portal_Tutorial_Guide_v2.7#Upload_license|Upload licence for Toolpack v2.7]]
*[[Web_Portal_Tutorial_Guide_v2.7#Upload_license|Upload licence for Toolpack v2.6]]
*[[Web_Portal_Tutorial_Guide_v2.7#Upload_license|Upload licence for Toolpack v2.5]]
*[[Add/Change_Licenses_Manually|Upload license before toolpack v2.5]]
</div>
<br> <br>


*Copy the new licenses in the license directory.
*[[Add/Change_Licenses_Manually|Manual license installation]]


Unix:
[[Category:Revise on Major]]
  cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/
Windows:
  COPY [MyNewLicense][InstallDir]\toolpack\pkg\licenses\
 
Example:
 
Unix:
  cp ./TB002933_RELEASE_V2_3_1_RC3_license.dat /lib/tb/toolpack/pkg/licenses/
Windows:
  COPY ./TB002933_RELEASE_V2_3_1_RC3_license.dat C:\TelcoBridges\toolpack\pkg\licenses\
 
== Change Licenses ==
 
*Overwrite the old license with the new one.
*Erase the .[TmediaSerial]_license_installed file.
 
Unix:
  cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/
  rm [InstallDir]/toolpack/pkg/licenses/.[TmediaSerial]_license_installed
Windows:
  COPY [MyNewLicense][InstallDir]\toolpack\pkg\licenses\
  DEL [InstallDir]\toolpack\pkg\licenses\.[TmediaSerial]_license_installed
 
Example:
 
Unix:
  cp ./TB002933_RELEASE_V2_3_1_RC3_license.dat /lib/tb/toolpack/pkg/licenses/
  rm /lib/tb/toolpack/pkg/licenses/.[TmediaSerial]_license_installed
Windows:
  COPY ./TB002933_RELEASE_V2_3_1_RC3_license.dat C:\TelcoBridges\toolpack\pkg\licenses\
  DEL C:\TelcoBridges\toolpack\pkg\licenses\.[TmediaSerial]_license_installed

Latest revision as of 17:13, 2 August 2022

TelcoBridges uses a license-based approach to activate software or hardware functions in Toolpack or the underlying Telcobridges hardware. Whether you are installing Toolpack, implementing new software capabilities, or adding new hardware modules, you may be required to add or modify a license. The following instructions will enable you to do so.

IMPORTANT: You will need to reboot the telecom unit to activate the new license.

Reference