Deploying MySQL on Oracle Clusterware – Part 4
If you are not deploying an extended distance cluster, you can skip on to part 5 of this series. Configure the witness site At your witness site all you need is a Linux machine running an NFS server. This could be something as simple as an EC2 instance running in Amazon. The Oracle whitepaper on this that I referenced is available here. You need to create a directory and export it to both cluster nodes. For example you could add these lines to /etc/exports on the nfs server: Once that is done, you just need to do the following as root on each node: Add a line like this to /etc/fstab on each node: If you have not yet installed the patch for 19373893 you need to mount the NFS share with the hard option instead of soft. However if you do… Read More »Deploying MySQL on Oracle Clusterware – Part 4