Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to delete rrdcached's cache 

Jun 29, 2014 11:50 PM

In AirWave 7.5.5 and earlier, deleted devices can cause messages like this in /var/airwave/messagein

airwave01 rrdcached[22892]: handle_request_update: stat (/var/airwave/rrd/interface_iftable_counters/1773/00_1B_53_40_BB_AA) failed

The following 6-step process will stop AMP, delete the cache that's used by rrdcached (thus preventing the error messages), then reanable AMP:

amp_disable
/etc/init.d/rrdcached stop
ps axlw | grep rrdcached # for verification
rm -rf /var/airwave/cache/rrdcached/*
/etc/init.d/rrdcached start
amp_enable

Statistics
0 Favorited
3 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.