Disable WebClient from automatically launching when service is started

Disable WebClient from automatically launching when service is started

Customer can disable the webclient during the OpManager Server Startup by modifying the file Opmanager_processinfo.xml under <OpManager>\\conf folder.

look for this line

<COMMAND Name="StartOpManagerWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.opmanager.start.ShowClient]]>
<ADDITIONALPARAMS ParamName="InvokeClientCommand" ParamValue="cmd.exe /c start"/>
</COMMAND>

and change it to

<!--
      <COMMAND Name="StartOpManagerWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.opmanager.start.ShowClient]]>
<ADDITIONALPARAMS ParamName="InvokeClientCommand" ParamValue="cmd.exe /c start"/>
      </COMMAND>
-->

and also look for 

<PROCESS Name="StartOpManagerWebClient">
<COMMAND Name="StartWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.opmanager.start.ShowClient]]>
<ADDITIONALPARAMS ParamName="InvokeClientCommand" ParamValue="cmd.exe /c start"/>
                  </COMMAND>
</PROCESS>

change it to 

<!--
<PROCESS Name="StartOpManagerWebClient">
<COMMAND Name="StartWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.opmanager.start.ShowClient]]>
<ADDITIONALPARAMS ParamName="InvokeClientCommand" ParamValue="cmd.exe /c start"/>
                  </COMMAND>
</PROCESS>
-->


Save the file. Stop and Start Opmanager

                  New to ADSelfService Plus?

                    • Related Articles

                    • OpManager Service does not start automatically after Opmanager server restart

                      Question: Why OpManager service does  not start automatically even though the service start up  type is set to                 automatic? Solution: There are scenarios where security applications like Symantech end point security , Trend micro or any ...
                    • How to enable or disable automatic VM discovery?

                      Auto VM discovery feature enables you to automatically discover any new VMs added to your virtual servers without having to run rediscovery or update your inventory everytime. This setting can be enabled for any virtual parent device in OpManager ...
                    • How to uninstall and reinstall OpManager Service?

                      1)Stop OpManager service 2)Go to OpManager  command prompt with Run as administrator Option 3)Change directory to OpManager/bin  and execute " opmanagerservice.bat -r "    Ex: C:\ManageEngine\OpManager\bin>OpManagerService.bat -r    (The above ...
                    • How to start OpManager as service in Linux Machine

                      Applicable for OpManager versions above 123066 and above. 1. Stop the OpManager.  2. Execute the linkAsService.sh script under OpManager/bin directory 3. This will add the opmanager as service in the machine. Commands to start/stop/restart the ...
                    • How to automatically discover the new devices added to my network?

                      Discovery Schedule You can set up a discovery schedule to automatically discover the new devices added to your network. To create a discovery schedule, For OpManager versions 125174 and above Go to Settings -> Discovery. In the Network Discovery ...