License Management on Linux
From Lianjapedia
Contents
License Management with lianja-lm
The lianja-lm License Management utility can be used to activate, deactivate and validate Lianja licenses.
Lianja App Builder Licenses
lianja-lm --activate [LianjaAppBuilder] <productkey>
| --deactivate [LianjaAppBuilder]
| --validate [LianjaAppBuilder]
This command should be run as root / using sudo.
| Option | Description |
|---|---|
| --activate [LianjaAppBuilder] <productkey> | Activate the specified license <productkey> |
| --deactivate [LianjaAppBuilder] | Deactivate the current license |
| --validate [LianjaAppBuilder] | Validate the current license. This checks if the current license is valid. |
Lianja Cloud Server Licenses
For Lianja Cloud Server.
lianja-lm --activate LianjaCloudServer <productkey>
| --deactivate LianjaCloudServer
| --validate LianjaCloudServer
This command should be run as root / using sudo.
| Option | Description |
|---|---|
| --activate LianjaCloudServer <productkey> | Activate the specified license <productkey> |
| --deactivate LianjaCloudServer | Deactivate the current license |
| --validate LianjaCloudServer | Validate the current license. This checks if the current license is valid. |
Lianja SQL Server Licenses
For Lianja SQL Server.
lianja-lm --activate LianjaSqlServer <productkey>
| --deactivate LianjaSqlServer
| --validate LianjaSqlServer
This command should be run as root / using sudo.
| Option | Description |
|---|---|
| --activate LianjaSqlServer <productkey> | Activate the specified license <productkey> |
| --deactivate LianjaSqlServer | Deactivate the current license |
| --validate LianjaSqlServer | Validate the current license. This checks if the current license is valid. |