1. 程式人生 > >Cloudera Manager安裝之時間伺服器和時間客戶端(Ubuntu14.04)(二)

Cloudera Manager安裝之時間伺服器和時間客戶端(Ubuntu14.04)(二)

   第二步:

 找一臺機器作為時間伺服器

  我這裡,放到ubuntucmbigdata1這臺機器!

  注意,之前是已經做了叢集時間同步了。

  在ubuntu系統裡,跟centos系統有點出入。

  需要安裝

[email protected]:~# sudo apt-get install ntp

  然後,再來配置,就不為空了。

[email protected]:~# sudo vim /etc/ntp.conf

  預設是如下

複製程式碼
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help

driftfile /var/lib/ntp/ntp.drift


# Enable this if you want statistics to be logged.
#statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

# Specify one or more NTP servers.

# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# more information.
server 0.ubuntu.pool.ntp.org
server 1.ubuntu.pool.ntp.org
server 2.ubuntu.pool.ntp.org
server 3.ubuntu.pool.ntp.org

# Use Ubuntu's ntp server as a fallback.
server ntp.ubuntu.com

# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
# details.  The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
# might also be helpful.
#
# Note that "restrict" applies to both servers and clients, so a configuration
# that might be intended to block requests from certain clients could also end
# up blocking replies from your own upstream servers.

# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1

# Clients from this (example!) subnet have unlimited access, but only if
# cryptographically authenticated.
#restrict 192.168.123.0 mask 255.255.255.0 notrust


# If you want to provide time to your local subnet, change the next line.
# (Again, the address is an example only.)
#broadcast 192.168.123.255

# If you want to listen to time broadcasts on your local subnet, de-comment the
# next lines.  Please do this only if you trust everybody on the network!
#disable auth
#broadcastclient
複製程式碼

注意,這裡有2處地方需要我們進行修改,如下

   因為,

所以,修改地方1:

 

 

   注意,Ubuntu系統的時間同步這塊,跟centos系統有點出入。

[email protected]:~# sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
[email protected]:~# ntpdate pool.ntp.org
25 Jun 17:10:14 ntpdate[9227]: the NTP socket is in use, exiting
[email protected]
:~# date 2017年 06月 25日 星期日 17:10:23 CST [email protected]:~#

  ubuntucmbigdata1、ubuntucmbigdata2、ubuntucmbigdata3、ubuntucmbigdata4都去執行。

修改linux swap空間的swappiness

   Cloudera 建議將 /proc/sys/vm/swappiness 設定為 0。 
  修改swappiness的值為零:

[email protected]:~# cat /proc/sys/vm/swappiness
60
[email protected]
:~# echo 0 > /proc/sys/vm/swappiness [email protected]:~# cat /proc/sys/vm/swappiness 0 [email protected]:~#

    我這裡,僅拿ubuntucmbigdata1來說,其他的ubuntucmbigdata2、ubuntucmbigdata3和ubuntucmbigdata4是一樣的。

歡迎大家,加入我的微信公眾號:大資料躺過的坑     免費給分享

同時,大家可以關注我的個人部落格

   http://www.cnblogs.com/zlslch/   和  http://www.cnblogs.com/lchzls/ 

  人生苦短,我願分享。本公眾號將秉持活到老學到老學習無休止的交流分享開源精神,匯聚於網際網路和個人學習工作的精華乾貨知識,一切來於網際網路,反饋回網際網路。
  目前研究領域:大資料、機器學習、深度學習、人工智慧、資料探勘、資料分析。 語言涉及:Java、Scala、Python、Shell、Linux等 。同時還涉及平常所使用的手機、電腦和網際網路上的使用技巧、問題和實用軟體。 只要你一直關注和呆在群裡,每天必須有收穫

       以及對應本平臺的QQ群:161156071(大資料躺過的坑)

 

 

相關推薦

Centos7安裝搭建NTP伺服器NTP客戶同步時間

NTP簡介: NTP是網路時間協議(Network Time Protocol),它是用來同步網路中各個計算機的時間的協議。 在計算機的世界裡,時間非常地重要 例如:對於火箭發射這種科研活動,對時間的統一性和準確性要求就非常地高,是按照A這臺計算機的時間,還是按照B這臺計算機的時間?

