| Description | This article describes How to Patch the Operating System for Manager, Aggregator, Core CentOS Servers |
| Scope | FortiEDR |
| Solution |
On a CentOS Server FortiEDR Manager, FortiEDR Aggregator, FortiEDR Core, to Patch the OS perform the following steps.
1. yum update
5. sudo sed -i 's/- Dcom.sun.management.jmxremote.ssl=false/-Dcom.sun.management.jmxremote.ssl=false /g' /etc/systemd/system/aggregator.service
6. Reboot
7. JAVA_BIN=$(readlink -f $(which java))
8. JAVA_PATH=${JAVA_BIN%/bin/java}
9. setcap cap_net_bind_service+ep ${JAVA_BIN}
10. echo "${JAVA_PATH}/lib/jli/" > /etc/ld.so.conf.d/java-libjli.conf
11. ldconfig -v
12. fortiedr restart
13. fortiedr status |
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.