| Description | This article describes how to resolve The phAnomalyMaster service if this is showing down in FortiSIEM. This service is responsible for managing machine learning–based anomaly detection, which includes collecting and analyzing behavior patterns across monitored entities. |
| Scope | FortiSIEM. |
| Solution |
The phAnomalyMaster service in FortiSIEM is responsible for managing machine learning–based anomaly detection.When this service shows as Down in the GUI or via the phstatus command, it can impact behavior analytics and anomaly-based event detection.
Cause:
The phAnomalyMaster service uses port 5000 for communication. In such cases, this may also observe related warning messages in the phoenix.log file, similar to the following:
These logs indicate that the supervisor is unable to retrieve process information for phAnomalyMaster, typically because the service failed to start due to port binding conflict.
Solution:
To resolve this issue, ensure that port 5000 is free and not used by any other service before starting phAnomalyMaster.
netstat -tulpn | grep :5000
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 1389/python3
Here, another Python process is occupying port 5000.
killall phAnomaly su admin /opt/phoenix/bin/phAnomaly master start &
phstatus | grep phAnomalyMaster
tail -f /opt/phoenix/logs/phoenix.log | grep phAnomalyMaster |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.