run ux term

UXTerm

Version: 17.07

Running UXTerm

Assuming $MGT_HOME as the installation path of the management distribution,

Command Mode

Similar to the sh -c command, UXTerm supports executing a single command non-interactively per invocation:

$MGT_HOME/bin/uxterm.sh -C <command>

Output of <command> would be output to the invoking console.

Parameters

short form long form description examples if not specified

-S

--server

server to invoke the command upon, either as a URL or a pre-configured server name

http://localhost:8085, primary (server name)

server name default will be attempted, and the invocation will fail if it also is not defined

-U

--username

username for authenticating to the server

admin

if a configured server name (or default) is chosen, the corresponding username from the configuration will be used

-P

--password

password for authenticating to the server

password

if a configured server name (or default) is chosen, the corresponding password from the configuration will be used

-C

--command

command to be invoked

pl, encrypt

none (if not specified, UXTerm will switch to interactive mode)

Interactive Mode

UXTerm can also be run as a regular interactive shell:

$MGT_HOME/bin/uxterm.sh

Exiting UXTerm

When in interactive mode, entering exit, quit or the end-of-input character combination (usually Ctrl + D) will exit the UXTerm.

In this topic
In this topic
Contact Us