Outils pour utilisateurs

Outils du site


projets:backup2017:configserveur

Ceci est une ancienne révision du document !


Configuration serveurs

Configuration du Mutipathing

Debain / V7000 / Storwise

# lspci | grep -i fibre
09:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
09:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)

Modification des sources.list pour intégrer non-free

deb http://httpredir.debian.org/debian stretch main **non-free**
deb-src http://httpredir.debian.org/debian stretch main **non-free**

Installation des packages pour les cartes FC QLOGIC root@:~# apt-get install qla-tools firmware-qlogic

Installation des packages de gestion des FS root@:~# apt-get libsysfs2 lsscsi sysfsutils

Installation du multipathing root@:~# apt-get install multipath-tools

Redémarrage du serveur

WWN des cartes FC sur les serveurs

root@1:~# for i in 0 1 2 3 4 5; do cat /sys/class/scsi_host/host$i/device/fc_host/host$i/port_name; done
0x2100001b328555da
0x2101001b32a555da
root@2:~# for i in 0 1 2 3 4 5; do cat /sys/class/scsi_host/host$i/device/fc_host/host$i/port_name; done
0x2100001b328787bc
0x2101001b32a787bc

root@:~# lspci | grep -i eth
01:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
05:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
05:00.1 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
05:00.2 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
05:00.3 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
root@:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp5s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:f7:13:12:84 brd ff:ff:ff:ff:ff:ff
3: enp1s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 00:a0:d1:ec:fc:60 brd ff:ff:ff:ff:ff:ff
4: enp5s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:f7:13:12:85 brd ff:ff:ff:ff:ff:ff
5: enp5s0f2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:f7:13:12:86 brd ff:ff:ff:ff:ff:ff
6: enp1s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:a0:d1:ec:fc:61 brd ff:ff:ff:ff:ff:ff
7: enp5s0f3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:f7:13:12:87 brd ff:ff:ff:ff:ff:ff
projets/backup2017/configserveur.1521021718.txt.gz · Dernière modification : 2018/03/14 10:01 de tonio