MID Server Installation on multiple target devices

SujanD345956992
Tera Contributor

Hey folks! 

Is it possible to install MID Server and setup the configuration file in the MID server on multiple targets in a single go ? Like how organizations push software updates to all of their devices at a time through CI / CD. 

Is it possible to bring CI / CD kind of technology to push the MID Server installation on multiple targets? If yes, does it require any human intervention in the middle?

1 REPLY 1

sivasankaris
Tera Guru

Hi @SujanD345956992 ,

Yes, you can deploy MID Server on multiple targets in one go using CI/CD or automation tools, with no manual intervention per server once set up.

How it’s usually done

  • Configuration management tools like Ansible, Chef, Puppet, SCCM, etc.

  • CI/CD pipelines (Jenkins, Azure DevOps, GitHub Actions)

  • Golden images / VM templates in cloud environments

  • In advanced cases, even containers

What gets automated

  • Download & install MID Server

  • Configure config.xml (instance URL, MID name, credentials, proxy, etc.)

  • Install MID as a service

  • Start MID Server

  • Auto-register with ServiceNow

If this is useful.. Please Mark it as helpful and please Accept my Solution...

Best Regards

SIVASANKARI S

  •