Technical Tip: View Persistent Agent version
Description
This article describes how to determine Persistent Agent version installed on a specific Host.
Scope
FortiNAC
Solution
- Navigate to Administration UI Hosts -> Host View or Users & Hosts -> Hosts
- Search for the hostname, IP address, or MAC address of the host.
- The version can be foundin multiple ways:
- Ensure the Agent Version Column is included in the view. If not, it can be added by clicking on the Settings icon.
- 'Right-click' on the host and select Host Properties
Windows:
In the tool tray, 'right-click' on the Agent icon and select 'about'.
macOS:
- 'Right-click' on the Agent and click on about
- Open a terminal on the MAC and cd to /var/log/ on a terminal
- Grep the install.log file. Type
grep -i "Bradford Persistent Agent.pkg : com.bradfordnetworks.PersistentAgent" install.log
The last entry should contain the version last installed.