JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for MySQL Guide     Oracle Solaris Cluster 4.1
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring HA for MySQL

A.  Deployment Example: Installing MySQL in the Global Zone

B.  Deployment Example: Installing MySQL in the Non-Global HA Zone

C.  Deployment Example: Installing MySQL in a Scalable or Multiple-Master Configuration

Target Cluster Configuration

Software Configuration

Assumptions

Installing and Configuring MySQL on Local Storage in the Global Zone

Example: How to Prepare the Cluster for MySQL

Example: How to Configure MySQL in a Scalable Resource Group

Example: How to Configure MySQL in a Multiple-Master Resource Group

Example: How to Install and Bootstrap the MySQL Software on Local Storage

Example: How to Modify the MySQL Configuration Files

Example: How to Enable the MySQL Software to Run in the Cluster

Index

Example: How to Configure MySQL in a Scalable Resource Group

This procedure describes how to configure MySQL in a scalable resource group. If you need to configure MySQL in a multiple-master group, see Example: How to Configure MySQL in a Multiple-Master Resource Group.

  1. Register the necessary data types on one of the nodes.
    phys-schost-1# clresourcetype register SUNW.gds
  2. Create the failover resource group for the shared address resource.
    phys-schost-1# clresourcegroup create RG-ACCESS
  3. Create the shared address resource.
    phys-schost-1# Clressharedaddress create ha-host-1 
  4. Create the MySQL resource group.
    phys-schost-1# clresourcegroup create RG-MYSQL
  5. Enable the resource groups.
    phys-schost-1# clresourcegroup online -M RG-MYSQL 
    phys-schost-1# clresourcegroup online -M RG-ACCESS