login

This command logs into the Orchestrate Server.

Syntax

Enter the command using the syntax shown below. Available options are shown in brackets.

zosadmin login [--grid=] [--id=] [--rmiport=] [--rmipath=] [--rmihost=] [--rmiurl=] [--timeout=] [--user=] [--passwd=] [--check=] [<server host>]

Arguments

<server host>

Enter the server host name that you are logging into. The command polls for a server if none is supplied.

Options

When you add an option, use the syntax in the command line as shown above (where options are shown in their long form). Short and long options for this command are listed below.

-g, --grid <value>

Select by grid name.

-i, --id <value>

Select by kernel ID.

-P, --rmiport <value>

Select by RMI port.

-J, --rmipath <value>

Select or specify the RMI bind path.

-H, --rmihost <value>

Select/specify RMI host (can be different from <server host>).

-r, --rmiurl <value>

Select by full RMI URL.

-t, --timeout <value>

Sets the query timeout (in seconds).

-u, --user <value>

Username used in accessing secure server management.

-p, --passwd <value>

Password used in accessing secure server management.

-c, --check

Check and report existing login. Ignores other options.

-V, --debug

Turns on debug output during the login operation.

-v, --verbose

Turns on verbose output during the login operation.

-h, --help

Display a help message for this operation.

Examples

Example 1

To login to server Eng, use the following command:

zosadmin login Eng

Example 2

To check the current login, use the following command:

zosadmin login --check