macOS: Restarting Driver and Agent using Terminal
- 26 Mar 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
macOS: Restarting Driver and Agent using Terminal
- Updated on 26 Mar 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
As the MacOS system does not have an easy way to restart the driver and agent, the SecureCircle team has created a script that can be used to assist in this matter. To locate the script, open Terminal and type in the following;
find / -name fhloader.sh 2>/dev/null
This will give you the location of your script file in the form of a directory such as “/usr/local/fhfs/bin/scripts/fhloader.sh”. Using this location, we will then proceed to restart the driver and agent. To ensure these items are restarted smoothly, we recommend doing so in the following order;
$ sudo /usr/local/fhfs/bin/scripts/fhloader.sh unload agent
$ sudo /usr/local/fhfs/bin/scripts/fhloader.sh unload driver
$ sudo /usr/local/fhfs/bin/scripts/fhloader.sh load driver
$ sudo /usr/local/fhfs/bin/scripts/fhloader.sh load agent
Was this article helpful?