Difference between revisions of "License Management on Linux"

From Lianjapedia
Jump to: navigation, search
(Lianja App Builder Licenses)
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
 
!Option||Description
 
!Option||Description
 
|-
 
|-
|valign="top"|--activate LianjaAppBuilder <productkey>||Activate the specified license <productkey>
+
|valign="top"|--activate [LianjaAppBuilder] <productkey>||Activate the specified license <productkey>
 
|-
 
|-
|valign="top"|--deactivate LianjaAppBuilder||Deactivate the current license
+
|valign="top"|--deactivate [LianjaAppBuilder]||Deactivate the current license
 
|-
 
|-
|valign="top"|--validate LianjaAppBuilder||Validate the current license.  This checks if the current license is valid.
+
|valign="top"|--validate [LianjaAppBuilder]||Validate the current license.  This checks if the current license is valid.
 
|-
 
|-
 
|}
 
|}
  
===Lianja Server Licenses===
+
===Lianja Cloud Server Licenses===
For Lianja Cloud Server and Lianja SQL Server.
+
For Lianja Cloud Server.
  
<pre>lianja-lm  --activate LianjaServer <productkey>
+
<pre>lianja-lm  --activate LianjaCloudServer <productkey>
     | --deactivate LianjaServer
+
     | --deactivate LianjaCloudServer
     | --validate LianjaServer</pre>
+
     | --validate LianjaCloudServer</pre>
  
 
This command should be run as root / using sudo.
 
This command should be run as root / using sudo.
Line 37: Line 37:
 
!Option||Description
 
!Option||Description
 
|-
 
|-
|valign="top"|--activate LianjaServer <productkey>||Activate the specified license <productkey>
+
|valign="top"|--activate LianjaCloudServer <productkey>||Activate the specified license <productkey>
 
|-
 
|-
|valign="top"|--deactivate LianjaServer||Deactivate the current license
+
|valign="top"|--deactivate LianjaCloudServer||Deactivate the current license
 
|-
 
|-
|valign="top"|--validate LianjaServer||Validate the current license.  This checks if the current license is valid.
+
|valign="top"|--validate LianjaCloudServer||Validate the current license.  This checks if the current license is valid.
 
|-
 
|-
 
|}
 
|}
  
==License Management with lianja-admin==
+
===Lianja SQL Server Licenses===
The lianja-admin Lianja Server administration utility can also be used to activate, deactivate and validate Lianja licenses.
+
For Lianja SQL Server.
  
===Lianja Server Licenses===
+
<pre>lianja-lm  --activate LianjaSqlServer <productkey>
For Lianja Cloud Server and Lianja SQL Server:
+
     | --deactivate LianjaSqlServer
 
+
    | --validate LianjaSqlServer</pre>
<pre>lianja-admin 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 App Builder Licenses===
+
With a Lianja Server product installed, '''lianja-admin''' can also used to activate, deactivate and validate Lianja App Builder Licenses:
+
 
+
<pre>lianja-admin activate LianjaAppBuilder <productkey> | deactivate LianjaAppBuilder | validate LianjaAppBuilder </pre>
+
  
 
This command should be run as root / using sudo.
 
This command should be run as root / using sudo.
Line 78: Line 57:
 
!Option||Description
 
!Option||Description
 
|-
 
|-
|valign="top"|activate LianjaAppBuilder <productkey>||Activate the specified license <productkey>
+
|valign="top"|--activate LianjaSqlServer <productkey>||Activate the specified license <productkey>
 
|-
 
|-
|valign="top"|deactivate LianjaAppBuilder||Deactivate the current license
+
|valign="top"|--deactivate LianjaSqlServer||Deactivate the current license
 
|-
 
|-
|valign="top"|validate LianjaAppBuilder||Validate the current license.  This checks if the current license is valid.
+
|valign="top"|--validate LianjaSqlServer||Validate the current license.  This checks if the current license is valid.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 08:30, 26 March 2021

Purchase a license

License Troubleshooter

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.