Managing VAST Cluster Passwords

Prev Next

Default Users and Passwords

VAST Cluster equipment is shipped with the following users and passwords.

  • Default users indicated as required cannot be renamed.

  • Any of the default passwords can be changed.

Component

Interface and User Role

Username

Password

Is a required user account?

Vast Management System (VMS)

VMS administrator

admin

123456

Yes

VMS support user

support

654321

No

VMS root user

root

IamGroot!

Yes

VMS read-only user

S3_keys_manager

123456

No

CNode

VAST OS (Linux) user

vastdata

vastdata

Yes

VAST OS (Linux) super user

root

rootvastdata

Yes

IPMI user

admin

Ice Lake model: adminvastdata

Cascade Lake model: 123456

Broadwell model: admin

Yes

DNode

VAST OS (Linux) user

vastdata

vastdata

Yes

VAST OS (Linux) super user

root

rootvastdata

Yes

IPMI user

admin

Mavericks model: admin

CERES model: adminvastdata

Yes

Mellanox Ethernet switches

Management interface administrator

admin

admin

Yes

Management interface read-only user

monitor

N/A

No

Changing Default Passwords

  • To change VMS passwords or to enable and configure VMS authentication and RBAC via Active Directory/LDAP user, see Managing Managers.Managing Managers

    Warning

    Do not remove, rename or disable VMS users with required user accounts (indicated as such in the table above).

  • To change CNode and DNode OS and IPMI passwords, run the VAST CLI command cluster set-password.

  • To change Mellanox switch passwords, open a secure shell (SSH) session to the switch's management CLI using the admin user and use the username command.

    To change the admin password:

    1. Obtain the switch IP. You can find this in the VAST Web UI on the Switch tab of the Infrastructure page, or in the output of the switch list VAST CLI command.

    2. Run the following commands, where <Switch_IP> is the switch IP and <New_Password> is the new password that you want to set:

      > ssh admin@<Switch_IP>
      switch> enable
      switch # config terminal
      switch (config) # username admin password <New_Password>
      switch (config) # conf write
      switch (config) # conf write