UnixLinuxVN – Bài thực hành linux LPIC02
REDHAT CLUSTER SUITE INSTALL
1.
THIẾT LẬP CẤU HÌNH IP
a) ĐẶT ĐỊA CHỈ IP CHO SERVER (thực hiện trên cả 2 node với IP tương ứng)
Trên Node1:
Data IP
vim /etc/sysconfig/network-scripts/ifcfg-eth0
Sửa thêm nội dung sau:
BOOTPROTO="static"
NM_CONTROLLED="no"
ONBOOT="yes"
IPADDR=192.168.9.201
NETMASK=255.255.255.0
Internal IP
vim /etc/sysconfig/network-scripts/ifcfg-eth1
Sửa thêm nội dung sau
BOOTPROTO="static"
NM_CONTROLLED="no"
ONBOOT="yes"
IPADDR=10.0.0.1
NETMASK=255.255.255.0
Trên Node2
Data IP
vim /etc/sysconfig/network-scripts/ifcfg-eth0
Sửa thêm nội dung sau:
BOOTPROTO="static"
1
UnixLinuxVN – Bài thực hành linux LPIC02
NM_CONTROLLED="no"
ONBOOT="yes"
IPADDR=192.168.9.202
NETMASK=255.255.255.0
Internal IP
vim /etc/sysconfig/network-scripts/ifcfg-eth1
Sửa thêm nội dung sau
BOOTPROTO="static"
NM_CONTROLLED="no"
ONBOOT="yes"
IPADDR=10.0.0.2
NETMASK=255.255.255.0
b) CẤU HÌNH HOSTFILE VÀ DỊCH VỤ MẠNG
Cả 2 Node
Sửa hostfile /etc/hosts theo nội dung sau:
192.168.9.201 node1
192.168.9.202 node2
10.0.0.1
node1-priv
10.0.0.2
node2-priv
Disable NetworkManager
service NetworkManager stop
chkconfig NetworkManager off
Chạy lại dịch vụ Network
service network restart
Disable selinux
2
UnixLinuxVN – Bài thực hành linux LPIC02
vi /etc/sysconfig/selinux
SELINUX=disabled
Disable iptables
service iptables stop
chkconfig iptables off
c) CẤU HÌNH REPO
Trên cả 2 nodes
vi /etc/yum.repos.d/rhel-source.repo
[Media-source]
name=media
baseurl=file:///mnt/
enabled=1
gpgcheck=0
[Media-source2]
name=media2
baseurl=file:///mnt/HighAvailability
enabled=1
gpgcheck=0
[Media-source3]
name=media3
baseurl=file:///mnt/LoadBalancer
enabled=1
3
UnixLinuxVN – Bài thực hành linux LPIC02
gpgcheck=0
[Media-source5]
name=media5
baseurl=file:///mnt/ResilientStorage
enabled=1
gpgcheck=0
[Media-source6]
name=media6
baseurl=file:///mnt/ScalableFileSystem
enabled=1
gpgcheck=0
[Media-source7]
name=media7
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0
mount /dev/cdrom /mnt
yum clean all
d) REBOOT LẠI 2 NODEs
2. CÀI ĐẶT REDHAT CLUSTER SUITE
a) CÀI ĐẶT GÓI REDHAT CLUSTER SUITE
Trên 2 Nodes
mount /dev/cdrom /mnt
4
UnixLinuxVN – Bài thực hành linux LPIC02
yum install rgmanager lvm2-cluster gfs2-utils
b) BẬT DỊCH VỤ RICCI
Trên 2 Nodes
service ricci start
chkconfig ricci on
passwd ricci
[abc@123]
3.
CÀI ĐẶT CƠNG CỤ QUẢN TRỊ REDHAT CLUSTER SUITE
Có thể cài đặt công cụ quản trị trên một trong 2 nodes cluster, hoặc cài đặt riêng ra một máy chủ
khác (recommend)
Cài đặt tool cấu hình trên node1
yum install luci
service luci start
chkconfig luci on
Truy cập cấu hình luci
https://IP:8084
4.
CẤU HÌNH REDHAT CLUSTER SUITE
a) Truy cập cấu hình luci
https://IP:8084
b) Đăng nhập bằng user root và password của root
5
UnixLinuxVN – Bài thực hành linux LPIC02
Sau đăng nhập thành công ta được giao diện như dưới
c) Chọn Manage Clusters > Create
6
UnixLinuxVN – Bài thực hành linux LPIC02
Tạo thông tin như hình dưới đây
Password của node là pass của ricci [abc@123]
d) Chọn Create Cluster sau đó được kết quả tương tự như sau:
7
UnixLinuxVN – Bài thực hành linux LPIC02
8
UnixLinuxVN – Bài thực hành linux LPIC02
e) Chọn Failover domains > Add
Đặt thơng tin như hình dưới và chọn create
9
UnixLinuxVN – Bài thực hành linux LPIC02
f) Chọn Resources > Add
10
UnixLinuxVN – Bài thực hành linux LPIC02
Chọn loại Resource là IP Address
Tạo Resource IP address như hình dưới
11
UnixLinuxVN – Bài thực hành linux LPIC02
Tạo thêm Resource Scripts như hình dưới cho dịch vụ web
Chọn Add > Resource type là scripts
12
UnixLinuxVN – Bài thực hành linux LPIC02
Đặt thông số như hình dưới đây
13
UnixLinuxVN – Bài thực hành linux LPIC02
g) Tạo Service Group bằng cách chọn Service Groups > Add
14
UnixLinuxVN – Bài thực hành linux LPIC02
Đặt thông số như bên dưới và chọn Add Resource để đưa IP resource và scripts đã tạo
lúc trước vào
15
UnixLinuxVN – Bài thực hành linux LPIC02
Add resource 192.168.9.203 như dưới
Add resource web_server như dưới
16
UnixLinuxVN – Bài thực hành linux LPIC02
h) Chọn Submit và kiểm tra lại kết quả
17
UnixLinuxVN – Bài thực hành linux LPIC02
i) Chọn lại Service Groups để xem kết quả
18
UnixLinuxVN – Bài thực hành linux LPIC02
19