Can my NFA Harvester and/or Console servers have multiple network cards?
NFA 10.x and UP
If your harvester has multiple NIC's you may run into issues where the last flow time does not get updated for that Harvester and you are seeing interfaces not getting licensed.
There are no known issues with having multiple NIC's on the NFA Console server.
If your harvester has multiple NIC's you may run into issues where the last flow time does not get updated for that Harvester and you are seeing interfaces not getting licensed.
In order to work around this, you can set the HarvesterIPAddress in the Harvester.parameter_descriptions table so that it matches the IP address of the Harvester that was added to the Admin->Harvesters page of NFA.
As long as this matches you should not run into any issues with having multiple NIC's on your Harvester.
To set this, first ensure you have the correct IP address of the Harvester that matches what you see in the Admin->Harvesters page of NFA and run the following on your Harvester:
Mysql -P3308 -D harvester -unetqos -pnetqos -t -e "update parameter_descriptions set defaultValue='x.x.x.x' where parameter='harvesterIPAddress';"
Then restart the CA NFA Harvester service.
**Note** if you enter the wrong IP address in the query above it could result in devices being created on Harvester IP addresses that you did not want, so make sure you have the correct Harvester and IP address before running the commands**
If you have many Windows Harvesters, please contact support as we have some scripts that can assist with automating this in most environments.