CDH5.8.2之Enabling NTP
一.問題
CDH requires that you configure the (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.
1)此角色的主機的執行狀況為不良。 以下執行狀況測試不良:時鐘偏差.
2)The host’s NTP service is not synchronized to any remote server.
二.解決
先配置一臺NTP服務,然後所有的CDH節點都作為此NTP服務的客戶端。
點選(此處)摺疊或開啟
-
1.安裝NTP(叢集每臺)
-
[root@sht-sgmhadoopcm-01 ~]#yum install ntp
-
2.編輯/etc/ntp.conf(叢集每臺)
-
[root@sht-sgmhadoopcm-01 ~]#vi /etc/ntp.conf
-
server 0.pool.ntp.org
-
server 1.pool.ntp.org
-
server 2.pool.ntp.org
-
3.配置NTP開機自啟動(叢集每臺)
-
[root@sht-sgmhadoopcm-01 ~]#chkconfig ntpd on
-
4.開啟NTP服務(叢集每臺)
-
[root@sht-sgmhadoopcm-01 ~]#service ntp start
-
5.同步ntp節點(叢集每臺)
-
[root@sht-sgmhadoopcm-01 ~]# hostname -i
-
172.16.101.54
-
選取第一臺為ntp伺服器
-
[root@sht-sgmhadoopcm-01 ~]# ntpdate -u 172.16.101.54
-
17 Nov 14:31:26 ntpdate[5450]: adjust time server 172.16.101.54 offset -0.000013 sec
-
6.同步到系統時間(叢集每臺)
- [root@sht-sgmhadoopcm-01 ~]# hwclock --systohc
三.參考
https://www.cloudera.com/documentation/enterprise/5-8-x/topics/install_cdh_enable_ntp.html
http://blog.csdn.net/freedomboy319/article/details/46710255
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30089851/viewspace-2128631/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CDH5.8.2安裝之Hash verification failedH5AI
- Linux 之 NTP 服務 伺服器Linux伺服器
- 【NTP】手工同步NTP保證RAC 節點主機之間秒級一致
- Enabling Archive Log mode in OracleHiveOracle
- oracle之 安裝 11G RAC 報 NTP failedOracleAI
- ntp(linux)Linux
- Enabling Flexible SAP Workflow in Purchase RequisitionFlexUI
- ????Oracle dataguard enabling real time applyOracleAPP
- NTP時間同步
- NTP時鐘同步
- NTP server的建立Server
- windows做ntp server,linux做ntp client端的配置方法WindowsServerLinuxclient
- 【NTP】如何在各個平臺上配置NTP的微調模式模式
- the NTP socket is in use, exiting
- NTP配置時間同步
- linux-ntp 使用Linux
- NTP時間同步 For AIXAI
- NTP/SSH 伺服器伺服器
- SAP ALE (Application Link and Enabling)介紹APP
- bug solved | This experimental syntax requires enabling xxxUI
- Oracle 11g Data Guard Enabling Active Data GuardOracle
- Enabling Database Resident Connection PoolingDatabaseIDE
- 時間伺服器-NTP伺服器
- Windows下更改並使用NTPWindows
- Linux的NTP的配置Linux
- linux ntp時間同步Linux
- Linux NTP 簡單配置Linux
- Windos NTP 服務設定
- 【NTP】Redhat5.1環境下網路時間服務NTP的安裝部署Redhat
- Linux伺服器配置---ntpLinux伺服器
- Linux NTP工具的基本使用Linux
- Oracle RAC時間同步(NTP/CTSS)Oracle
- NTP linux NTPD 命令解釋Linux
- Linux下 ntp 時間同步服務ntpd 出現 the NTP socket is in use, exiting 解決Linux
- ORA-16651: requirements not met for enabling fast-start failoverUIREMASTAI
- 使用阿里雲映象站NTP服務搭建NTP伺服器(基於CentOS 7系統)阿里伺服器CentOS
- CentOS 配置阿里雲 NTP 服務CentOS阿里
- 使用NTP原理進行時間同步