Setting Unravel license
Use the license file provided by customer support to set Unravel license. You can set the license using the following methods:
Installing Unravel using the interactive precheck utility: If you install Unravel using the interactive precheck, the utility prompts you to set the license file. For information, see Use the Interactive Precheck utility.
Installing Unravel manually: If you manually install Unravel, you must set the license file using the
manager config license set
command. For information, see each platform-specific section.Upgrading Unravel from the previous versions to 4.7.7.0: If you upgrade Unravel from the previous versions to 4.7.7.0, you must set the license file using the
manager config license set
command. For information, see Upgrading Unravel for Cloud platforms (v4.7.x to v4.7.7.0).
Run the following steps to set the Enterprise license.
If the license has any issues, an error message is displayed. To view and resolve the licensing error messages, see Licensing error messages and troubleshooting.
Set the license file name.
<Unravel installation directory>/unravel/manager config license set
<license filename>
This command takes a filename as input and performs the following actions:
Reads the license file
The license YAML file contains product licensing information, license validity and expiration date, and the licensed number of clusters and nodes.
Verifies whether it is a valid license
Adds the com.unraveldata.license.file property to the
unravel.properties
file located at
. For information, see License property.<unravel installation directory>
/data/conf
Note
If you do not provide the filename, the command prompts for the license information. You can provide either a path to the license file or the content of the license file.
Sample content of the license file:
##### BEGIN UNRAVEL LICENSE Licensee : ACME Disintegrating Pistol Manufacturing Valid from : 2022-12-16 00:00:00 UTC Expire after : 2023-10-16 23:59:00 UTC License type : Enterprise Licensed number of nodes : 1000000 Signature : c2Uvb2JqLnRhcmdldC92OF9pbml0aWFsaXplcnMvZ2VuL3RvcnF1ZS Revision : 1 ##### END UNRAVEL LICENSE #####
Apply the changes.
<Unravel installation directory>/unravel/manager config apply --restart