Connecting to the VAST CLI

Prev Next
  1. Ensure that your PC is connected to the same network as all of the VAST Cluster compute servers (CNodes).

  2. Establish a Secure Shell (SSH) connection to 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.

    Tip

    If you are connecting from another node of the same cluster, you can specify the node name instead of the node IP. The node name is shown in the Name column of the CNodes or DNodes page in VAST Web UI and in the Name field in the VAST CLI cnode list  or dnode list command output.

    You are prompted to log into the CNode.

  3. For first-time login, use the OS (Linux) user credentials for the 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 /vast/data/vms.sh vcli command to access the CLI.

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

    /vast/data/vms.sh 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. For more information, see Authorizing VMS Access and PermissionsAuthorizing VMS Access and Permissions

    The CLI welcome text and prompt appears.

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