MODOP – Partie 6 – Server ATA over Ethernet RAID1 – Centos7

Host : storage-aoe-client05.house.cpb

  • Disque /dev/sda: 8 Go – Système
  • Disque /storageCentos7: 15Go – RAID 1 (/dev/sdb et /dev/sdc)
    • /dev/etherd/e0.4 – 15Go => centos7
  • IP : 172.17.186.15
  • RAM :2Go
  • vCPU : 2
  • OS : Centos7

1°) Mise à jour machine

[root@storage-aoe-client05 ~]# yum -y update
[root@storage-aoe-client05 ~]# reboot

2°) Version OS Linux

[root@storage-aoe-client05 ~]# cat /etc/os-release |grep PRETTY_NAME

3°) Désactiver IPv6

[root@storage-aoe-client05 ~]# echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
[root@storage-aoe-client05 ~]# echo "net.ipv6.conf.all.autoconf = 0" >> /etc/sysctl.conf
[root@storage-aoe-client05 ~]# echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf
[root@storage-aoe-client05 ~]# echo "net.ipv6.conf.default.autoconf = 0" >> /etc/sysctl.conf 

[root@storage-aoe-client05 ~]# sysctl -p
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.default.autoconf = 0

4°) Set date/Heure NTP

[root@storage-aoe-client05 ~]# timedatectl set-timezone Europe/Paris

5°) Chargement Module AoE

[root@storage-aoe-client05 ~]# grep ATA_OVER /boot/config-`uname -r`

Chargement du module AoE (cli)

[root@storage-aoe-client05 tmp]# modprobe aoe
[root@storage-aoe-client05 tmp]# lsmod | grep aoe

Chargement du module AoE (On Boot)

root@storage-aoe-client05:~# echo "modprobe aoe" >> /etc/rc.local
root@storage-aoe-client05:~# chmod +x /etc/rc.local

6°) Chargement Paquet Tools Client AoE

Installation Paquet tools AoE

root@storage-aoe-client05:~# yum install aoetools

Découverte sur le réseau des disques AOE Server

root@storage-aoe-client05:~# aoe-discover
root@storage-aoe-client05:~# aoe-stat

Découverte des disques sur Centos7

root@storage-aoe-client05:~# ls -la /dev/etherd/

7°) Partition disque AoE (/dev/etherd/e4.1) 

root@storage-aoe-client05:~# fdisk /dev/etherd/e4.1

root@storage-aoe-client05:~# fdisk -l /dev/etherd/e4.1

root@storage-aoe-client05:~# ls -al /dev/etherd/e4*

8°) Format de la partition /dev/etherd/e4.1p1 – Centos 7 (RAID1)

root@storage-aoe-client05:~# mkfs.ext4 /dev/etherd/e4.1p1

9°) Montage de la partition sur le Client Centos7

root@storage-aoe-client05:~# mkdir /storageCentos7
root@storage-aoe-client05:~# echo "/dev/etherd/e4.1p1 /storageCentos7 ext4 defaults,auto,_netdev 0 0" >> /etc/fstab
root@storage-aoe-client05:~# mount /storageCentos7
root@storage-aoe-client05:~# df -Th /storageCentos7

root@storage-aoe-client05:~# lsblk |grep –i e4.1

10°) Montage de la partition sur le Client Centos7 (On Boot)

root@storage-aoe-client05:~# echo "aoe-discover" >> /etc/rc.local
root@storage-aoe-client05:~# echo "sleep 5" >> /etc/rc.local
root@storage-aoe-client05:~# echo "mount /storageCentos7" >> /etc/rc.local
root@storage-aoe-client05:~# chmod +x /etc/rc.local

11°) Test Ecriture sur la ressource /storageUbuntu (RAID1)

root@storage-aoe-client05:~# cd /storageCentos7
[root@storage-aoe-client05 storageCentos7]# wget http://ftp.wrz.de/pub/CentOS/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso

root@storage-aoe-client05:/storageCentos7# ls -alt

Views: 2

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *