Views:

Summary



How to configure NTP time server to ECX or IBM Spectrum CDM

Step By Step



Install NTP on the ECX/IBM Spectrum CDM appliance:

  • using the command "yum install ntp"

Sync Local Time from pool.ntp.org ( should already be configured)

First we need to keep synchronize time of this server. For this we will use NTP POOL cluster servers to synchronize time of local system. NTP POOL project is providing large number of cluster servers. Lets edit NTP configuration file and update following values

# vim /etc/ntp.conf
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst

As NTP pool providing large number of server spread world-wide. We suggest to use any near by servers also. You can find nearby servers at http://www.pool.ntp.org/en/.

Restart NTP Server

NTP server listen on UDP port 123. After making all above configuration, Let’s restart NTP server using following commands.
  • service ntpd start
  • chkconfig ntpd on
Related Products: ECX