I have deploy VIO on Management Cluster (3 node). After shutdown 15 VM -VMware Integrated OpenStack-VIO (electric failed).
We start these VIO machine again, but some error occur. The error show " bootstrap failed". Anyone got this ? Please tell me what to do, which service would be start??
Thanks and best regard!
for this situation. Please try the follow steps.
1> power on all the 15 vms
2> login into the three database node
Run "sudo mysqld_safe --wsrep-recover" command on each of the database nodes.
the output should contains some string like ""Recovered position aec1365-4567-21e4-e3d3-871472caa7b3:56728"
write down the number after the ":"
Choose the database node with the largest number and issue the follow command on it.
sudo service mysql start --wsrep-new-cluster
then run
sudo service mysql start
on the other two database node.
3> login to managment server
run >vioconfig start
this should bring your openstack back.
for this situation. Please try the follow steps.
1> power on all the 15 vms
2> login into the three database node
Run "sudo mysqld_safe --wsrep-recover" command on each of the database nodes.
the output should contains some string like ""Recovered position aec1365-4567-21e4-e3d3-871472caa7b3:56728"
write down the number after the ":"
Choose the database node with the largest number and issue the follow command on it.
sudo service mysql start --wsrep-new-cluster
then run
sudo service mysql start
on the other two database node.
3> login to managment server
run >vioconfig start
this should bring your openstack back.