With the release of Barracuda RMM 2013 R1 FP3, a new means of monitoring WMI was implemented using the Web Service Management protocol. Previously, WMI was accessed over DCOM, which could result in memory leaks and performance issues.
In some cases, you may want to disable the Onsite Managers capabilities to use WSMan for monitoring WMI. The instructions below describe how to enable or disable these capabilities on Onsite Managers only and these instructions are completely independent of group policy applications or other configurations for the WSMan components on the end devices under monitoring.
To Disable WSMan
Open the Onsite Manager config file in notepad:
C:\Program Files (x86)\Level Platforms\Onsite Manager\Bin\MWExpertSystem.exe.config
- Locate the following line:
<!--<add key="WmiUseDcom" value="false" />-->
- Either edit the existing line, or add a new one below it to add the following:
<add key="WmiUseDcom" value="true" />
- Restart the MWExpertSystem service.
To Enable WSMan
Open the Onsite Manager config file in notepad:
C:\Program Files (x86)\Level Platforms\Onsite Manager\Bin\MWExpertSystem.exe.config
- Then locate the following line:
<add key="WmiUseDcom" value="true" />
- Either remove the above line or comment it out like this example:
<!--<add key="WmiUseDcom" value="true" />-->
- Restart the MWExpertSystem service.