Quick Reference: From Installing TIBCO Activation Service to Uploading a License
Prerequisites
- A supported Linux distribution (RHEL or Ubuntu)
- Root or sudo access
Download and Extract the Installer
-
Download the TIBCO Activation Service installer from the TIBCO Software Downloads site. The file name of the installer is similar to
TIB_tibco-activation_1.0.0_linux_x86_64.zip
. -
Upload the installer file to your target server.
- Extract the installer file:
Copy
unzip -d TIB_tibco-activation_1.0.0_linux_x86_64 TIB_tibco-activation_1.0.0_linux_x86_64.zip
Copycd TIB_tibco-activation_1.0.0_linux_x86_64/TIB_tibco-activation_1.0.0/
Install using RPM (RHEL)
-
Navigate to the
rpm
directory:Copycd rpm
- Install TIBCO Activation Service: Copy
sudo yum -y install tibco-activation_1.0.0_x86_64-server.rpm
-
Install Activation Client:
Copysudo yum -y install tibco-activation_1.0.0_x86_64-util.rpm
Install using DEB (Ubuntu)
-
Navigate to the
deb
directory:Copycd deb
- Install TIBCO Activation Service: Copy
sudo apt-get -y install ./tibco-activation_1.0.0_x86_64-server.deb
- Install Activation Client: Copy
sudo apt-get -y install ./tibco-activation_1.0.0_x86_64-util.deb
Initialize TIBCO Activation Service
-
Retrieve the full Activation Service URL (with fingerprint) from the installation:
Copycat /usr/libexec/tib-lm/README.txt
Note the Activation Service URL (host and port). This URL will be used in product activation during installations and startups.
- Set the admin password by running: Copy
tib-activate password
- Provide the full URL from step 1 when prompted and set the admin password.
- Note the generated code.
Generate License for Device
-
Access the License & Delivery Portal from https://www.tibco.com/accounts/my-account/download-history. Click TIBCO Licenses.
-
Click Devices > Create Device and provide the token generated in the previous step.
-
Click Action> Map Entitlements to map entitlements for the device.
-
Click Action > Download Capability Response to download the Capability Response (license) for the device.
-
Upload the license file to your target server.
Upload License to TIBCO Activation Service
-
Log in to TIBCO Activation Service (if signed out):
Copytib-activate login
- Upload license to TIBCO Activation Service:
Copy
tib-activate license upload <path to license file>
- List licenses to verify that the license has been uploaded correctly:
Copy
tib-activate license list
Debugging
Task | Command |
---|---|
Start TIBCO Activation Service if not running. |
Copy
|
Check status of TIBCO Activation Service. |
Copy
|
Check TIBCO Activation Service log. |
Copy
|
Location of TIBCO Activation Service installation |
Copy
|
Location of TIBCO Activation Service log |
Copy
|
Stop TIBCO Activation Service |
Copy
|
View configured server information and session profile |
Copy
|