Monthly Archives: February 2014

Steps to fail over Mysql and maintain replication

1. on all replicating slaves issue: STOP SLAVE; 2. on the slave that will be master there should be no binary logs floating around. issue: RESET MASTER; 3. change the ip address of the new master to that of the … Continue reading

Posted in Uncategorized | Leave a comment

ESXi 5.5 Error: vSphere Client could not connect

Can’t connect to one virtual host with vsphere, but the others are working from the same client. vSphere Client could not connect to “192.168.1.100”. An unknown connection error occurred. (The client could not send a complete request to the server. … Continue reading

Posted in Uncategorized | Leave a comment