Time synchronization using the network time protocol (NTP) daemon is required for CA Performance Center and is recommended for all data source consoles. On Linux servers, the NTP daemon ensures that the clocks on the hosts are synchronized for timing purposes. Verify that the daemon is running on the CA Performance Center host server.
Follow these steps:
$ chkconfig --list ntpd
If the NTP daemon is installed, the output resembles the following example:
ntp 0:off 1:off 2:on 3:on 4:off 5:on 6:off
The output indicates the runlevels where the daemon runs.
$ runlevel N 3
If the current runlevel does not have the NTP daemon enabled, enable it by typing the following command:
$ chkconfig ntpd on
$ /etc/init.d/ntpd start
The daemon is started.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|