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

Document Information

Preface

1.  Installing and Configuring HA for MySQL Cluster

HA for MySQL Cluster Overview

Overview of Installing and Configuring HA for MySQL Cluster

Planning the HA for MySQL Cluster Installation and Configuration

MySQL Cluster and Oracle Solaris Containers

Oracle Solaris Cluster HA for MySQL Cluster Components

Configuration Restrictions

Configuration Requirements

Dependencies Between HA for MySQL Cluster Components

Configuration Recommendations

Installing and Configuring MySQL Cluster

How to Enable a MySQL Cluster Database to Run in a Global Zone Configuration

How to Install and Configure MySQL Cluster in a Global Zone

Verifying the Installation and Configuration of MySQL Cluster

How to Verify the Installation and Configuration of MySQL Cluster

Installing the HA for MySQL Cluster Package

How to Install the HA for MySQL Cluster Package

Registering and Configuring HA for MySQL Cluster

Specifying Configuration Parameters for the MySQL Cluster Management Server Resource

How to Create and Enable Resources for MySQL Cluster Management Server

Specifying Configuration Parameters for the MySQL Cluster ndb Daemon Resource

How to Create and Enable Resources for the MySQL Cluster ndb Daemon

Specifying Configuration Parameters for the MySQL Cluster ndb Shutdown Controller Resource

How to Create and Enable Resources for MySQL Cluster ndb Shutdown Controller

How to Suspend the ndb Shutdown Controller's Stop Action

How to Create and Enable Resources for the MySQL Server

Verifying the HA for MySQL Cluster Installation and Configuration

How to Verify the HA for MySQL Cluster Installation and Configuration

Tuning the HA for MySQL Cluster Fault Monitor

Operation of the HA for MySQL Cluster Management Server Parameter File

Operation of the HA for MySQL Cluster ndb Daemon Parameter File

Operation of the Fault Monitor for HA for MySQL Cluster Management Server

Operation of the Fault Monitor for HA for MySQL Cluster ndb Daemon

Debugging HA for MySQL Cluster

How to Activate Debugging for HA for MySQL Cluster

A.  Files for Configuring HA for MySQL Cluster

B.  Deployment Example: Installing MySQL Cluster in the Global Zone

Index

Verifying the HA for MySQL Cluster Installation and Configuration

After you install, register, and configure HA for MySQL Cluster, verify this installation and configuration to determine whether the HA for MySQL Cluster data service makes your MySQL Cluster database highly available.

How to Verify the HA for MySQL Cluster Installation and Configuration

  1. Become superuser on a cluster node that is to host the MySQL Cluster component.
  2. Determine whether resources are online by issuing the following commands for each resource.

    If a resource is not online, use the clresource enable resources command to bring the resource online.


    MySQL Cluster Component
    Resource Name
    MySQL Cluster management server
    mgm-rs
    MySQL Cluster ndb daemon
    ndb-rs
    MySQL Cluster ndb shutdown controller
    ndb-shut-rs
    MySQL Cluster server
    mysql-rs
  3. Stop all MySQL Cluster resource groups.
    1. Stop the MySQL server resource group.
      # clresourcegroup offline mysql-rg
    2. Stop the MySQL ndb resource group.
      # clresourcegroup offline ndb-rg
    3. Stop the MySQL management server resource group.
      # clresourcegroup offline mgm-rg
  4. Start all MySQL Cluster resource groups in reverse order .
    1. Start the MySQL management server resource group.
      # clresourcegroup online mgm-rg
    2. Start the MySQL ndb resource group.
      # clresourcegroup online ndb-rg
    3. Start the MySQL server resource group.
       # clresourcegroup online mysql-rg
  5. Verify the status of all MySQL Cluster resource groups.
    # clresource status
    # clresourcegroup status