Installation steps
Identify the script used to launch the component, it can be the default or a custom script.
Default script is : <CALYPSO_HOME>/deploy-local/v15/engineServer.sh
You can use Help > Agent wizard in the portal to help you defining the right values
Add the following lines in the startup scripts :
- Agent name :
EngineServer
- Agent profile :
engine
(see agent name and profile)
# HPA start modification
if [ -r {{hpa_agent_dir}}/hpa_agent_common.sh ]; then
source {{hpa_agent_dir}}/hpa_agent_common.sh "<Agent name>" "<profile>"
fi
# HPA end modification
The lines must be included after CALYPSO_JAVA_MEM_OPTS
is set :
- either in the default/custom script
- either before the call to
standalone.sh
script
For example, in Calypso Native startup script engineServer.sh
, the modified part would be these lines
Agent naming
All engine servers from a same environment point to the same profile (i.e. engineserver_vXX) but their agent name :
- must be different
- must begin with the same prefix (for extractor)
For example :
- EngineServer
- EngineServerCustomV2
- EngineServerKpi
- EngineServerLiquidation