Entitlement Offline activation

Complete the Runtime entitlement offline activation if the Runtime device is not connected to the Internet.
NOTE: The entitlement serial number XXXXX-XXXXX-XXXXX-XXXXX-XXXXX is used in the following instructions as a placeholder.
  1. Generate an
    ActivationRequest
    file on the offline device.
  2. Generate an
    entitlementFile
    generated from the ActivationRequest through an outputActivationRequest file on the online device.
  3. Transfer the
    entitlementFile
    to the offline device.
  4. Activate the
    entitlementFile
    that was previously activated on the online device.
    NOTE: The FTOptix Entitlement Manager CLI program consists of an activation request file that can be transferred to an online computer to proceed with the online activation.

  1. From the FactoryTalk Optix landing page, select
    Entitlements
    Organization Entitlements
    , then copy the entitlement serial number from the entitlements list belonging to the organization.
  2. To allow for entitlement activation, launch the FTOptixEntitlementCli.sh, a self-installing shell script. In a terminal, generate an activation request file with the
    .req
    extension using the
    --outputActivationRequestFile
    command:
    sudo ./FTOptixEntitlementCli --offlineActivate --entitlementKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX --outputActivationRequestFile .
    .
    NOTE: The full stop following
    --outputActivationRequestFile
    indicates that a
    XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.req
    file is created in the current folder. This file includes all of the requried parameters to transfer data.
    NOTE: Only a superuser can install the FactoryTalk Optix Entitlement Manager CLI program for entitlement activation.
  3. Store the activation request file where you can easily locate it for later transfer to the online device later. To do so, enter the location path of the activation request file and the serial number
    sudo ./FTOptixEntitlementCli --onlineActivate --activationRequestFile /foldername1/foldername2/XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.req
    and then transfer the generated
    .req
    to an online device.
  4. Enter
    sudo ./FTOptixEntitlementCli --onlineActivate --activationRequestFile XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.req --outputEntitlementFile .
  5. Add
    --outputEntitlementFile .
    at the end of the line to activate the entitlement:
    sudo ./FTOptixEntitlementCli --onlineActivate --activationRequestFile /foldername1/foldername2/XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.req --outputEntitlementFile .
  6. An
    .ent
    file generates:
    XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.ent
    . FactoryTalk Optix Runtime then reads this file to check whether an entitlement is available.
  7. Enter
    sudo ./FTOptixEntitlementCli --offlineActivate --entitlementFile XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.ent
  8. The entitlement is successfully imported.
  9. (optional) To view updated entitlements, from the FactoryTalk landing page, select
    Entitlements
    Organization Entitlements
    .
    NOTE: You must be an admin or owner to view the entitlement status.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.