New MID Server service on linux fails to start if another MID server is already installed on the same hostIssue New MID Server service on linux fails to start if another MID server is already installed on the same host and agent log files are not created.CauseAs documented in the Install a MID Server on Linux, only one MID Server can be installed per host: "You cannot install more than one MID Server service as a daemon on a Linux host. This is a limitation of the Tanuki wrapper service." However, it is possible to run (not install) more than one MID Server if no MID Servers are installed. The drawback of running MID servers without installing them is that the service will not be started on host restart. Note: Installation of linux MID server is performed by running: ${base_install_dir}/agent/bin/mid.sh installResolutionConfirm linux MID server is installed: Run following command and check that the output is not empty systemctl | grep "mid.service" Remove references to service: Stop service systemctl stop mid.service Disable service systemctl disable mid.service Remove systemd references rm /etc/systemd/system/mid.servicerm /usr/lib/systemd/system/mid.service Reload systemctl daemon-reloadsystemctl reset-failed Start MID server services Navigate to each MID server folder and run./start.sh Note: Do not run "./mid.sh install" on this hostRelated LinksOther KBs regarding MID Server service on linux startup issues: Could not write pid file ../agent/work/mid.pid: Inappropriate ioctl for device