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/dataServer.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 :
DataserverReadOnly
- Agent profile :
dataserver
(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 dataServer.sh
, the modified part would be these lines
DataServer RO Agent Naming
DataServer read-only instances can be named DataServerRO
and use the same profile dataserver_vXX
Installation check
Once the DataServer started, check the following to ensure the good installation of the agent.
- Using
ps -ef
, check the Calypso Java process is launched with the java option-Dintroscope.agent.agentName
. - In Broadcom APM Webview investigator, check a Calypso DataServer node with name
Dintroscope.agent.agentName
is well mounted in the Investigator tree.