Difference between revisions of "License Management on Linux"

From Lianjapedia
Jump to: navigation, search
(Created page with "==License Management with lianja-lm== The '''lianja-lm''' License Management utility is used to activate, deactivate and validate Lianja licenses. ===Lianja App Builder Licen...")
 
Line 3: Line 3:
  
 
===Lianja App Builder Licenses===
 
===Lianja App Builder Licenses===
 +
 +
<pre>lianja-lm --root /opt/lianja/ --activate LianjaAppBuilder <productkey> | --deactivate LianjaAppBuilder | --validate LianjaAppBuilder </pre>
 +
 +
This command should be run as root / using sudo.
 +
 +
{| class="wikitable" width="100%"
 +
!Option||Description
 +
|-
 +
|valign="top"|--activate LianjaAppBuilder <productkey>||Activate the specified license <productkey>
 +
|-
 +
|valign="top"|--deactivate LianjaAppBuilder||Deactivate the current license
 +
|-
 +
|valign="top"|--validate LianjaAppBuilder||Validate the current license.  This checks if the current license is valid.
 +
|-
 +
|}
  
 
===Lianja Server Licenses===
 
===Lianja Server Licenses===
 +
For Lianja Cloud Server and Lianja SQL Server.
 +
 +
<pre>lianja-lm --root /opt/lianja/server/ --activate LianjaServer <productkey> | --deactivate LianjaServer | --validate LianjaServer</pre>
 +
 +
This command should be run as root / using sudo.
 +
 +
{| class="wikitable" width="100%"
 +
!Option||Description
 +
|-
 +
|valign="top"|--activate LianjaServer <productkey>||Activate the specified license <productkey>
 +
|-
 +
|valign="top"|--deactivate LianjaServer||Deactivate the current license
 +
|-
 +
|valign="top"|--validate LianjaServer||Validate the current license.  This checks if the current license is valid.
 +
|-
 +
|}
  
==lianja-admin==
+
==License Management with lianja-admin==
 
The lianja-admin Lianja Server administration utility can also be used to activate, deactivate and validate Lianja licenses.
 
The lianja-admin Lianja Server administration utility can also be used to activate, deactivate and validate Lianja licenses.
  
 
===Lianja Server Licenses===
 
===Lianja Server Licenses===
Use '''lianja-admin''' to activate, deactivate and validate Lianja Server Licenses for both Lianja Cloud Server and Lianja SQL Server:
+
For Lianja Cloud Server and Lianja SQL Server:
  
 
<pre>lianja-admin activate LianjaServer <productkey> | deactivate LianjaServer | validate LianjaServer</pre>
 
<pre>lianja-admin activate LianjaServer <productkey> | deactivate LianjaServer | validate LianjaServer</pre>

Revision as of 08:23, 29 January 2014

License Management with lianja-lm

The lianja-lm License Management utility is 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.