When I use --dba-user-password-disabled, I cannot get the dbadmin password. "password", "dbadmin" an
I want to create dbadmin without password, so I use --dba-user-password-disabled.
When I use --dba-user-password-disabled, I cannot get the dbadmin password. I have tried "password", "dbadmin" or no password, but I cannot log in as dbadmin.
My installation command is:
/opt/vertica/sbin/install_vertica --hosts 192.168.126.155 --rpm /root/vertica-7.0.0-1.x86_64.RHEL5.rpm --dba-user dbadmin --dba-user-password-disabled --ssh-password developer --failure-threshold NONE
When I use --dba-user-password-disabled, I cannot get the dbadmin password. I have tried "password", "dbadmin" or no password, but I cannot log in as dbadmin.
My installation command is:
/opt/vertica/sbin/install_vertica --hosts 192.168.126.155 --rpm /root/vertica-7.0.0-1.x86_64.RHEL5.rpm --dba-user dbadmin --dba-user-password-disabled --ssh-password developer --failure-threshold NONE
0
Comments
"--dba-user-password-disabled" disables the password for the
--dba-user
. This argument stops the installer from prompting for a password for the--dba-user
. You can assign a password later using standard user management tools such aspasswd.<BR /> <BR /> The install_vertica script creates user dbadmin for the database. Was installation completed successfully ?<BR /> Post installation, While creating the database, it would ask if you want to provide a password to connect to database.<BR /> Have you created the database. If yes, are you not able to connect to database.
My process is:
1. I executed install_vertica script as root. The installation was completed successfully and new dbadmin user was created.
2. Then I logged in as dbadmin, but I cannot log in successfully. Because I must input password. I tried "dbadmin", "password" or no password. All are wrong. I don't know what is the password for dbadmin in my case.
My requirement is to let new DBA user has no password. I suppose using --dba-user-password-disabled can do it. But in fact, I still need input password and I even don't know what the password value.