Collect SCP MER Logs and Debug Data on macOS
Use this topic to collect SCP MER logs, enable debug logging, and gather supporting diagnostics such as network captures and crash reports for troubleshooting SCP-related issues.
Prerequisite
Ensure required tools are available before you begin data collection.
- Install Wireshark from https://www.wireshark.org/download.html to capture network traffic for redirection-related issues.
Enable Debug Logging
Enable debug logging to capture detailed SCP and AAC activity, which helps identify the root cause of issues during troubleshooting.
Enable SCP Policy Debug Logging
Configure the SCP policy to log all client-side events:
- Open the ePO console.
- Navigate to SCP Policy.
- Select the required policy.
- Click Client Configuration.
- Go to Log File Settings (OS X Only).
- Select Log all messages.
Enable Arbitrary Access Control (AAC) Debug Logging
Increase AAC logging verbosity to capture detailed access control events and system interactions.
- Open a terminal session.
- Run the
sudo vi /usr/local/McAfee/fmp/AAC/var/logConfig.xmlcommand with administrator privileges. - Locate the
<LogSeverityLevel>entry. - Set the value to
6:<LogSeverityLevel>6</LogSeverityLevel> - Save the file and restart the host.
Collect SCP MER Log
Generate and export the MER log to capture system and product diagnostics required for analysis.
- Click the Mac menu bar icon.
- Open McAfee Endpoint Security for Mac.
- Select Console.
- Go to Help.
- Click Run MerTool.
- Save the generated log file.
- Share the log file with Technical Support.
Capture Network Traffic (For Redirection Issues)
Capture network traffic to analyze request flow, redirection behavior, and involved endpoints.
- Launch Wireshark.
- Start a capture during the affected session.
- Reproduce the issue.
- Stop the capture.
- Document all relevant IP addresses and hostnames involved in the session.
- Share the capture file with Technical Support.
Collect Crash Reports (If Available)
Identify and collect crash data to diagnose unexpected application or service failures.
Check Crash Reports in Console
Review system crash logs to identify failures related to SCP components.
- Click the Mac menu bar icon.
- Open Console.
- Navigate to Crash Reports.
- Check for crashes related to the following processes:
mcpdfmpdnetworkextension
- Note the findings.
Retrieve Crash Report Files
Collect raw crash report files for detailed backend analysis.
- Go to
/Library/Logs/DiagnosticReports/ - Copy the relevant crash report files.
- Share them with Technical Support.
