Previous Topic: Change the Keyboard TypeNext Topic: How to Create an Event Collection Profile


Add an NTP Server

We highly recommend that you add an NTP server to update the date and time of CA User Activity Reporting Module server.

To add an NTP server

  1. Login to the CA User Activity Reporting Module console as root user.
  2. Execute the following commands:
    crontab -e
    
    00 0 * * * /usr/sbin/ntpdate NTPserver_hostname
    

    A cron job is added.

  3. Save the changes, and exit the console.

    The NTP server is added.