This command logs the user into the PlateSpin Orchestrate grid.
zos login [servername] [--check] [--user=] [--passwd=] [--port=] [--env=]
The user must enter the hostname of the Orchestrate Server he or she is logging into. The default is localhost.
Check and report existing login. Ignores other options.
Username known by the Orchestrate Server. The user must enter a value with this option. The default is login.
User password for authentication. The user must enter a value with this option.
The port number used for communication between the Orchestrate User Portal and the Orchestrate Server. The user must enter a value with this option.
Upload the local environment and store on the server. The user must enter a value with this option.
The specification for the terminal width for formatting. The user must enter a value with this option.
Displays a help message for this operation.
Turns on debug output during the login operation.
Turns on verbose output during the login operation.
Force TLS/SSL encryption [on|off]. The user must enter a value with this option.
Port number for TLS/SSL connections. The user must enter a value with this option.
Force acceptance of new TLS server certificates.
Force acceptance of all TLS server certificates.
To log in to the server Eng as tester20 you would use the following command:
zos login Eng --user=tester20
To check the current login, you would use the following command:
zos login --check