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 ADManager Plus?

                    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 ...
                      • Install and Enable SNMP Service in Windows XP, Vista and 2003

                        Question: How to Install and Enable SNMP Service in Windows XP, Vista and 2003. Solution:  SNMP (Simple Network Management Protocol) is an internet protocol used in network management systems to monitor network-attached devices such as computers, ...
                      • 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 Configure SNMP Service (Add SNMP Read/Write community string) on Windows devices

                        Question: How to Configure SNMP Service (Add “public” community string) Solution: Click on Start button, then go to Control Panel. Open "Service/SNMP" (Click Start >  type "services.msc  inside run window) Locate and right click on SNMP Service, then ...