login

This command logs into the Orchestrator Server.

Syntax

zosadmin login     [--grid=] [--id=] [--rmiport=] [--rmipath=]       [--rmihost=] [--rmiurl=] [--timeout=] [--user=]       [--passwd=] [--check=] [serverhost]

Arguments

server host

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

Options

-g, --grid

Select by grid name.

-i=, --id=

Select by kernel ID.

-P=, --rmiport=

Select by RMI port.

-J=, --rmipath=

Select or specify the RMI bind path.

-H=, --rmihost=

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

-r=, --rmiurl=

Select by full RMI URL.

-t, --timeout

Sets the query timeout (in seconds).

-u, --user

Username used in accessing secure remote sites.

-p, --passwd

Password used in accessing secure remote sites.

-c, --check

Check and report existing login. Iginores 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