Article Content
Article Number | 000031293 |
Applies To | RSA Product Set: Security Analytics RSA Product/Service Type: SA Core RSA Version/Condition: 10.5.0.0 Platform: CentOS O/S Version: 6 |
Resolution | In th event an NTP server is not available, to manually change the system time, follow these steps: 1- SSH to the appliance 2- Use the "date" command with the below syntax to change the time and date: date [MMDDhhmm] where: MM: Month DD: Day hh: Hour mm: minutes Example, to change the date and time to Sept 21, 2015 at 5:48pm UTC: # date 09211748 Mon Sep 21 17:48:00 UTC 2015 3- Use the date command to confirm changes has been done correctly: date # date Mon Sep 21 17:48:19 UTC 2015 |
Notes | This command may be used as an interim workaround until ntp can be configured. Using a properly configured NTP service across all SA servers is still considered the RSA best practice. |