How can I verify the version of NFA installed on a Harvester machine?
NFA All versions
From the command line on the NFA Harvester machine run the following command:
mysql harvester -unetqos -pnetqos -t -e "select concat(majorversion,'.',minorversion,'.',hotfixnumber,'.',buildnumber) as 'Harvester Version' from revision_history;"