Enabling NTP
CDH requires that you configure the Network Time Protocol (NTP) service on each machine in your cluster. To start NTP and configure it to run automatically on reboot, perform the following steps on each node in your cluster.
- Install NTP.
- For RHEL, CentOS, and Oracle:
yum install ntp
- For SLES:
zypper install ntp
- For Debian and Ubuntu:
apt-get install ntp
- For RHEL, CentOS, and Oracle:
- Open the /etc/ntp.conf file and add NTP servers, as in the following example.
server 0.pool.ntp.org server 1.pool.ntp.org server 2.pool.ntp.org
- Save and close the file.
- Configure the NTP service to run at reboot.
chkconfig ntpd on
- Start the NTP service.
service ntpd start
- Synchronize the node.
ntpdate -u <your_ntp_server>
- Synchronize the system clock (to prevent synchronization problems).
hwclock --systohc
Page generated May 18, 2018.
<< Configuring Dependencies Before Deploying CDH on a Cluster | ©2016 Cloudera, Inc. All rights reserved | Configuring Network Names >> |
Terms and Conditions Privacy Policy |