# MasterNotDiscovered on Client node

**URL:** https://discuss.elastic.co/t/masternotdiscovered-on-client-node/31718
**Category:** Elasticsearch
**Created:** [October 6, 2015, 5:11pm UTC](https://discuss.elastic.co/t/masternotdiscovered-on-client-node/31718 "2015-10-06T17:11:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vikvan](https://avatars.discourse-cdn.com/v4/letter/v/8c91f0/32.png) [@vikvan](https://discuss.elastic.co/u/vikvan)
#### Post date: [October 6, 2015, 5:11pm UTC](https://discuss.elastic.co/t/masternotdiscovered-on-client-node/31718/1 "2015-10-06T17:11:44Z")

</div>

I have a client node which has elasticsearch 1.7.2 running on Centos 6, as a service. Cat API on other nodes shows that this node joined cluster. Cluster Pulse in marvel also confirmed it. But when tried curl for cluster information on this client node, i see MasterNotDiscovered 503 error. What could be missing?

node.data : false  
node.master: false  
minimum master nodes: 2

$ service elasticsearch status  
elasticsearch (pid 25580) is running...

$ curl -XGET [http://localhost:9200/\_cat/nodes?v](http://localhost:9200/_cat/nodes?v)  
{"error":"MasterNotDiscoveredException[waited for [30s]]","status":503}

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:46pm UTC](https://discuss.elastic.co/t/masternotdiscovered-on-client-node/31718/2 "2017-07-05T23:46:29Z")

</div>


