FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
FortiKoala
Staff
Staff
Article Id 196209
Description
Use the steps below to stop and restart the Persistent Agent.
Solution
Windows

1.  Under Services in the Control Panel, select Bradford Persistent Agent Service.
2.  Stop the agent: right click and select stop.
3.  Once the service shows stopped, right click and select start.

Alternatively, right click and select restart.


Mac OS

Execute the following commands in Terminal.

1.  Stop the agent: unload the launchDaemon plist.
sudo launchctl unload /Library/LaunchDaemons/com.bradfordnetworks.agent.plist

2.  Start the agent: reload the launchDaemon plist.
sudo launchctl load /Library/LaunchDaemons/com.bradfordnetworks.agent.plist


Linux

1.  Stop the agent:
sudo service bndaemon stop

2. Start the agent:
sudo service bndaemon start

Alternatively:
sudo service bndaemon restart

Contributors