Before You Begin
Install and configure the cluster as instructed in the Oracle Solaris Cluster 4.3 Software Installation Guide.
Oracle Solaris Cluster core software
Oracle Solaris Cluster data service for MySQL
phys-schost-1# groupadd -g 1000 mysql phys-schost-1# useradd -g 1000 -d /local/mysql -m -s /bin/ksh mysql phys-schost-2# groupadd -g 1000 mysql phys-schost-2# useradd -g 1000 -d /local/mysql -m -s /bin/ksh mysql