Discussion Feed
10-22-2018
03:10 AM
Dear Ashok There is our AppDynamics configuration for the Siebel SBS:
create named subsystem "JAVAMX384qAppD" for subsystem "JVMSubSys" with DLL="D:\\APPL\\Siebel\\jdk\\jre\\bin\\server\\jvm.dll", CLASSPATH="D:\\APPL\\Siebel\\siebsrvr\\CLASSES\\Siebel.jar;D:\\APPL\\Siebel\\siebsrvr\\CLASSES\\SiebelJI_deu.jar;D:\\APPL\\Siebel\\siebsrvr\\CLASSES\\SiebelJI_enu.jar;D:\\APPL\\Siebel\\siebsrvr\\jms;D:\\APPL\\Siebel\\siebsrvr\\jms\\jms.jar;D:\\APPL\\Siebel\\siebsrvr\\jms\\jndi;D:\\APPL\\Siebel\\siebsrvr\\rules\\jbs.jar", VMOPTIONS="-Xrs -Xmx384M -server -Djavax.net.ssl.trustStore=D:\\APPL\\Siebel\\siebsrvr\\jms\\***TrustStore.jks -Djavax.net.ssl.trustStorePassword=*** -Djavax.net.ssl.keyStore=D:\\APPL\\Siebel\\siebsrvr\\jms\\client.jks -Djavax.net.ssl.keyStorePassword=*** -Dappdynamics.agent.applicationName=***_kt0 -Dappdynamics.agent.tierName=mtsjvm -Dappdynamics.agent.reuse.nodeName=true -Dappdynamics.agent.reuse.nodeName.prefix=mtsjvm -Dappdynamics.agent.runtime.dir=D:\\Temp\\connect_appd\\ -Dappdynamics.agent.logs.dir=D:\\Temp\\connect_appd\\log\\ -Dappdynamics.controller.hostName=***.zkb.ch -Dappdynamics.agent.accountAccessKey=*** -Dappdynamics.controller.port=8181 -Dappdynamics.controller.ssl.enabled=true -javaagent:D:\\APPL\\AppDynamics\\AppServerAgent\\javaagent.jar"
We found a memory leak related to the process management of siebel. Also the "Shutting down AppDynamics Agent" and the mark as historical doesn't work. Probably because the siebel implementation of java via java.dll doesn't stop the process anf threads like a normal jvm. With the same configuration and a "normal jvm" we don't have that problem. On the screenshots you can see some views from the Siebel JBS in AppDynamics.
Best regards
Marc
... View more
07-12-2018
05:01 PM
2 Kudos
Dear Ravi
You can use the Machine Agent (zip) "(Standalone machine agent (no JRE) to monitor your servers.)"
with a jre that are compiled for aix. For example install over smitty:
https://surajgyawali.com/2015/10/15/how-to-setup-ibm-java-runtime-environment-jre-and-add-jre-as-a-system-variable-on-aix-7-1/
Best regards
Marc
... View more
07-12-2018
04:40 PM
Dear Ahmad
We are currently in a POC for monitoring some Java Business Service in Siebel. It works with a configuration for Dynamic Environments:
https://docs.appdynamics.com/display/PRO45/Instrument+JVMs+in+a+Dynamic+Environment
important is also the
-Dappdynamics.agent.auto.node.prefix=
setting because the jvms are start and stop dynamic:
https://docs.appdynamics.com/display/PRO45/Java+Agent+Configuration+Properties#JavaAgentConfigurationProperties-AutoNodeNamePrefixProperty
If you want i can post a sample enterprise configuration next week.
Best regards
Marc
... View more
07-12-2018
04:19 PM
1 Kudo
Dear santhosha
I've deploy the SampleApp around three or four months ago. As i remind i've the same issue as you. I resolved the issue with the following steps:
1. comment out "downloadInstallers" on line 181 in rest/install-appdynamics.sh (Because the download isn't work for me)
2. Download the current app, machine and db agent from https://download.appdynamics.com and store in /tmp/appdagents
3. Change the path on the function installAppServerAgent,installDatabaseAgent and installMachineAgent in rest/install-appdynamics.sh
for example:
installMachineAgent() { echo "Installing Machine Agent to ${MACHINE_AGENT_HOME}..." unzip -qo ${MACHINE_AGENT_ZIP} -d ${MACHINE_AGENT_HOME} && rm ${MACHINE_AGENT_ZIP} }
to
installMachineAgent() { echo "Installing Machine Agent to ${MACHINE_AGENT_HOME}..." unzip -qo /tmp/appdagents/machineagent-bundle-64bit-linux-4.5.0.1285.zip -d ${MACHINE_AGENT_HOME} }
IIRC i have to do this again in the OverlayFS (/var/lib/docker/overlay2/[...] again after the first run.
On the node.js component you can also activate EUM for the angular part.
Best regards
Marc
... View more
Latest Activity
- Got a Kudo for Re: What machine agent is required to monitor AIX server?. 01-19-2021 12:08 AM
- Got a Kudo for Re: What machine agent is required to monitor AIX server?. 05-08-2020 10:02 AM
- Got a Kudo for Re: Demo application for appdynamics. 11-05-2018 10:06 AM
- Posted Re: Appdynamics monitoring for Siebel on Infrastructure (Server, Network, Database). 10-22-2018 03:10 AM
- Kudoed Release Highlights: What's new in Summer '18 (4.5)? for Nina.Wolinsky. 07-12-2018 05:12 PM
- Kudoed Resolved Issues in the Summer '18 (4.5) Release for Nina.Wolinsky. 07-12-2018 05:11 PM
- Posted Re: What machine agent is required to monitor AIX server? on Infrastructure (Server, Network, Database). 07-12-2018 05:01 PM
- Posted Re: Appdynamics monitoring for Siebel on Infrastructure (Server, Network, Database). 07-12-2018 04:40 PM
- Posted Re: Demo application for appdynamics on Infrastructure (Server, Network, Database). 07-12-2018 04:19 PM
- Kudoed How are customers using Business iQ for AppDynamics? for Erin. 04-04-2018 12:25 AM
Community Stats
Date Registered | 10-14-2015 04:52 AM |
Date Last Visited | 09-01-2020 10:26 AM |
Total Messages Posted | 5 |
Total Kudos Received | 3 |