4/10 Q. ITOM Project Help !! (Please No Paste CHATGPT ANSWER)

SandeepKSingh
Kilo Sage

I must ensure Discovery and outbound integrations keep running even if one MID Server goes down. How we can Build a high-availability  + failover setup for two (or more) MID Servers across the same network, so that:

  • Jobs are load-balanced during normal operation.

  • If MID-A fails, jobs auto-failover to MID-B (and vice-versa) with minimal disruption.

  • The design remains upgrade-safe and easy to support.

Dr Atul G- LNG
Tera Patron

Hi @SandeepKSingh 

 

  • Jobs are load-balanced during normal operation.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG

****************************************************************************************************************

Bhuvan
Giga Patron

@SandeepKSingh 

 

Setup a MID Server cluster and use it for discovery and integrations. This will act both as a load balancer and failover. Refer below link for more details,

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0997595

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

I guess @Bhuvan   Cluster alone can't help .. we eed to cheak hearbeat  as well.. every 40 Sec. What you say??

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

@Ravi Gaurav 

 

As per my understanding, it is not mandatory to setup heartbeat and MID Server cluster configuration is enough for failover to work. 

 

You can refer Business Rule 'MID Server Cluster Management' for more information on the logic.

Bhuvan_0-1756275444658.png

https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/mid-server/reference/...

 

https://noderegister.service-now.com/kb?id=kb_article_view&sysparm_article=KB0661756

 

https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/mid-server/concept/c_...

 

Monitoring heartbeat, failed jobs and job status in ServiceNow MID Server Dashboard is useful for tracking overall health of MID Servers.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

View solution in original post