Difference between revisions of "Lianja Server Manager on Linux"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==The Lianja Server on Linux==
 
==The Lianja Server on Linux==
  
The Lianja Server service on Linux listens for requests for both the Lianja SQL Server and the Lianja Cloud Server.  The Lianja Server service needs to be running and have a valid and activated license for the requested Server.
+
The Lianja Server service on Linux listens for requests for both the Lianja SQL Server and the Lianja Cloud Server.  The Lianja Server service needs to be running and have a valid and activated [[License Management on Linux|license]] for the requested Server.
  
 
==See Also==
 
==See Also==
[[Lianja ODBC Driver]], [[Lianja SQL Server Manager|Lianja Server Manager on Windows]], [[Lianja SQL Server on Linux]], [[SQL System Tables]]
+
[[Lianja ODBC Driver]], [[Lianja SQL Server Manager|Lianja Server Manager on Windows]], [[Lianja SQL Server on Linux]], [[License Management on Linux]], [[SQL System Tables]]
 
+
==Activating and Validating Lianja Server Licenses==
+
The '''lianja-admin''' command is used to activate and validate Lianja Server Licenses for both Lianja Cloud Server and Lianja SQL Server:
+
 
+
<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.
+
|-
+
|}
+
 
+
Note: the '''lianja-admin''' command is also used to activate and validate Lianja App Builder Licenses:
+
 
+
<pre>lianja-admin activate LianjaAppBuilder <productkey> | deactivate LianjaAppBuilder | validate LianjaAppBuilder </pre>
+
 
+
  
 
==Managing the Lianja Server Service on Linux==
 
==Managing the Lianja Server Service on Linux==

Revision as of 08:09, 29 January 2014

The Lianja Server on Linux

The Lianja Server service on Linux listens for requests for both the Lianja SQL Server and the Lianja Cloud Server. The Lianja Server service needs to be running and have a valid and activated license for the requested Server.

See Also

Lianja ODBC Driver, Lianja Server Manager on Windows, Lianja SQL Server on Linux, License Management on Linux, SQL System Tables

Managing the Lianja Server Service on Linux

For RedHat and other Linux variants that support the service command, the name of the Lianja Server service is lianjad and has the following options:

service lianjad start | stop | restart | status

This command should be run as root / using sudo.

Option Description
start Start the Lianja Server service
stop Stop the Lianja Server service
restart Restart the Lianja Server service
status Report the status of the Lianja Server service

Alternatively, the lianja-admin command can be used:

lianja-admin start | stop | restart | status

This command should be run as root / using sudo.

Option Description
start Start the Lianja Server service
stop Stop the Lianja Server service
restart Restart the Lianja Server service
status Report the status of the Lianja Server service