How to make MID server failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 12:56 AM
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 02:17 AM
Hi Jae,
I'll use the docker container or put the MID server on a virtualization environment such as vSphere and have the platform switch over in case the container or a vm instance fails.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 08:36 AM
hi,
You can load balance the MID Servers. I am not talking about the load balancing within servicenow. if you more than one mid server then give to load balancer like cisco or f5 which will give you virtual ip. so the customer they always the virtual ip to connect the instance. The f5 load balancer would automatically load balance or failover based on its configuration. Check with your network team they would be able to help you
Regards,
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 11:26 AM
as part of scheduled import script its a good idea to always check if a midserver is up before using it on a datasource, so you can create a script that checks for midservers without issues or which is up and assign that midserver to the datasource, that way you can always ensure that datasource has an up and running midserver.