Oracle 5.0 Reference Manual page 1556

Table of Contents

Advertisement

Data nodes.
On a computer that is to host a cluster data node it is necessary to install only the NDB
Cluster - Storage engine RPM. To do so, copy this RPM to the data node host, and run the following
command as the system root user, replacing the name shown for the RPM as necessary to match that
of the RPM downloaded from the MySQL web site:
shell>
rpm -Uhv MySQL-ndb-storage-5.0.96-0.glibc23.i386.rpm
The previous command installs the MySQL Cluster data node binary (ndbd) in the
directory.
SQL nodes.
On each machine to be used for hosting a cluster SQL node, install the Server RPM by
executing the following command as the system root user, replacing the name shown for the RPM as
necessary to match the name of the RPM downloaded from the MySQL web site:
shell>
rpm -Uhv MySQL-server-5.0.96-0.glibc23.i386.rpm
This installs the MySQL server binary (mysqld) in the
MySQL Server support files. It also installs the
and /usr/bin, respectively. The RPM installer should take care of general
/usr/share/mysql
configuration issues (such as creating the
Note
To administer the SQL node (MySQL server), you should also install the Client
RPM, as shown here:
shell>
This installs the
Management nodes.
the NDB Cluster - Storage engine management RPM. Copy this RPM to the computer intended
to host the management node, and then install it by running the following command as the system
root user (replace the name shown for the RPM as necessary to match that of the Storage engine
management RPM downloaded from the MySQL web site):
shell>
rpm -Uhv MySQL-ndb-management-5.0.96-0.glibc23.i386.rpm
This installs the management server binary (ndb_mgmd) to the
You should also install the
tools RPM. Copy this RPM to the same computer as the management node, and then install it by
running the following command as the system root user (again, replace the name shown for the RPM
as necessary to match that of the Storage engine basic tools RPM downloaded from the MySQL web
site):
shell>
rpm -Uhv MySQL-ndb-tools-5.0.96-0.sles10.i586.rpm
The Storage engine basic tools RPM installs the MySQL Cluster management client (ndb_mgm) to
the
directory.
/usr/bin
Note
You can also install the Cluster storage engine extra tools RPM, if you wish,
as shown here:
shell>
You may find the extra tools useful; however the Cluster storage engine extra
tools RPM is not required to install a working MySQL Cluster.
See
Section 2.12, "Installing MySQL from RPM Packages on
installing MySQL using RPMs supplied by Oracle.
Installing MySQL Cluster on Linux
mysql.server
mysql
rpm -Uhv MySQL-client-5.0.96-0.sles10.i586.rpm
client program.
mysql
To install the MySQL Cluster management server, it is necessary only to use
management client, which is supplied by the Storage engine basic
NDB
rpm -Uhv MySQL-ndb-extra-5.0.96-0.sles10.i586.rpm
1536
directory, as well as all needed
/usr/sbin
and
mysqld_safe
user and group, if needed) automatically.
/usr/sbin
Linux", for general information about
/usr/sbin
startup scripts in
directory.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents