Issues with installing Galera via script
Here is the issue i am getting. did i miss something when doing my controller setup?
[ec2-user@ip-10-10-1-29 install]$ bash ./deploy.sh 2>&1 |tee cc.log
Checking EC2 Keypair:
Key pair found
Firewalls must accept 4567 (galera), 4567+1 (galera IST), 22 (ssh), (rsync), 3306 (mysql), ping (icmp).
**** firewall will be disabled! (change in .s9s/config)
Starting installation. You will need to answer a few y/n questions.
Adding hosts to known hosts, pinging them and checking sudo/visudo exists
trying to ping 10.10.4.40trying to ssh_keyscan 10.10.4.40: [ok]
Testing ssh to 10.10.4.40: [ok]
trying to ping 10.10.2.253trying to ssh_keyscan 10.10.2.253: [ok]
Testing ssh to 10.10.2.253: [ok]
trying to ping 10.10.3.114trying to ssh_keyscan 10.10.3.114: [ok]
Testing ssh to 10.10.3.114: [ok]
trying to ssh_keyscan 10.10.1.29: [ok]
On 10.10.1.29: Install sudo: apt-get install sudo
And make sure you add, using visudo, ec2-user to /etc/sudoers
[ec2-user@ip-10-10-1-29 install]$ sudo ls /usr/
bin etc games include lib lib64 libexec local sbin share src tmp
[ec2-user@ip-10-10-1-29 install]$
[ec2-user@ip-10-10-1-29 install]$ ssh -qt ec2-user@10.10.1.29 "sudo ls /usr"
bin etc games include lib lib64 libexec local sbin share src tmp
[ec2-user@ip-10-10-1-29 install]$
Please sign in to leave a comment.
Comments
0 comments