Difference between revisions of "Main Page"

From ppwiki
Jump to navigation Jump to search
Line 10: Line 10:
 
|+server information
 
|+server information
 
|-
 
|-
|servername
+
|Servername
 
|IP adress
 
|IP adress
 +
|Server Role
 
|-
 
|-
 
|db1
 
|db1
|db2
+
|10.192.16.58
|db3
+
|first db server
 
|-
 
|-
 
|Butter
 
|Butter

Revision as of 22:37, 13 February 2018

Tutorials

Percona XtraDB Cluster

Prerequisites

To complete this tutorial, you'll need the following:

  • Three(3) Debian 9(Stretch) servers for
  • One(1) Debian 9(stretch) server
server information
Servername IP adress Server Role
db1 10.192.16.58 first db server
Butter Ice cream
STEP 1- Install Debian 9 on all 4 servers

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.

sudo apt-get update
sudo apt-get -y upgrade 

Puppet