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

Data stored on this system (bandwidth, user count, error counters, etc.) is from the future:- 

Jun 24, 2014 05:50 PM

This check was introduced in AWMS 6.2. During nightly maintenance, AWMS checks the status of files to make sure that they are in a good state. This error message occurs when AWMS thinks that the time difference between files and the actual time is appreciable. In effect, files are "newer" than the current time as AWMS knows it.

Here's a few things to check:

From the command line:
# date
-This checks the date/time of the AMWS server. You should contact support if your date returns a time that is far off in the future.

# service ntpd status
-If you're utilizing NTP, then this will check to make sure that the service is running.
# ntpdate -u <ipaddr of ntp>
-This is a related NTP query which shows the offset jitter of the NTP server.

# cat /var/airwave/rrd/rrd_check
-This prints out a list of files which the AWMS thinks are in the future. When AWMS is in a good state, the rrd_check file should be empty. If the list isn't empty, you'll want to # ls -la file.name for files listed to check and confirm that the time of the file is the same as # date. If the they match then follow these steps to re-run the check from nightly maintenance:

# touch /tmp/base
# perl -e 'utime time+600, time+600, "/tmp/base"'
# /usr/bin/find /var/airwave/rrd -newer /tmp/base -type f > /var/airwave/rrd/rrd_check

These commands will only help if the time stamp of the files match the time of the # date command.
*******************************************************
NOTE: You may be encountering this error message as a result of insufficient disk I/O capacity or other performance issue

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.