Basic redhat cluster management commands used in managing mysql cluster




'clustat' ~= Will show the status of the cluster
'clusvcadm -R mysql-svc' ~= Will restart MySQL in place on the same server
'clusvcadm -r mysql-svc -m ' ~= Will relocate MySQL to that node
'clusvcadm -d mysql-svc' ~= Will disable MySQL
'clusvcadm -e mysql-svc' ~= Will enable MySQL

No comments: