Skip to content

Instantly share code, notes, and snippets.

@animyeboah
Last active April 16, 2019 21:14
Show Gist options
  • Select an option

  • Save animyeboah/ab3f4aea191f83a221883e9207b04d40 to your computer and use it in GitHub Desktop.

Select an option

Save animyeboah/ab3f4aea191f83a221883e9207b04d40 to your computer and use it in GitHub Desktop.
MID Server

MID server setup and configuration

  1. ITOM > ITOM Guided Setup
  • Create MID server user with role mid_server
  • Download file
  • Extract "agent" folder to /ServiceNow/
  1. Configure wrapper-oveverride.conf or via installer with naming conventions
  • Name: Dev_XX
  • Display Name: SN MID Dev_XX
  1. Configure wrapper.conf
# Description of the service
wrapper.description=Running on https://<<intanceName>.service-now.com
  1. Launch MID server

Windows service configuration

  • Check description, and run status
  • Make sure that MID server runs as deidcated user (e.g. AD user), not "Local System"

Validate in ServiceNow

  1. Find server in MID Servers > Server and validate

Uninstalling

  • Run uninstall command from bin folder
  • If uninstall fails, seacrh registry for remaining entries (by mid server name) and delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment