PeopleSoft AMP Agent Logs

PeopleSoft AMP Issues on Management Agent

The log files are located in the USER_HOME directory for each host.

To debug PSFT plugin issues on Management Agent, navigate to the log files for the host here, USER_HOME/psft/pt/emplugin/logs.

PeopleSoft AMP on Enterprise Manager 13c on Oracle Management Service

Navigate to MW_HOME/gc_inst/em/EMGC_OMS1/sysman/log ‐ emoms.trc & emoms.log.

Enable DEBUG Logging on Oracle Management Service

Run the emctl command, OMS_HOME/bin/emctl set property ‐name log4j.rootCategory ‐value "DEBUG, emlogAppender, emtrcAppender" ‐module logging.

Enable DEBUG Logging on Management Agent

Navigate to AGENT_HOME/plugins/oracle.apps.psft.agent.plugin_13.5.1.1.0/config to enable debug logging. There are two configuration files.

  1. agentLogging.xml : Debug can be turned on for agent related activities.

  2. metricLogging.xml : Debug can be turned on for metrics related activities.

Navigate toAGENT_HOME/plugins/oracle.apps.psft.discovery.plugin_13.5.1.1.0/config.

discoveryLogging.xml is used to enable debug for Discovery activities. To enable diagnostic logging feature, enable diagnostic logger Read more about enabling diagnostic logging in PeopleSoft AMP Diagnostic Utility section in this Appendix.

Enable DEBUG Logging on rootCategory Logger

Set

</Logger>
<Root level="debug">
...
....

</Logger> 

in appropriate logging xml  file.

Enable Diagnostic Logging

Set

<Loggers>
<Logger name="com.peoplesoft.pt.psem.toolsadmin.common.diagnostics" 
level="debug" additivity="false">
...
...
</Logger>

in appropriate logging xml  file.

For more information about diagnostic utility, see PeopleSoft AMP Diagnostics Utility.

Note: To enable DEBUG logging for metrics and monitoring issues, enable debug in metricLogging.xml and agentLogging.xml. Navigate to PSFT Discovery PLUGIN_ROOT location - AGENT_HOME/plugins/ oracle.apps.psft.agent.plugin_13.5.1.1.0/config and edit the required xml file. To debug discovery issues enable debug in discoveryLogging.xml. Navigate to PSFT Discovery PLUGIN_ROOT location - AGENT_HOME/plugins/ oracle.apps.psft.discovery.plugin_13.5.1.1.0/config/discoveryLogging.xml and modify the file.