This appendix describes how to change passwords for the administrative users for Administration Portal and Red Hat Storage Console's PostgreSQL database respectively.
The
admin@internal user account is automatically created when you installed and configured Red Hat Storage Console. This account is stored locally in Red Hat Storage Console's PostgreSQL database, and exists separately from other directory services. Unlike the IPA domains, users cannot be added or deleted from the internal domain. The admin@internal user is the SuperUser of the Red Hat Storage Console, and has administrative privileges over the environment via the Administration Portal.
During installation, you were prompted for a password for the
admin@internal user. However, if you have forgotten the password, or choose to reset the password, you can use the rhsc-config utility.
Procedure B.1. To reset the password for the admin@internal user
- Log in to the Red Hat Storage Console server as the
rootuser. - Use the rhsc-config utility to set a new password for the
admin@internaluser. Run the following command:# rhsc-config -s AdminPassword=<your_password>You do not need to use quotes, but use escape shell characters if you include them in the password. - Restart the JBoss service for the changes to take effect.
# service jbossas restart