Activate a FactoryTalk Optix Runtime entitlement on Ubuntu 22 devices

The
FactoryTalk® Optix
Runtime Tools Ubuntu 22.04 package consists of the
FactoryTalk® Optix
Application Update Service and the
FactoryTalk® Optix Entitlement Manager
CLI program (FTOptixEntitlementCli.sh).
TIP: A runtime device running Ubuntu can have multiple entitlements. Each runtime device is associated with one of the available entitlements.
  1. Download the
    FTOptixEntitlementCli.Ubuntu_22_x64.
    [version]
    .sh
    file as described in the Set up Runtime Tools on Ubuntu 22.04 devices procedure.
  2. Do the following:
    1. Enter
      chmod +x FTOptixEntitlementCli.Ubuntu_22_x64.[version].sh
    2. Enter
      sudo ./FTOptixEntitlementCli.Ubuntu_22_x64.
      [version]
      .sh
  3. Restart Ubuntu and proceed with the entitlement activation.
TIP: Runtime entitlements are currently perpetual. Rockwell Automation recommends installing an entitlement that is one size larger than the recommended size in the Sizing Tool.
IMPORTANT: To prevent the
FTOptixEntitlementCli.sh
file from requiring any root privileges, add a
--noRoot
command-line switch to the
FTOptixEntitlementCli.sh
file.
A Runtime entitlement on an Ubuntu 22.04 device can be:
To view the installed entitlement details, use the
--showDetails
command.
To perform the above described actions, use the commands shown below respectively:
  • --onlineActivate
    --onlineActivate (--activationRequestFile <activationRequestFile> --outputEntitlementFile <outputEntitlementFile> | --entitlementKey <entitlementKey>) [--enableVerboseLog]
  • --offlineActivate
    --offlineActivate (--entitlementKey <entitlementKey> --outputActivationRequestFile <activationRequestFile> | --entitlementFile <entitlementFile>) [--enableVerboseLog]
  • --showInstalledEntitlement
    --showInstalledEntitlement [--enableVerboseLog]
  • --showDetails
    --showDetails --entitlementKey <entitlementKey> [--enableVerboseLog]
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal