# 3-node setup failure

**URL:** https://forums.percona.com/t/3-node-setup-failure/4867
**Category:** Percona XtraDB Cluster 5.x
**Created:** [May 2, 2016, 4:02pm UTC](https://forums.percona.com/t/3-node-setup-failure/4867 "2016-05-02T16:02:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lvic4594](https://avatars.discourse-cdn.com/v4/letter/l/b4bc9f/32.png) [@lvic4594](https://forums.percona.com/u/lvic4594)
#### Post date: [May 2, 2016, 4:02pm UTC](https://forums.percona.com/t/3-node-setup-failure/4867/1 "2016-05-02T16:02:55Z")

</div>

I am trying to setup 3 node cluster on Ubuntu, seems as my first node is bootstrapped:  
mysql\> show status like ‘wsrep%’;  
±-----------------------------±-------------------------------------+  
| Variable\_name | Value |  
±-----------------------------±-------------------------------------+  
| wsrep\_local\_state\_uuid | 713e12a9-10a8-11e6-a7a6-02ef683208fc |  
| wsrep\_protocol\_version | 7 |  
| wsrep\_last\_committed | 0 |  
| wsrep\_replicated | 0 |  
| wsrep\_replicated\_bytes | 0 |  
| wsrep\_repl\_keys | 0 |  
| wsrep\_repl\_keys\_bytes | 0 |  
| wsrep\_repl\_data\_bytes | 0 |  
| wsrep\_repl\_other\_bytes | 0 |  
| wsrep\_received | 17 |  
| wsrep\_received\_bytes | 1487 |  
| wsrep\_local\_commits | 0 |  
| wsrep\_local\_cert\_failures | 0 |  
| wsrep\_local\_replays | 0 |  
| wsrep\_local\_send\_queue | 0 |  
| wsrep\_local\_send\_queue\_max | 2 |  
| wsrep\_local\_send\_queue\_min | 0 |  
| wsrep\_local\_send\_queue\_avg | 0.500000 |  
| wsrep\_local\_recv\_queue | 0 |  
| wsrep\_local\_recv\_queue\_max | 2 |  
| wsrep\_local\_recv\_queue\_min | 0 |  
| wsrep\_local\_recv\_queue\_avg | 0.058824 |  
| wsrep\_local\_cached\_downto | 0 |  
| wsrep\_flow\_control\_paused\_ns | 0 |  
| wsrep\_flow\_control\_paused | 0.000000 |  
| wsrep\_flow\_control\_sent | 0 |  
| wsrep\_flow\_control\_recv | 0 |  
| wsrep\_cert\_deps\_distance | 0.000000 |  
| wsrep\_apply\_oooe | 0.000000 |  
| wsrep\_apply\_oool | 0.000000 |  
| wsrep\_apply\_window | 0.000000 |  
| wsrep\_commit\_oooe | 0.000000 |  
| wsrep\_commit\_oool | 0.000000 |  
| wsrep\_commit\_window | 0.000000 |  
| wsrep\_local\_state | 4 |  
| wsrep\_local\_state\_comment | Synced |  
| wsrep\_cert\_index\_size | 0 |  
| wsrep\_cert\_bucket\_count | 22 |  
| wsrep\_gcache\_pool\_size | 1707 |  
| wsrep\_causal\_reads | 0 |  
| wsrep\_cert\_interval | 0.000000 |  
| wsrep\_incoming\_addresses | 10.132.18.1:3306 |  
| wsrep\_evs\_delayed | |  
| wsrep\_evs\_evict\_list | |  
| wsrep\_evs\_repl\_latency | 0/0/0/0/0 |  
| wsrep\_evs\_state | OPERATIONAL |  
| wsrep\_gcomm\_uuid | 713daa05-10a8-11e6-bb61-eaab06c0d826 |  
| wsrep\_cluster\_conf\_id | 7 |  
| wsrep\_cluster\_size | 1 |  
| wsrep\_cluster\_state\_uuid | 713e12a9-10a8-11e6-a7a6-02ef683208fc |  
| wsrep\_cluster\_status | Primary |  
| wsrep\_connected | ON |  
| wsrep\_local\_bf\_aborts | 0 |  
| wsrep\_local\_index | 0 |  
| wsrep\_provider\_name | Galera |  
| wsrep\_provider\_vendor | Codership Oy \<info@codership.com\> |  
| wsrep\_provider\_version | 3.14(r53b88eb) |  
| wsrep\_ready | ON |  
±-----------------------------±-------------------------------------+

But when i try to start 2-nd node, it fails:

- Starting MySQL (Percona XtraDB Cluster) database server mysqld \* State transfer in progress, setting sleep higher mysqld \* The server quit without updating PID file (/var/lib/mysql/node-44a84216b229.pid).

Mysql logs are empty…Any idea what can be a problem here and how i can troubleshoot this issue?  
Thanks
