Troubleshooting NTP errors on an RSA Authentication Manager 8.x appliance
Originally Published: 2014-12-29
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Attention! The following critical system event occurred: Not able to sync time. Either the NTP service is not running or unable to sync time from the NTP server.
System Time Synchronization Configuration Check,"Checking configuration for System Time Synchronization
Warning,All NTP Servers are unavailble - potential for significant system time drift,SYSTEM,,,,,ALL_NTP_SERVERS_UNVAILABLE
Not able to sync time. Either the NTP service is not running or unable to sync time from the NTP server.,,,,,,,,
Both the Authentication Manager and the SuSE Linux Operating System will attempt to do an NTP Synchronization several times an hour. The SecurID Appliance sends both NTP Version 3 and NTP Version 4 requests.
- NTP Version 3 requests are from the Authentication Manager, approximately every 300 seconds.
- NTP Version 4 requests are from the SuSE Linux Operating System , approximately every 1024 seconds.
Tasks
- /var/log/messages
- /var/log/ntp (this is written with UTC timestamps)
- Authentication Manager System Log Report
The things to check:
- Did the SecurID Appliance generate a NTP Request, and is it NTP Version 3 or Version 4 ?
- Did the NTP Request get to the NTP Server ?
- Did the NTP Server send a valid response to the NTP request?
- Did the response get back to the SecurID Appliance?
Instructions for making a packet capture on the SecurID Appliance are below. Please contact your NTP server vendor for instructions on doing a packet capture on your NTP Server.
The SecurID Appliance 8.x includes the tcpdump utility in the /usr/sbin directory, and you need to be root to use it. Typically it will be used by SSH, but you can also use the local console.
If SSH is not enabled, log onto the Operations Console, go to Administration > Operating System Access, put a check in Enable SSH, Save.
Login with rsaadmin and the Operating System password.
sudo su (it will ask for a password again, supply the operating system password again)
cd /usr/sbin
When you are ready to run the Packet capture, some examples of running tcpdump are below (note the -Z is capitalized)
To capture all traffic to a NTP server at 192.168.1.10, and save it to a file in /tmp named cap1.cap:
./tcpdump -i eth0 -s 1514 -Z root host 192.168.1.10 -w /tmp/cap1.cap
To capture all traffic on the NTP port 123 and save it to a file:
./tcpdump -i eth0 -s 1514 -Z root port 123 -w /tmp/cap1.cap
Once the error happens, stop the capture using control-C . Copy other related files to assist troubleshoot NTP
cp /var/log/messages /tmp
cp /var/log/ntp /tmp
Open the files' permissions to allow access with the command chmod 777 /tmp/* and get the capture and logs using any convenient method, such as WinSCP .
Notes
System Log Report
2014-08-26 20:36:43,WARN,16350,Critical System Event Notification,System encountered a critical event.,Warning,Unknown Warning,SYSTEM,,,,,ATTEMPT_WARN,hostname.company.com,,10.20.30.40,cation.impl.CriticalNotificationAdministrationImpl,Not able to sync time. Either the NTP service is not running or unable to sync time from the NTP server.,,,,,,,,
Also, look for other issues around the time frame of the NTP failure.
Messages file
Aug 26 20:36:28 rsa2 sudo: rsaadmin : TTY=unknown ; PWD=/opt/rsa/am/server ; USER=root ; COMMAND=/opt/rsa/am/utils/bin/appliance/queryTimeSettings.sh
/var/log/ntp (timestamps are in UTC)
27 Aug 06:37:14 ntpd[7130]: no servers reachable
27 Aug 07:45:28 ntpd[7130]: synchronized to 192.168.1.10, stratum 3
Related Articles
Cisco Umbrella - SAML SSO Agent Configuration - SecurID Access Implementation Guide 16Number of Views Cisco Umbrella - SAML Relying Party Configuration - SecurID Access Implementation Guide 13Number of Views TalentLMS - SAML Relying Party Configuration -SecurID Access Implementation Guide 2Number of Views Automate NTP synchronization using crontab in RSA Authentication Manager 8.x 98Number of Views Enable or disable time sync to NTP from command line for RSA Authentication Manager 8.x 156Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?