Connecting to the VAST CLI

Prev Next
  1. Make sure your PC is connected to the same network as VAST Cluster CNodes.

  2. Establish a Secure Shell (SSH) connection to the management IP of any CNode in the cluster.

    For first-time connection, you can use the management VIP that you provided during installation. This is the IP used to connect to the VAST Cluster management server.

    In the VAST Web UI, you can find all CNode Management IPs listed in the the Management IP column of the CNodes tab in the Infrastructure page.

    You are prompted to log into the CNode.

  3. For first-time login, use the OS (Linux) user credentials for CNode.

    Refer to Managing VAST Cluster Passwords for the OS (Linux) user credentials.  

    The VAST OS prompt is displayed.

  4. At the VAST OS prompt, run the vcli command to access the CLI.

    To run the CLI for the first time and log in with the factory default VMS user account:

    vcli -u admin -p 123456

    Tip

    For more command options, see VAST CLI Running Options.

    Note

    VAST Cluster has one factory default VMS user account. You cannot delete the factory default VMS user account or reduce its permissions. After first-time login, you can change the password for the default VMS user, create additional VMS users, and/or configure role based access with LDAP groups. For all options, see Authorizing VMS Access and PermissionsAuthorizing VMS Access and Permissions

    The CLI welcome text and prompt appear.

    Welcome to VAST Management CLI!!!
    Type help or ? to see a list of commands
    vcli: admin>