日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

CentOS 6.4如何安裝及設(shè)置GlusterFS

GlusterFS因有很好的擴(kuò)展性,使用的用戶很多,使用GlusterFS能夠解決網(wǎng)絡(luò)存儲(chǔ)、冗余備份等問(wèn)題,那么在Linux下要如何安裝GlusterFS呢?今天小編以CentOS6.4為例,給大家介紹下CentOS6.4安裝配置GlusterFS的方法 。

CentOS 6.4如何安裝及設(shè)置GlusterFS


環(huán)境介紹:
OS: CentOS 6.4 x86_64 Minimal
Servers: sc2-log1,sc2-log2,sc2-log3,sc2-log4
Client: sc2-ads15
具體步驟:
1. 在sc2-log{1-4}上安裝GlusterFS軟件包:
代碼如下
# wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo
# yum install -y glusterfs-3.4.2-1.el6 glusterfs-server-3.4.2-1.el6 glusterfs-fuse-3.4.2-1.el6
# /etc/init.d/glusterd start
# chkconfig glusterfsd on
2. 在sc2-log1上配置整個(gè)GlusterFS集群:
代碼如下
[root@sc2-log1 ~]# gluster peer probe sc2-log1
1 peer probe: success: on localhost not needed
[root@sc2-log1 ~]# gluster peer probe sc2-log2
1 peer probe: success
[root@sc2-log1 ~]# gluster peer probe sc2-log3
1 peer probe: success
[root@sc2-log1 ~]# gluster peer probe sc2-log4
1 peer probe: success
[root@sc2-log1 ~]# gluster peer status
01 Number of Peers: 3
02
03 Hostname: sc2-log2
04 Port: 24007
【CentOS 6.4如何安裝及設(shè)置GlusterFS】 05 Uuid: 399973af-bae9-4326-9cbd-b5b05e5d2927
06 State: Peer in Cluster (Connected)
07
08 Hostname: sc2-log3
09 Port: 24007
10 Uuid: 833a7b8d-e3b3-4099-baf9-416ee7213337
11 State: Peer in Cluster (Connected)
12
13 Hostname: sc2-log4
14 Port: 24007
15 Uuid: 54bf115a-0119-4021-af80-7a6bca137fd9
16 State: Peer in Cluster (Connected)
3. 在sc2-log{1-4}上創(chuàng)建數(shù)據(jù)存放目錄:
代碼如下
# mkdir -p /usr/local/share/{models,geoip,wurfl}
# ls -l /usr/local/share/
1 total 24
2 drwxr-xr-x 2 root root 4096 Apr 1 12:19 geoip
3 drwxr-xr-x 2 root root 4096 Apr 1 12:19 models
4 drwxr-xr-x 2 root root 4096 Apr 1 12:19 wurfl
上一頁(yè)123下一頁(yè) 剩下全文

    推薦閱讀