User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
User Guides

License Key

Provide the license key to Tamr.

Setting The License Key

📘

Obtaining a License Key

To obtain a license key please contact Tamr Support at [email protected].

To set the license key:

  1. Run the Tamr admin command config:set to set the variable TAMR_LICENSE_KEY to the license key value as follows
${TAMR_UNIFY_HOME}/tamr/utils/unify-admin.sh config:set TAMR_LICENSE_KEY="<license-key-value>"
  1. Restart Tamr and its dependencies (Restarting).

OR

  1. Create a new file on the Tamr deployment server, such as local-config.yaml, with the following contents:
---
TAMR_LICENSE_KEY: "<license-key-value>"
  1. Run the Tamr admin command config:set with the --file argument as follows:
${TAMR_UNIFY_HOME}/tamr/utils/unify-admin.sh config:set --file local-config.yaml
  1. Restart Tamr and its dependencies (Restarting).