Cause
After POM dials calls, if the agent utilization is less than 50%, agents do not receive calls for 30 to 40 seconds.
Solution
Procedure
- Open an SSH session to the primary and all the auxiliary POM servers.
You can use an application such as PuTTY.
- Go to /opt/Tomcat/tomcat/lib/config/voiceportal.properties and reset the values of the following parameters:
- Set mppCcxmlJsiRuntimes to 4 or more than 4.
- Set mppVxmlJsiRuntimes to 4.
- Save the file.
- Open an SSH session to all configured MPP servers.
You can use an application such as PuTTY.
- Go to /opt/Avaya/ExperiencePortal/MPP/config/mppconfig.xml and reset the values of the following parameters:
- Set ccxml.jsi.runtimesize to 33554432.
- Set ccxml.jsi.contextsize to 262144.
- Save the file.
- Open an SSH session to the POM primary server.
You can use an application such as PuTTY.
- Log on to the POM database server.
- Go to /opt/Avaya/avpom/POManager/config/PIMHibernate.cfg.xml and reset the following properties:
Note:
Do the following settings only if the agents are more than 1000.
- <property name="hikari_PIMCM">200</property>
- <property name="hikari_PIMADMIN">150</property>
- <property name="hikari_PIMAGT_Active">200</property>
- <property name="hikari_PIMCD_Active">200</property>
- Save the file.
- Go to /opt/Avaya/avpom/POManager/bin.
- To increase the Agent Memory to 3 GB, run the following command:
./updateAgentManagerMemory.sh
- Go to /opt/Avaya/avpom/POManager/bin.
- To increase the Campaign Manager Memory to 3 GB, run the following command:
./updateCampaignManagerMemory.sh
To overcome slow dialling, you can select 3 GB only.
- In the POM database, run the $POM_HOME/bin/SetConfigValue.sh script to reset the values of the following parameters in the pim_config table:
- Set AgentWorkerThreads to 200.
By default, the value of this parameter is 20.
- Set MaxCMWorkers to 200.
By default, the value of this parameter is 20.
- Save the file.
- Go to /etc/profile.d/POM.sh.
- In the POM.sh file, in the POM_CD_JAVA_OPTS field, reset the values of both Xms and Xmx parameters from 1 to 3 GB.
- On the POM server, restart the POM service for the changes to take effect.