Cloudera Manager安裝時間伺服器時間客戶Ubuntu14.04

   第二步:  找一臺機器作為時間伺服器   我這裡,放到ubuntucmbigdata1這臺機器!   注意,之前是已經做了叢集時間同步了。   在ubuntu系統裡,跟centos系統有點出入。   需要安裝 [email protected

Cloudera Manager安裝時間伺服器時間客戶

前期部落格 帶大家手把手讀cloudera官網  https://www.cloudera.com/documentation/enterprise/5-3-x.html    說明:這些是可以點選進入,就直接可以下載得到電子檔了。我這裡不多贅述。

Cloudera Manager安裝Cloudera Manager 5.3.X安裝tar方式、rpm方式yum方式

 前期部落格 ClouderaManager官網安裝 https://www.cloudera.com/documentation/manager/5-0-x/Cloudera-Manager-Installation-Guide/cm5ig_install_path_

Cloudera Manager安裝Cloudera Manager 5.6.X安裝tar方式、rpm方式yum方式 Ubuntu14.04

歡迎您的加入! 微信公眾號平臺: 大資料躺過的坑 微信公眾號平臺: 人工智慧躺過的坑 大資料和人工智慧躺過的坑(總群): 161156071 更多QQ技術分群,詳情請見:http://www.cnblogs.com/zls

Cloudera Manager安裝利用parcels方式安裝3或4節點叢集包含最新穩定版本或指定版本的安裝新增服務CentOS6.5

參考部落格    ClouderManager官網的安裝歷史穩定版 https://www.cloudera.com/documentation/manager/5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_install_ol

Cloudera Manager安裝利用parcels方式安裝單節點叢集包含最新穩定版本或指定版本的安裝新增服務CentOS6.5

前期部落格 說在前面的話(看清楚就好!!!)    我這篇部落格,是兩種方式都使用過:(在/etc/yum.repos.d下的) [[email protected]clouderamanager01 yum.repos.d]$ sudo vi cl

Cloudera Manager安裝Cloudera Manager安裝前準備(CentOS6.5

Cloudera Manager安裝前準備 (一)機器準備   192.168.80.148   clouderamanager01  (部署ClouderaManager-server和Mirror server)  (部署Agent)     (分配1G,我這裡只是體驗

Cloudera Manager安裝利用parcels方式線上或離線安裝3或4節點叢集包含最新穩定版本或指定版本的安裝新增服務Ubuntu14.04

  前期部落格   如果大家,在啟動的時候,比如遇到如下問題,則       明明已經授權了啊,怎麼被拒絕,納尼???     解決辦法    然後,再來這樣,就可以了。    注意,在此之前

Cloudera Manager安裝Cloudera Manager安裝前準備(Ubuntu14.04

其實,基本思路跟如下差不多,我就不多詳細說了,貼出主要圖。   博主,我是直接借鑑下面這位博主,來進行安裝的!(灰常感謝他們!)  https://www.zybuluo.com/ncepuwanghui/note/474966  ClouderM

linux下安裝vpn伺服器vpn客戶

最近公司要求在一臺內網的伺服器上安裝lnmp的環境,然後就想到了在伺服器上安裝vpn,等安裝完環境再刪除. 參考 嘗試過很多工具,後來發現GitHub下有一個指令碼可以一鍵安裝,而且還有中文教程 安裝vpn 伺服器 如果是預設安裝,在

C# 獲取伺服器IP,客戶IP以及其它

1、獲取客戶端IP:Request.ServerVariables.Get("Remote_Addr").ToString(); 2、獲取客戶端主機名:Request.ServerVariables.Get("Remote_Host").ToString(); 3、客戶端瀏覽器:Request.

linux系統下安裝配置telnet服務telnet客戶

Telnet 是一種流行的用於通過 Internet 登入到遠端計算機的協議。Telnet 伺服器軟體包為遠端登入主機提供了支援。要通過 Telnet 協議與另一臺主機通訊, 您可以使用名稱或 Internet 地址格式(如 192.168.1.10)與主機聯絡。Telnet 使用命令列提示。 使用 Tel

centos6.5下如何搭建一個ftp伺服器使用客戶

一:搭建伺服器: 1.下載vsftpd軟體: 2.以root身份進入/etc/vsftpd目錄: 3.修改vsftpd.conf這個配置檔案(千萬記住不要在等號兩邊留空格) 4.重啟vsftpd服務: 至此伺服器端就搭建完畢了,就這麼簡單 二:客戶端使用: ce

Java基於UDP實現伺服器客戶之間的通訊

UDPServer.java package com.zh.socket; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import

使用thrift實現了Java伺服器nodejs客戶之間的跨平臺通訊

注意,我們要把exe和tar檔案都下載下來,exe用來編譯你的thrift中間語言,而tar解壓後,我們可以看到csharp,php,java,js等多種開發語言的例項程式碼,對我們很有幫助的,下載最新版,其中包含lib檔案庫,包含各種語言需要的類庫; 下載之後,我們把exe檔案可放在C盤,建個Thri

Python自動化3.0-------學習路------日期時間

unix dst python自動化 相關 http -a 年份 字符串 cti Python 日期和時間 Python 程序能用很多方式處理日期和時間,轉換日期格式是一個常見的功能。 Python 提供了一個 time 和 calendar 模塊可以用於格式化日期和時間。

(筆記)Linux內核學習(八)定時器時間管理

全局變量 define 結構 load 統計 object 一個 完成 溢出 一 內核中的時間觀念 內核在硬件的幫助下計算和管理時間。硬件為內核提供一個系統定時器用以計算流逝的時間。系 統定時器以某種頻率自行觸發,產生時鐘中斷,進入內核時鐘中斷處理程序中進行

windows server 2008搭建NTP時間伺服器客戶

背景:處於內網內的多臺伺服器(我們稱之為NTP客戶端)時間經過長時間執行,系統時間相差5分鐘,有一臺伺服器連線外網(我們稱為NTP伺服器)。 由於外網伺服器可以和internet時間同步,故選做NTP伺服器。 部署步驟: 一:服務端     預設情況下,獨立伺服器WIN

IOS開發 ---- 振動強度時間(私有api)

void AudioServicesStopSystemSound(int); void AudioServicesPlaySystemSoundWithVibration(int, id, NSDictionary *); 3.呼叫  NSMutableDictionary* dict = [N