Skip to main content
FortiKoala
Staff
Staff
October 9, 2018

Technical Tip: View Persistent Agent version

  • October 9, 2018
  • 0 replies
  • 323 views

Description

 

This article describes how to determine Persistent Agent version installed on a specific Host.
 
Scope
 
FortiNAC


Solution

 

  1. Navigate to Administration UI   Hosts -> Host View    or    Users & Hosts -> Hosts
  2. Search for the hostname, IP address, or MAC address of the host.
  3. 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:

  1. 'Right-click' on the Agent and click on about
  2. Open a terminal on the MAC and cd to /var/log/ on a terminal
  3. 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.