Check software version of NFA Harvester
search cancel

Check software version of NFA Harvester

book

Article ID: 30714

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction

How can I verify the version of NFA installed on a Harvester machine?

Environment

NFA All versions

Resolution

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;"