Can't Install Cluster Control Using Script
I am using latest script for installation of clustercontrol controller node. However, I got an error saying that can't create ccrpc user. I can access web UI login page but I can't create admin user for authorization. When I tried s9s user commands, it also shows username or password is incorrect. How to fix it ? Plesae Help. Below is a screenshot of my error duing running script.
-
Official comment
Hi,
Can you run the following commands?
$ mv ~/.s9s/s9s.conf ~/.s9s/s9s.conf.bak $ mv /etc/s9s.conf /etc/s9s.conf.bak
$ s9s user --create --generate-key --controller="https://localhost:9501" --group=admins dba
$ s9s user --cmon-user=dba --enable admin
Then, please, run the installation again and let me know how it goes.
Regards,
Sebastian.
Comment actions -
I already did try that way. But when I try to create a new user with s9s command, it is only showing that username or password is incorret. So, I uninstalled all the processes and packages as mentioned in documentation. Then I run the script again, this time I think cmon process is not listening and got connection refused error.
-
Hello,
Could you check if the cmon process and MySQL are running correctly? May I get the output of the following commands executing in the controller node?
$ ps -ef | grep cmon
$ ps -ef | grep mysql
$ netstat -pltnAlso, you may also attach the cmon.log file that is available in the /var/log/ directory here.
Thanks,
Zamani
Please sign in to leave a comment.
Comments
3 comments