Difference between revisions of "License Management on Linux"

From Lianjapedia
Jump to: navigation, search
Line 2: Line 2:
  
 
[[License Troubleshooter]]
 
[[License Troubleshooter]]
 +
 +
==Lianja App Builder==
 +
Licenses for Lianja App Builder can be activated and deactivated from the System Menu.
 +
 +
===Activating your License===
 +
* Start Lianja App Builder
 +
* Select '''Help''', then '''Activate...''' from the System Menu
 +
* Enter your license key and click the '''Activate''' button
 +
* Check that the Lianja App Builder window title is displaying the new license information
 +
 +
If you are upgrading your license, restart the Lianja App Builder to ensure all licensed functionality is available.
 +
 +
===Deactivating your License===
 +
* Start Lianja App Builder
 +
* Select '''Help''', then '''Deactivate...''' from the System Menu
 +
* If you agree with the deactivation, click the '''OK''' button
 +
* Check that the Lianja App Builder window title is displaying the new license information
  
 
==License Management with lianja-lm==
 
==License Management with lianja-lm==
The '''lianja-lm''' License Management utility is used to activate, deactivate and validate Lianja licenses.
+
The '''lianja-lm''' License Management utility can be used to activate, deactivate and validate Lianja licenses.
  
 
===Lianja App Builder Licenses===
 
===Lianja App Builder Licenses===

Revision as of 05:16, 1 September 2017

Purchase a license

License Troubleshooter

Lianja App Builder

Licenses for Lianja App Builder can be activated and deactivated from the System Menu.

Activating your License

  • Start Lianja App Builder
  • Select Help, then Activate... from the System Menu
  • Enter your license key and click the Activate button
  • Check that the Lianja App Builder window title is displaying the new license information

If you are upgrading your license, restart the Lianja App Builder to ensure all licensed functionality is available.

Deactivating your License

  • Start Lianja App Builder
  • Select Help, then Deactivate... from the System Menu
  • If you agree with the deactivation, click the OK button
  • Check that the Lianja App Builder window title is displaying the new license information

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 --root /opt/lianja/ --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 Server Licenses

For Lianja Cloud Server and Lianja SQL Server.

lianja-lm --root /opt/lianja/server/ --activate LianjaServer <productkey> | --deactivate LianjaServer | --validate LianjaServer

This command should be run as root / using sudo.

Option Description
--activate LianjaServer <productkey> Activate the specified license <productkey>
--deactivate LianjaServer Deactivate the current license
--validate LianjaServer Validate the current license. This checks if the current license is valid.

License Management with lianja-admin

The lianja-admin Lianja Server administration utility can also be used to activate, deactivate and validate Lianja licenses.

Lianja Server Licenses

For Lianja Cloud Server and Lianja SQL Server:

lianja-admin activate LianjaServer <productkey> | deactivate LianjaServer | validate LianjaServer

This command should be run as root / using sudo.

Option Description
activate LianjaServer <productkey> Activate the specified license <productkey>
deactivate LianjaServer Deactivate the current license
validate LianjaServer Validate the current license. This checks if the current license is valid.

Lianja App Builder Licenses

With a Lianja Server product installed, lianja-admin can also used to activate, deactivate and validate Lianja App Builder Licenses:

lianja-admin 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.