Skip to main content
FortiKoala
Staff
Staff
October 1, 2018

Technical Tip: How to restart the Persistent Agent

  • October 1, 2018
  • 0 replies
  • 4355 views

Description

 

This article describes how to stop and restart the Persistent Agent.

 

Scope

 

FortiNAC, Persistent Agent.


Solution


Windows:

  1. Under Services in the Control Panel, select FortiNAC Persistent Agent Service.
  2. Stop the agent: 'Right-click' and select Stop.
  3. Once the service shows stop, 'Right-click' and select Start.
  4. 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

 

  1. 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

 

  1. Start the agent:

 

sudo service bndaemon start

 

Alternatively:

 

sudo service bndaemon restart