iSymphony causing excessive load on FreePBX distro - how can I remove it?

I have iSymphony disabled in module admin, but it is still running apparently and every now and then causing massive CPU spikes (see screenshot below).

I have stopped the service (service iSymphonyServerV3 stop)
What is now the best way to stop the service from starting on system startup, or better, remove it from my machine entirely?

[root@freepbx-a ~]# ps aux | fgrep java
asterisk   7269 11.8 20.3 26208580 3295272 ?    Sl    2018 69431:21 /usr/java/latest/bin/java -Xms256m -XX:MinHeapFreeRatio=30 -XX:MaxHeapFreeRatio=50 -XX:-OmitStackTraceInFastThrow -classpath /opt/isymphony3/server/modules/chat/shared/*:/opt/isymphony3/server/modules/framework/shared/*:/opt/isymphony3/server/modules/asterisk/shared/*:/opt/isymphony3/server/modules/contact/shared/*:/opt/isymphony3/server/modules/lang-en-us/shared/*:/opt/isymphony3/server/modules/pbx/shared/*:/opt/isymphony3/server/modules/desktop/shared/*:/opt/isymphony3/server/modules/xmpp/shared/*::./lib/*:iSymphonyServer.jar com.xmlnamespace.panel.server.Server

yum remove iSymphonyServerV3-fpbx
1 Like

Deleting it like this, is there a risk of some dependancy causing a problem?

Nothing should depend on it. It will not let you if there is.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.