Difference between revisions of "Lianja Server Manager on Linux"

From Lianjapedia
Jump to: navigation, search
Line 23: Line 23:
 
|-
 
|-
 
|}
 
|}
 +
 +
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>
  
  

Revision as of 13:30, 27 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, 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:

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.

Note: the lianja-admin command is also used to activate and validate Lianja App Builder Licenses:

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


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