Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The TQL Command Line Interface (CLI) is a unified tool to manage your A-Stack (Single or Cluster) runtime. TQL CLI is packaged as part of various A-Stack Sub components. With just one tool, you can control multiple A-Stack runtimess within reachable cluster from the command line and automate them through scripts.


Usage

After you download and install TQLEngine the TQL CLI tool is part of the bin folder. You need to set two environment variables :

  • JAVA_HOME - Set this enviornment variable value to the location where Java JDK is installed.
  • TQL_HOME - Set this environment variable value to the current installation location of the TQLEngine.

From the current install location on the command line you can invoke the tool using the command bin/tql

                      



                    



                   



TQL CLI Usage
$ bin/tql

$ bin/tql -engine -status
$ bin/tql -engine -start
$ bin/tql -engine -stop
For Window's Users
$ using CMD (under bin)

$ tql -engine -status
$ tql -engine -start
$ tql -engine -stop


$ using Git Bash (under bin)

$ ./tql -engine -status
$ ./tql -engine -start
$ ./tql -engine -stop
  • No labels