Return to Navigation

EM Plug-in Agent Logs

PSFT Plugin 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 Plug‐in on Enterprise Manager 12c 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_12.1.0.1.0/config/psemagentlogging.properties to enable debugg logging.

To enable diagnostic logging feature, enable diagnostic logger Read more about enabling diagnostic logging in PeopleSoft Plug-in Diagnostic Utility section in this Appendix Note: To enable DEBUG logging for metrics/monitoring issues, enable it in psemmetricslogging.properties and to debug discovery issues enable it in psemdiscoverylogging.properities (found under PSFT Discovery PLUGIN_ROOT location - AGENT_HOME/plugins/oracle.apps.psft.discovery.plugin_12.1.0.2.0/config/psemdiscoverylogging.properties)

Enable DEBUG Logging on rootCategory Logger

Set log4j.rootCategory=DEBUG, emagentlogAppender, emagenttrcAppender.

Enable Diagnostic Logging

Set log4j.category.com.peoplesoft.pt.psem.toolsadmin.common.diagnostics=DEBUG, emagentdiagAppender.

For more information about diagnostic utility, see PeopleSoft Plug-in Diagnostics Utility.

Note: To enable DEBUG logging for metrics and monitoring issues, enable psemmetricslogging.properties and to debug discovery issues enable psemdiscoverylogging.properities. Navigate to PSFT Discovery PLUGIN_ROOT location - AGENT_HOME/plugins/oracle.apps.psft.discovery.plugin_12.1.0.2.0/config/psemdiscoverylogging.properties to modify the files.