<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://papaulgigitech.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=174.206.12.163</id>
	<title>ppwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://papaulgigitech.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=174.206.12.163"/>
	<link rel="alternate" type="text/html" href="https://papaulgigitech.com/index.php?title=Special:Contributions/174.206.12.163"/>
	<updated>2026-08-28T09:21:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://papaulgigitech.com/index.php?title=How_to_install_Percona_XtraDB_Cluster&amp;diff=53</id>
		<title>How to install Percona XtraDB Cluster</title>
		<link rel="alternate" type="text/html" href="https://papaulgigitech.com/index.php?title=How_to_install_Percona_XtraDB_Cluster&amp;diff=53"/>
		<updated>2018-02-15T16:54:03Z</updated>

		<summary type="html">&lt;p&gt;174.206.12.163: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
For this tutorial, we will be installing:&lt;br /&gt;
* Percona-XetraDB-cluster 5.7&lt;br /&gt;
* Haproxy version 1.6.3&lt;br /&gt;
* sysbench version 1.0.12&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
To complete this tutorial, you'll need the following:&lt;br /&gt;
&lt;br /&gt;
* Four(4) Debian 9(Stretch) servers&lt;br /&gt;
This lab has been tested also on Ubuntu 14.04 and Xenial 16.04.  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Server Information&lt;br /&gt;
|-&lt;br /&gt;
|Servername&lt;br /&gt;
|IP adress&lt;br /&gt;
|Node Role&lt;br /&gt;
|-&lt;br /&gt;
|db1&lt;br /&gt;
|10.192.16.58&lt;br /&gt;
|First db server&lt;br /&gt;
|-&lt;br /&gt;
|db2&lt;br /&gt;
|10.192.16.59&lt;br /&gt;
|Second db server&lt;br /&gt;
|-&lt;br /&gt;
|db3&lt;br /&gt;
|10.192.16.60&lt;br /&gt;
|Third db server&lt;br /&gt;
|-&lt;br /&gt;
|web1&lt;br /&gt;
|10.192.16.61&lt;br /&gt;
|Test client&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==STEP 1- Install Debian 9 on all 4 servers==&lt;br /&gt;
&lt;br /&gt;
Make sure that you install Debian 9 on all servers and all servers are up to date by runnimg the commands below after the install. &lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get -y upgrade &lt;br /&gt;
&lt;br /&gt;
Note: If you are not running a DNS server in your environment, make sure you update you /etc/hosts file on each node.&lt;br /&gt;
&lt;br /&gt;
 127.0.0.1     localhost&lt;br /&gt;
 10.192.16.58  db1&lt;br /&gt;
 10.192.16.59  db2  &lt;br /&gt;
 10.192.16.60  db3&lt;br /&gt;
 10.192.16.61  web1&lt;br /&gt;
 # The following lines are desirable for IPv6 capable hosts&lt;br /&gt;
 ::1     localhost ip6-localhost ip6-loopback&lt;br /&gt;
 ff02::1 ip6-allnodes&lt;br /&gt;
 ff02::2 ip6-allrouters&lt;br /&gt;
&lt;br /&gt;
==STEP 2- Install Percona_XtraDB-Cluster on db1,db2 and db3==&lt;br /&gt;
* Login as root &lt;br /&gt;
* create a new fille &amp;quot;percona.sh&amp;quot;.&lt;br /&gt;
* Copy the script below and paste it into the new file.&lt;br /&gt;
Percona install script:&lt;br /&gt;
&lt;br /&gt;
* Save the file and close it &lt;br /&gt;
* Make the file executable &lt;br /&gt;
 chmod +x percona.sh&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
;STEP 3- Configue Percona_XtraDB-Cluster&lt;br /&gt;
&lt;br /&gt;
;STEP 4 - Bootstrap the first node (db1)&lt;/div&gt;</summary>
		<author><name>174.206.12.163</name></author>
	</entry>
</feed>