Created on
03-13-2024
07:45 AM
Edited on
12-30-2024
05:44 AM
By
Stephen_G
Description | This article describes how to register the Linux agent with the Supervisor and how to troubleshoot. Before going through this documentation, review the document links below to verify that the correct Linux agent package is for the version of the registered FortiSIEM. |
Scope | Linux Agent 6.x, 7.x, 7.1.x, 7.2.x. Supervisor 6.x.x, 7.0.x, 7.1.x, 7.2.x. |
Solution |
Prerequisites:
bash fortisiem-linux-agent-installer-7.x.xxxxxxsh -s <SUPER_IP> -i <ORG_ID> -o <ORG_NAME> -u <AGENT_USER> -p <AGENT_PWD> -n <HOST_NAME>
There are 3 main reasons for the registration to fail:
/opt/fortinet/fortisiem/linux-agent/log/fortisiem-linux-agent.log
cat /etc/httpd/logs/ssl_access_log | grep <host_IP>
Review the HTTP status code.
tail -f /opt/glas*/dom*/dom*/logs/phoenix.log <- Registration log entries will be received.
For example:
If no registration logs are showing in the phoenix.log, the host is not reaching the Supervisor on port 443. Check network configuration. |