Troubleshooting
If you experience any functional issues with the agent, review the following information and supply it to the AppDynamics Support.
- The agent log. The IIB agent writes status information into the configured log
directory, or
/tmp/appd
if the configuration has not been read at the time the message is logged. The status information can help diagnose issues with the agent. - The system log. The IIB broker writes status messages into the system log. The messages include information about the loading and operation of user exits, such as the IIB agent.
- Abend files in the IIB errors directory. The default location is
/var/mqsi/common/errors
. - Core files, if they exist.
If you have an issue with the agent or if you want to disable it, perform the following:
-
Stop the broker
mqsistop <broker-name>
. -
Perform the following based on the version applicable to you:
Option Description IIB 10 Remove the Splunk AppDynamics user exit mqsichangebroker <broker-name> -x "" -e ""
ACE 11, ACE 12 Set the following parameters in the
node.conf.yaml
file as an empty string:UserExits:
activeUserExitList
: ''userExitPath
: '' -
Start the broker
mqsistart <broker-name>
.