Changing the Storage Server Passwords

The default user accounts on storage servers are root, celladmin, and cellmonitor.

To change a user account password on a storage server:

  1. Log in to the compute server as root.
  2. Use the Linux passwd command. This example changes the password of the celladmin account:
    # passwd celladmin
    Changing password for user celladmin.
    Changing password for celladmin
    (current) UNIX password: old_password
    New UNIX password: new_password
    Retype new UNIX password: new_password