3.6. Passwords in Red Hat Enterprise Virtualization Manager
Passwords are generated by default in Red Hat Enterprise Virtualization in the following way. engine-setup generates a temporary password for the database and a temporary password for the
admin@internal account. To change the admin@internal password, run engine-config on the Red Hat Enterprise Virtualization Manager.
It is possible to specify a password manually by using the command
engine-setup --answer-file=/[path_to_answer_file], with the temporary password specified in the answer file. Answer files are generated with the engine-setup --generate-answer=file command and option. The format of the answer file is as follows:
#action=setup
[environment:default]
OVESETUP_CORE/engineStop=none:None
OVESETUP_DIALOG/confirmSettings=bool:True
OVESETUP_DB/database=str:engine
OVESETUP_DB/fixDbViolations=none:None
OVESETUP_DB/secured=bool:False
OVESETUP_DB/host=str:localhost
OVESETUP_DB/user=str:engine
OVESETUP_DB/securedHostValidation=bool:False
OVESETUP_DB/password=str:0056jKkY
OVESETUP_DB/port=int:5432
OVESETUP_SYSTEM/nfsConfigEnabled=bool:True
...
OVESETUP_APACHE/configureSsl=bool:True
OSETUP_RPMDISTRO/requireRollback=none:None
OSETUP_RPMDISTRO/enableUpgrade=none:None
OVESETUP_AIO/configure=none:None
OVESETUP_AIO/storageDomainDir=none:None