This command creates a connection (logs in) to the Lenovo XClarity Administrator server that can be used by other commands.
Use the disconnect command to log out of the XClarity Administrator server.
connect -h
connect -l <HTTPS_addresss> -u <user_ID> [––noverify]
You are prompted to input the password. Password is entered in a non-verbose mode.
The following example connects to the XClarity Administrator server using the HTTPS address 192.0.2.0 and user ID USER1.
connect --url https://192.0.2.0 --user USER1 --noverify