Technical Tip: How to restart the Persistent Agent
Description
This article describes how to stop and restart the Persistent Agent.
Scope
FortiNAC, Persistent Agent.
Solution
Windows:
- Under Services in the Control Panel, select FortiNAC Persistent Agent Service.
- Stop the agent: 'Right-click' and select Stop.
- Once the service shows stop, 'Right-click' and select Start.
- Alternatively, 'Right-click' and select Restart.
Mac OS.
Execute the following commands in Terminal.
- Stop the agent: Unload the launchDaemon plist.
sudo launchctl unload /Library/LaunchDaemons/com.bradfordnetworks.agent.plist
-
Start the agent: reload the launchDaemon plist.
sudo launchctl load /Library/LaunchDaemons/com.bradfordnetworks.agent.plist
Linux.
- Stop the agent:
sudo service bndaemon stop
-
Start the agent:
sudo service bndaemon start
Alternatively:
sudo service bndaemon restart
