Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for MySQL Guide Oracle Solaris Cluster 4.1 |
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
Installing and Configuring MySQL on Local Storage in the HA Zone
Example: Preparing the Cluster for MySQL
Example: Configuring Cluster Resources for MySQL
Example: Installing and Bootstrapping the MySQL Software on Local Storage
Example: Modifying the MySQL Configuration Files
Example: Enabling the MySQL Software to Run in the Cluster
C. Deployment Example: Installing MySQL in a Scalable or Multiple-Master Configuration
This example presents a sparse root zone. You can use a whole root zone if that type better suits your configuration.
phys-schost-1# mkdir /global/mnt3/zones
create -b set zonepath=/global/mnt3/zones/clu1 set autoboot=false set pool=pool_default add inherit-pkg-dir set dir=/lib end add inherit-pkg-dir set dir=/platform end add inherit-pkg-dir set dir=/sbin end add inherit-pkg-dir set dir=/usr end add net set address=ha-host-1 set physical=hme0 end add attr set name=comment set type=string set value="MySQL cluster zone" Put your desired zone name between the quotes here. end
phys-schost-1# zonecfg -z clu1 -f /tmp/x
phys-schost-1# zoneadm -z clu1 install
phys-schost-1# zlogin -C clu1
phys-schost-1a# zoneadm -z clu1 boot
phys-schost-1# ~~.
phys-schost-1# cp /opt/SUNWsczone/sczbt/util/sczbt_config /tmp/sczbt_config
RS=RS-MYS-ZONE RG=RG-MYS PARAMETERDIR=/global/mnt3/zonepar SC_NETWORK=false SC_LH= FAILOVER=true HAS_RS=RS-MYS-HAS Zonename=clu1 Zonebootopt= Milestone=multi-user-server Mounts=
Note - For more information about creating a zone, see the Oracle Solaris Cluster Data Service for Oracle Solaris Zones Guide.
phys-schost-1# ksh /opt/SUNWsczone/sczbt/util/sczbt_register -f /tmp/sczbt_config
phys-schost-1# clresource enable RS-MYS-ZONE