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 |
|
| Yes |
VMS support user |
|
| No | |
VMS root user |
|
| Yes | |
VMS read-only user |
|
| No | |
CNode | VAST OS (Linux) user |
|
| Yes |
VAST OS (Linux) super user |
|
| Yes | |
IPMI user |
| Ice Lake model: Cascade Lake model: Broadwell model: | Yes | |
DNode | VAST OS (Linux) user |
|
| Yes |
VAST OS (Linux) super user |
|
| Yes | |
IPMI user |
| Mavericks model: CERES model: | Yes | |
Mellanox Ethernet switches | Management interface administrator |
|
| Yes |
Management interface read-only user |
| 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.
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
usernamecommand.To change the admin password:
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 listVAST CLI command.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