Following is the work around for installing SC 2016 OM console and SC 2016 SM console on the same server:
- Install SC 2016 OM console and then install SC 2016 SM console on the same server
- Add system environment variable DEVPATH which contains folder path of the Microsoft.EnterpriseManagement.Core.dll with the value “C:Program FilesMicrosoft System Center 2016Operations ManagerConsoleSDK Binaries”
- Add following highlighted entry in the config file (C:Program FilesMicrosoft System Center 2016Operations ManagerConsoleMicrosoft.EnterpriseManagement.Monitoring.Console.exe.config)
<configuration>
….
<runtime>
<developmentMode developerInstallation=”true” />
</runtime>
….
</configuration>
With above modifications both the consoles will co-exist on the same server.