Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Enabling debug logs through the operator console
To help diagnose problems in PATROL for Application Management, you can enable debug trace files to help identify problems.
These trace files are also useful to have before contacting BMC Customer Support. The files contain information that Customer Support can use to quickly identify the problem that is preventing normal operation.
The debug commands are entered in the Command box accessed through the Infrastructure Management Operations Console.
Debug commands
The PATROL Agent debug enable and disable commands are as follows:
Enable command | Disable command | Description |
---|---|---|
set("/APM_MAIN/APM/_CentralAdminCollector/paramDebug", "1,3,FILE"); | unset("/APM_MAIN/APM/_CentralAdminCollector/paramDebug"); | The command uses the _CentralAdminCollector parameter to create a trace file that contains data from the collector. Use this command when:
|
set("/APM_Synthetic/APMSynthetic/_Discovery/paramDebug", "1,3,FILE"); | unset("/APM_Synthetic/APMSynthetic/_Discovery/paramDebug"); | Use this command if the
The command creates a trace file that contains the Synthetic hierarchy in the Presentation Server. |
set("/APM_MAIN/APM/_AnalyzersDiscovery/paramDebug", "1,3,FILE"); | unset("/APM_MAIN/APM/_AnalyzersDiscovery/paramDebug"); | Use this command if the The command creates a trace file that collects the information about the Real User Analyzer used by BMC Synthetic End User Experience Monitoring when the _AnalyzersDiscovery parameter failed. |
set("/APM_Synthetic/APMSynthetic/_DataCollector/paramDebug", "1,3,FILE"); | unset("/APM_Synthetic/APMSynthetic/_DataCollector/paramDebug"); | Use this command if the The command creates a trace file that collects the information about BMC Synthetic End User Experience Monitoring when the _DataCollector parameter failed. |
Running the PATROL for Application Management debug commands
- Perform one of the following tasks:
- In the Main drawer, select Global > Devices click the grid view icon
, and then click the blue wrench icon for the device on which you want to run the debug command.
- Double-click a device name to display the Show Monitors page, and then click the blue wrench icon for the agent on which you want to run the debug command.
- In the Main drawer, select Global > Devices click the grid view icon
- Select Query Agent.
- Enter a debug command in the Command box and press Enter, or click Execute. The result is displayed in the Command box. You can run additional debug commands by entering the command into the Command box.
The trace file that collects the data is saved on the PATROL Agent host machine as:
%PATROL_HOME%/APM_KM/APMdebugParamFileName-APM.trc
To disable a debug command, enter the disable command in the Command box.