Automate NTP synchronization using crontab in RSA Authentication Manager 8.x
Originally Published: 2016-11-03
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Resolution
- Launch an SSH client, such as PuTTY.
- Login to the primary RSA Authentication Manager server as rsaadmin and enter the operating system password.
Note that during Quick Setup another user name may have been selected. Use that user name to login.
- Change to the root user,
- Run the command crontab -e:
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter operating system password> Last login: Wed Nov 30 20:15:31 2016 from jumphost.vcloud.local RSA Authentication Manager Installation Directory: /opt/rsa/am rsaadmin@am81p:~> sudo su - root Password: <enter operating system password> am81p:~> crontab -e
- Press i to enter Insert mode.
- Add the following line in the crontab file, where, xxxxxxxx is the FQDN or IP address of the NTP source.
* * * * * /usr/sbin/sntp -P no -r xxxxxxxx
- Press Esc and type :wq! to save and exit.
Notes
- NTP sync will occur every minute after applying the solution in the example mentioned above. It has no impact on the server performance.
- If you want to setup a different sync interval , you can use the crontab syntax which has five fields for specifying day, date and time followed by the command to be run at that interval.
* * * * * command to be executed - - - - - | | | | | | | | | +----- day of week (0 - 6) (Sunday=0) | | | +------- month (1 - 12) | | +--------- day of month (1 - 31) | +----------- hour (0 - 23) +------------- min (0 - 59)For more information, see Crontab Guru's page on scheduling expressions.
Related Articles
TalentLMS - SAML Relying Party Configuration -SecurID Access Implementation Guide 2Number of Views Cisco Umbrella - SAML Relying Party Configuration - SecurID Access Implementation Guide 13Number of Views NTP on SUSE 12 does not synchronize in RSA Identity Governance & Lifecycle 73Number of Views Troubleshooting NTP errors on an RSA Authentication Manager 8.x appliance 623Number of Views Cisco Umbrella - SAML SSO Agent Configuration - SecurID Access Implementation Guide 16Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Troubleshooting AFX Server issues in RSA Identity Governance & Lifecycle Downloading RSA Authentication Manager license files or RSA Software token seed records
Don't see what you're looking for?