Technical Tip: No incidents generated due to phMonitorSupervisor PID write error in FortiSIEM
| Description | This article describes how to resolve an issue where no incidents are created or received in the Incident tab due to 'cannot open pid file of /opt/phoenix/cache/run/phMonitorSupervisor.pid for write (err=)' error. |
| Scope | FortiSIEM. |
| Solution | Symptoms.
[PH_BASE_PROC_SET_PID_FILE_FAILED]:[eventSeverity]=PHL_ERROR,[procName]=phMonitorSupervisor,[fileName]=phBaseProcess.cpp,[lineNumber]=1241,[filePath]=/opt/phoenix/cache/run/phMonitorSupervisor.pid,[errorString]=,[phLogDetail]=Failed to set pid file in base process. Reason: cannot open pid file of /opt/phoenix/cache/run/phMonitorSupervisor.pid for write (err=)
To resolve this issue, follow the steps below:
su - admin -c "mkdir -p /opt/phoenix/cache/run"
la -la /opt/phoenix/cache
phtools --stop ALL
After completing the steps above, incidents should be generated and visible in the Incident tab, and all phProcesses should be running normally. |
