Add/Change Licenses
From TBwiki
(Difference between revisions)
(grammar correction) |
(Add warning) |
||
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. | 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. | ||
+ | |||
+ | '''Warning: The [[Toolpack]] system will restart the Tmedia unit every time it install a new license.''' | ||
== Add licenses == | == Add licenses == |
Revision as of 11:06, 22 September 2009
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.
Warning: The Toolpack system will restart the Tmedia unit every time it install a new license.
Add licenses
- Copy the new licenses in the license directory.
Unix: 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