Add/Change Licenses
From TBwiki
(Difference between revisions)
Candy Chan (Talk | contribs) |
Candy Chan (Talk | contribs) |
||
Line 3: | Line 3: | ||
'''IMPORTANT: The [[Toolpack]] system will restart the Tmedia unit every time it installs a new license.''' | '''IMPORTANT: The [[Toolpack]] system will restart the Tmedia unit every time it installs a new license.''' | ||
− | = For Toolpack v2.5 or above = | + | == For Toolpack v2.5 or above == |
The new [[Host-control| host control]] feature allows license update using the web portal. | The new [[Host-control| host control]] feature allows license update using the web portal. | ||
− | |||
*[[Add/Change_Licenses_2-5]] | *[[Add/Change_Licenses_2-5]] | ||
− | + | == <br>For Toolpack v2.5 or below== | |
− | = For Toolpack v2. | + | === Adding licenses === |
− | == | + | |
− | + | ||
*Copy the new licenses in the license directory. | *Copy the new licenses in the license directory. | ||
Line 26: | Line 23: | ||
COPY ./TB002933_RELEASE_V2_3_1_RC3_license.dat C:\TelcoBridges\toolpack\pkg\licenses\ | COPY ./TB002933_RELEASE_V2_3_1_RC3_license.dat C:\TelcoBridges\toolpack\pkg\licenses\ | ||
− | + | === <br>Updating licenses === | |
− | == | + | |
− | + | ||
*Overwrite the old license with the new one. | *Overwrite the old license with the new one. | ||
*Erase the .[TmediaSerial]_license_installed file. | *Erase the .[TmediaSerial]_license_installed file. | ||
Line 48: | Line 43: | ||
DEL C:\TelcoBridges\toolpack\pkg\licenses\.[TmediaSerial]_license_installed | DEL C:\TelcoBridges\toolpack\pkg\licenses\.[TmediaSerial]_license_installed | ||
− | == <br>Installing licenses manually == | + | === <br>Installing licenses manually === |
Alternatively, you can install the license manually with the tool ''tbautoinstall'' as instructed [[Tbautoinstall#Installing_a_license | here]]. | Alternatively, you can install the license manually with the tool ''tbautoinstall'' as instructed [[Tbautoinstall#Installing_a_license | here]]. | ||
<br> | <br> |
Revision as of 03:56, 6 September 2012
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.
IMPORTANT: The Toolpack system will restart the Tmedia unit every time it installs a new license.
Contents |
For Toolpack v2.5 or above
The new host control feature allows license update using the web portal.
For Toolpack v2.5 or below
Adding 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\
Updating 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
Installing licenses manually
Alternatively, you can install the license manually with the tool tbautoinstall as instructed here.