Setting the License Key
Provide the license key to Tamr Core.
Obtaining a License Key
To obtain a license key, contact Tamr Support.
Setting The License Key
To set the license key:
- Run the Tamr admin command
config:set
to set the variableTAMR_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>"
- Restart Tamr Core and its dependencies. See Restarting Tamr Core.
OR
- Create a new file on the Tamr deployment server, such as
local-config.yaml
, with the following contents:
---
TAMR_LICENSE_KEY: "<license-key-value>"
- 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
- Restart Tamr Core and its dependencies. See Restarting Tamr Core.
Updated 6 months ago
Did this page help you?