Troubleshooting Tip: RADIUS server stuck at 'connecting' state when configuring a RADIUS server on GUI
| Description | This article describes how to troubleshoot issues with the RADIUS server stuck in the connecting state. |
| Scope | FortiGate. |
| Solution | After configuring a RADIUS server on the FortiGate, the connection status is stuck at pending, and no errors are presented.
Packet capture:
To start debugging:
diagnose debug reset
To stop debugging:
This issue can be caused by the 'fnbamd' daemon when it's displaying signs of high CPU utilization and could be stuck as a result. Verify the 'fnabmd' CPU usage using the following command: FGT1 # diagnose sys top Run Time: 5 days, 23 hours and 1 minutes
FGT1 # diagnose sys process pidof fnbamd 4225
FGT1 # fnsysctl killall fnbamd
FGT1 # diagnose sys process pidof fnbamd 4247
Refer to this article for instructions on how to find and restart the process: Technical Tip: How to view, verify and kill the processes consuming more memory in the GUI. |
