FlexTk Server

Command Line Tools:        

In addition to the web-based interface and server management GUI application, the FlexTk server may be controlled using a command line tool. The FlexTk's command line tool is available in FlexTk Ultimate and FlexTk Server installations. The FlexTk's command line tool allows one to execute and manage user-defined commands, manage tasks, manage users and access the server's debug log.

Command Line Syntax:

flextk -server_tasks

This command shows the list of all server's tasks.

flextk -server_task_status -task <Task ID>

This command shows an extended status string for the specified task.

flextk -server_pause_task -task <Task ID>

This command pauses the specified task.

flextk -server_continue_task -task <Task ID>

This command resumes the specified task.

flextk -server_stop_task -task <Task ID>

This command stops the specified task.

flextk -server_delete_task -task <Task ID>

This command deletes the specified task from the server's task list. If the specified task is still running, it will be canceled.

flextk -server_stop_all

This command cancels all active tasks.

flextk -server_delete_all

This command deletes all tasks from the server's task list. All active tasks will be canceled.

Options:

-server <Host Name>

This parameter specifies the host name or the IP address of the FlexTk Server to connect to. If this parameter is not specified, FlexTk will connect to the local host computer. If you need to connect to a FlexTk server through the network, make sure that the server's control port is open in the host's firewall.

-port <Port Number>

This parameter specifies the server's TCP/IP port number to connect to. If this parameter is not specified, FlexTk will connect to the default server control port (8090). If you need to connect to a FlexTk server through the network, make sure that the server's control port is open in the host's firewall.

-user

This parameter specifies the username to connect with. If this parameter is not specified, FlexTk will use the default user name (admin).

-password

This parameter specifies the user password to connect with. If this parameter is not specified, FlexTk will use the default password (admin).

-v

This parameter instructs FlexTk to show the product major version, minor version, revision and build date.

-help

This parameter instructs FlexTk to show the command line usage information.