Esempio di /etc/sysconfig/network-scripts
-
PDF del sito di questa documentazione
-
Installazione e manutenzione dell'hardware dell'appliance
-
Appliance di servizi SG100 e SG1000
-
Preparazione per l'installazione (SG100 e SG1000)
-
-
Appliance di storage SG6000
-
Preparazione per l'installazione (SG6000)
-
-
Appliance di storage SG5700
-
Preparazione per l'installazione (SG5700)
-
-
-
Installare e aggiornare il software
-
Eseguire l'amministrazione del sistema
-
Amministrare StorageGRID
-
-
USA StorageGRID
-
Monitorare e gestire StorageGRID
-
Monitorare e risolvere i problemi
-
Ripristino e manutenzione
-
Procedure di ripristino del nodo Grid
-
Procedura di decommissionamento
-
-
-

Raccolta di documenti PDF separati
Creating your file...
È possibile utilizzare i file di esempio per aggregare quattro interfacce fisiche Linux in un unico collegamento LACP e quindi stabilire tre interfacce VLAN che sottendere il collegamento per l'utilizzo come interfacce di rete StorageGRID, amministratore e client.
Interfacce fisiche
Si noti che gli switch alle altre estremità dei collegamenti devono anche considerare le quattro porte come un singolo trunk LACP o canale di porta e devono passare almeno le tre VLAN a cui si fa riferimento con tag.
/etc/sysconfig/network-scripts/ifcfg-ens160
TYPE=Ethernet NAME=ens160 UUID=011b17dd-642a-4bb9-acae-d71f7e6c8720 DEVICE=ens160 ONBOOT=yes MASTER=bond0 SLAVE=yes
/etc/sysconfig/network-scripts/ifcfg-ens192
TYPE=Ethernet NAME=ens192 UUID=e28eb15f-76de-4e5f-9a01-c9200b58d19c DEVICE=ens192 ONBOOT=yes MASTER=bond0 SLAVE=yes
/etc/sysconfig/network-scripts/ifcfg-ens224
TYPE=Ethernet NAME=ens224 UUID=b0e3d3ef-7472-4cde-902c-ef4f3248044b DEVICE=ens224 ONBOOT=yes MASTER=bond0 SLAVE=yes
/etc/sysconfig/network-scripts/ifcfg-ens256
TYPE=Ethernet NAME=ens256 UUID=7cf7aabc-3e4b-43d0-809a-1e2378faa4cd DEVICE=ens256 ONBOOT=yes MASTER=bond0 SLAVE=yes
Interfaccia bond
/etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0 TYPE=Bond BONDING_MASTER=yes NAME=bond0 ONBOOT=yes BONDING_OPTS=mode=802.3ad
Interfacce VLAN
/etc/sysconfig/network-scripts/ifcfg-bond0.1001
VLAN=yes TYPE=Vlan DEVICE=bond0.1001 PHYSDEV=bond0 VLAN_ID=1001 REORDER_HDR=0 BOOTPROTO=none UUID=296435de-8282-413b-8d33-c4dd40fca24a ONBOOT=yes
/etc/sysconfig/network-scripts/ifcfg-bond0.1002
VLAN=yes TYPE=Vlan DEVICE=bond0.1002 PHYSDEV=bond0 VLAN_ID=1002 REORDER_HDR=0 BOOTPROTO=none UUID=dbaaec72-0690-491c-973a-57b7dd00c581 ONBOOT=yes
/etc/sysconfig/network-scripts/ifcfg-bond0.1003
VLAN=yes TYPE=Vlan DEVICE=bond0.1003 PHYSDEV=bond0 VLAN_ID=1003 REORDER_HDR=0 BOOTPROTO=none UUID=d1af4b30-32f5-40b4-8bb9-71a2fbf809a1 ONBOOT=yes