# Dremio HA and node monitoring

**URL:** https://community.dremio.com/t/dremio-ha-and-node-monitoring/7094
**Category:** Uncategorized
**Created:** [March 9, 2021, 3:01pm UTC](https://community.dremio.com/t/dremio-ha-and-node-monitoring/7094 "2021-03-09T15:01:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AjayBabuM](https://avatars.discourse-cdn.com/v4/letter/a/eb9ed0/32.png) [@AjayBabuM](https://community.dremio.com/u/AjayBabuM)
#### Post date: [March 9, 2021, 3:01pm UTC](https://community.dremio.com/t/dremio-ha-and-node-monitoring/7094/1 "2021-03-09T15:01:32Z")

</div>

Hi Dremio Team,

Iam using Dremio 13.x community version, I want to know the design like i have two server nodes want to make each node can act as both co-ordinator,executor with HA, is this possible? Can I use executor from both nodes and co-ordinators as active and stand-by.

How to monitor active, stand-by and other executors in same UI.

Thanks,  
Ajay Babu Maguluri.

---

<div class="post-metadata">

### Author: ![balaji.ramaswamy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/balaji.ramaswamy/32/843_2.png) [@balaji.ramaswamy](https://community.dremio.com/u/balaji.ramaswamy)
#### Post date: [March 10, 2021, 8:15am UTC](https://community.dremio.com/t/dremio-ha-and-node-monitoring/7094/2 "2021-03-10T08:15:39Z")

</div>

@AjayBabuM

In HA mode, the secondary coordinator is not open, it is waiting for the lock from primary to be released, this is like an Oracle database in mount state, so you cannot use the coordinator instance as an executor

There is not inbuilt monitoring tools inside of Dremio, you can use custom scripts or external monitoring tools

Here are some JMX metrics you can use

You can use the API to check the coordinator

[http://docs.dremio.com/advanced-administration/monitoring/](http://docs.dremio.com/advanced-administration/monitoring/)
