Go to main content

Oracle® Solaris Cluster Data Service for MySQL Guide

Exit Print View

Updated: June 2017
 
 

Example: Preparing the Cluster for MySQL

  1. Install and configure the cluster as instructed in the Oracle Solaris Cluster 4.3 Software Installation Guide.

      Install the following cluster software components on both nodes.

    • Oracle Solaris Cluster core software

    • Oracle Solaris Cluster data service for MySQL

    • Oracle Solaris Cluster data service for Solaris zones

  2. Beginning on the node that owns the file system, add the mysql user.
    phys-schost-1# groupadd -g 1000 mysql
    phys-schost-1# useradd -g 1000 -d /global/mnt3/mysql -m -s /bin/ksh mysql
    phys-schost-2# useradd -g 1000 -d /global/mnt3/mysql -m -s /bin/ksh mysql