login

This command logs the user into the server for Orchestrator.

Syntax

zos login [servername] [--check] [--user=] [--passwd=] [--port=]

Arguments

servername

User must enter the name of the server for Orchestrator he or she is logging into. The default is localhost.

Options

-c, --check

Check and report existing login. Ignores other options.

-u=, --user=

Username known by the Orchestrator server. The user must enter a value with this option. The default is login.

-p=, --passwd=

User password for authentication. The user must enter a value with this option.

-P=, --port=

The port number used for communication between the user portal and the server for Orchestrator. The user must enter a value with this option.

-C=, --cols=

The specification for the terminal width for formatting. The user must enter a value with this option.

-h, --help

Displays a help message for this operation.

-d, --debug

Turns on debug output during the login operation.

-v, --verbose

Turns on verbose output during the login operation.

Examples

Example 1

To log in to the server Eng as tester20 you would use the following command:

zos login Eng --user=tester20