NFA: Flow Statistics page shows numbers but no charts
search cancel

NFA: Flow Statistics page shows numbers but no charts

book

Article ID: 387755

calendar_today

Updated On:

Products

Network Observability Network Flow Analysis

Issue/Introduction

While using DX Network Flow Analysis you may come across an issue where the Flow Statistics page does not show up properly. As you can see there are some numbers values but the page displays incorrectly and there is no chart.

Environment

DX Network Flow Analysis

Cause

This occurs after manually deleting a Harvester and not clearing out the reporter.flow_stats table of those old harvester entries.

Resolution

1. RDP to the NFA Console Server

2. Run this query:

mysql -unetqos -pnetqos reporter -t -e "delete from flow_stats where harvesterid not in (select harvesterid from harvesters);"

3. The page should now load if you are running into this issue.

4. If issues remain, see:

https://knowledge.broadcom.com/external/article/31439/

https://knowledge.broadcom.com/external/article/4190/