How to restart a MID Server that is in Down status

__ __2
Tera Expert

The MID server status is Down, so I want to restart the MID agent, but "Restart MID" is not displayed in the related links for the target MID server.
Is there a way to restart the MID agent other than from the related links?

1 ACCEPTED SOLUTION

SN_Learn
Kilo Patron
Kilo Patron

Hi @__ __2 ,

 

Please go through the below KB posts:

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

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

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

3 REPLIES 3

Nguyen Duong1
Tera Contributor

If "Restart MID" isn't showing up in the related links, you can restart the MID server manually. Here’s how you can do it:

  1. Access the MID server host: Log in to the server where the MID server is installed.
  2. Find the Service:
    • On Windows: Open the Services management console (services.msc), find the ServiceNow MID Server service.
    • On Linux: Use a command like sudo service servicenow-mid start or sudo systemctl start servicenow-mid.
  3. Restart the Service:
    • On Windows: Right-click on the ServiceNow MID Server service and select "Restart".
    • On Linux: Use sudo service servicenow-mid restart or sudo systemctl restart servicenow-mid.

This should get your MID server back up and running.

SN_Learn
Kilo Patron
Kilo Patron

Hi @__ __2 ,

 

Please go through the below KB posts:

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

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

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Amit Verma
Kilo Patron
Kilo Patron

Hi @__ __2 

 

You can login to the Mid Server host and restart the service from Services.msc console. 

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.