Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

ECS xDoctor : Une ou plusieurs interfaces réseau sont en panne ou manquantes

Summary: xDoctor signale une erreur d’avertissement indiquant que l’une des interfaces ECS est hors service au niveau des commutateurs.

This article applies to   This article does not apply to 

Symptoms

xDoctor signale l’avertissement ci-dessous indiquant qu’une des interfaces ECS est en panne :     
Displaying xDoctor Report (2017-09-01_064438) Filter:['CRITICAL', 'ERROR', 'WARNING'] ...

Timestamp    = 2017-09-01_064438
    Category = platform
    Source   = ip show
    Severity = WARNING
    Node     = 169.254.1.1
    Message  = One or more network interfaces are down or missing
    Extra    = {'1xx.2xx.1.4': ['slave-0']}
  1. Vérifiez l’état du lien d’interface sur le cluster. Dans l’exemple ci-dessous, le nœud 4 comporte NO-CARRIER, ce qui signifie qu’il n’y a aucune connexion à l’interface secondary-0.
Commande : 
# viprexec -i 'ip link show | egrep "slave-|public"'
Exemple :
admin@node1:~> viprexec -i 'ip link show | egrep "slave-|public"'

Output from host : 1xx.1xx.219.1
bash: public: command not found
3: slave-0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
5: slave-1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
10: public: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default

Output from host : 1xx.1xx.219.2
bash: public: command not found
3: slave-0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
5: slave-1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
10: public: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default

Output from host : 1xx.1xx8.219.3
bash: public: command not found
4: slave-0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
5: slave-1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
10: public: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default

Output from host : 1xx.1xx.219.4
bash: public: command not found
2: slave-0: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq master public state DOWN mode DEFAULT group default qlen 1000
5: slave-1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master public state UP mode DEFAULT group default qlen 1000
10: public: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default 
  1. Vérifiez qu’un lien a été détecté par les interfaces individuelles :
Commande : 
# viprexec -i "echo slave-0;sudo ethtool slave-0 | grep 'Link detected:';echo slave-1;sudo ethtool slave-1 | grep 'Link detected:'"
Exemple :
admin@node1:~> viprexec -i "echo slave-0;sudo ethtool slave-0 | grep 'Link detected:';echo slave-1;sudo ethtool slave-1 | grep 'Link detected:'"

Output from host : 1xx.1xx.219.1
slave-0
        Link detected: yes
slave-1
        Link detected: yes

Output from host : 1xx.1xx.219.2
slave-0
        Link detected: yes
slave-1
        Link detected: yes

Output from host : 1xx.1xx.219.3
slave-0
        Link detected: yes
slave-1
        Link detected: yes

Output from host : 1xx.1xx.219.4
slave-0
        Link detected: no
slave-1
        Link detected: yes​
  1. Assurez-vous que les commutateurs sont Arista sur les environnements Gen 1 ou Gen 2, et Dell (ou un autre modèle) sur les environnements Gen 3.
Remarque : Si les commutateurs ne sont pas des commutateurs Arista ou Dell, il s’agit de commutateurs gérés par l’utilisateur. Nous devons informer l’utilisateur qu’il a une connexion en panne à corriger. 
 
Commande :
# viprexec -i "sudo lldpcli show neigh | grep SysDescr"
Exemple :
Gen 1 ou Gen 2
admin@ecssh121:~> viprexec -i "sudo lldpcli show neigh | grep SysDescr"

Output from host : 1xx.1xx.219.1
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.15.6M running on an Arista Networks DCS-7048T-A

Output from host : 1xx.1xx.219.2
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.15.6M running on an Arista Networks DCS-7048T-A

Output from host : 1xx.1xx.219.3
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.15.6M running on an Arista Networks DCS-7048T-A

Output from host : 1xx.1xx.219.4
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.11.7.2 running on an Arista Networks DCS-7150S-24
    SysDescr:     Arista Networks EOS version 4.15.6M running on an Arista Networks DCS-7048T-A
 
Exemple : 
Gen 3
admin@ecsnode1:~> viprexec -i "sudo lldpcli show neigh | grep SysDescr"

Output from host : 1xx.1xx.219.1
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.2
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.3
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.4
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.5
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.6
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 1xx.1xx.219.7
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10

Output from host : 11xx.1xx.219.8
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
    SysDescr:     OS10
  1. Vérifiez la configuration de l’interface publique pour la liaison secondary-0 et secondary-1 pour public sur le nœud n’affichant aucun lien détecté à partir de la commande à l’étape 2 :
Commande :
# sudo cat /etc/sysconfig/network/ifcfg-public
Exemple : 
admin@node4:~> sudo cat /etc/sysconfig/network/ifcfg-public
BONDING_MASTER=yes
BONDING_MODULE_OPTS="miimon=100 mode=4 xmit_hash_policy=layer3+4"
BONDING_SLAVE0=slave-0
BONDING_SLAVE1=slave-1
BOOTPROTO=static
IPADDR=xxx.xxx.xxx.xxx/xx
MTU=1500
STARTMODE=auto
  1. Vérifiez que le paramètre LACP (Link Aggregation Control Protocol) est défini sur les nœuds. (IEEE 802.3ad : l’agrégation de liens dynamiques est le paramètre par défaut et est attendue.)

Commande :

# viprexec -i "grep Mode /proc/net/bonding/public"

Exemple :

admin@node1:~> viprexec -i "grep Mode /proc/net/bonding/public"

Output from host : 1xx.1xx.219.1
Bonding Mode: IEEE 802.3ad Dynamic link aggregation

Output from host : 1xx.1xx.219.2
Bonding Mode: IEEE 802.3ad Dynamic link aggregation

Output from host : 1xx.1xx.219.3
Bonding Mode: IEEE 802.3ad Dynamic link aggregation

Output from host : 1xx.1xx.219.4
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
  1. Vérifiez que les connexions sont cohérentes avec les ports et que les interfaces sont connectées en exécutant les opérations suivantes :
ECS Gen 1 ou Gen 2 :      
Gen 1 ou Gen 2 Les mappages ECS pour les nœuds sont les suivants vers les ports de commutateur correspondants :
Ethernet9 = nœud 1
Ethernet10 = nœud 2
Ethernet11 = nœud 3
Ethernet12 = nœud 4
Ethernet13 = nœud 5
Ethernet14 = nœud 6
Ethernet15 = nœud 7
Ethernet16 = nœud 8
 
Commande : 
# viprexec -i "sudo lldpcli show neigh | egrep 'SysName|PortID'"
Exemple : 
(Exemple à partir d’ECS Gen 1 ou Gen 2)
admin@ecssh121:~> viprexec -i "sudo lldpcli show neigh | egrep 'SysName|PortID'"                                                                                                                                                     
Output from host : 1xx.1xx.219.1
    SysName:      rabbit
    PortID:       ifname Ethernet9
    SysName:      hare
    PortID:       ifname Ethernet9
    SysName:      turtle
    PortID:       ifname Ethernet1

Output from host : 1xx.1xx.219.2
    SysName:      rabbit
    PortID:       ifname Ethernet10
    SysName:      hare
    PortID:       ifname Ethernet10
    SysName:      turtle
    PortID:       ifname Ethernet2

Output from host : 1xx.1xx.219.3
    SysName:      hare
    PortID:       ifname Ethernet11
    SysName:      rabbit
    PortID:       ifname Ethernet11
    SysName:      turtle
    PortID:       ifname Ethernet3

Output from host : 1xx.1xx.219.4
    SysName:      hare
    PortID:       ifname Ethernet12
    SysName:      turtle
    PortID:       ifname Ethernet4
 
Remarque : Dans l’exemple ci-dessus, la connexion à Ethernet12 Rabbit est manquante pour le nœud 4. Avec toutes les informations collectées jusqu’à présent, nous savons maintenant que le port 12 se trouve sur le commutateur Rabbit et qu’il est connecté à l’interface secondaire-0 du nœud 4.
 
ECS Gen 3 :      
Les mappages ECS de 3e génération pour les nœuds sont les suivants vers les ports de commutateur correspondants :
ethernet1/1/1 = nœud 1 ethernet1/1/2 = nœud 2
ethernet1/1/3 = nœud 3
ethernet1/1/4 = nœud 4
ethernet1/1/5 = nœud 5
ethernet1/1/6 = nœud 6
ethernet1/1/7 = nœud 7
ethernet1/1
/8 = nœud 8
  1. Vérifiez que les connexions sont actives pour la connexion ECS aux quatre commutateurs ECS Gen 3 : front-end, rabbit et hare, back-end, fox et hound.
Commande : 
# viprexec -i "sudo lldpcli show neigh | egrep 'SysName|PortID'"
Exemple : 
admin@ecsnode1:~> viprexec -i "sudo lldpcli show neigh | egrep 'SysName|PortID'"

Output from host : 1xx.1xx.219.1
    SysName:      rabbit
    PortID:       ifname ethernet1/1/1
    SysName:      hare
    PortID:       ifname ethernet1/1/1
    SysName:      fox
    PortID:       ifname ethernet1/1/1
    SysName:      hound
    PortID:       ifname ethernet1/1/1

Output from host : 192.168.219.2
    SysName:      rabbit
    PortID:       ifname ethernet1/1/2
    SysName:      hare
    PortID:       ifname ethernet1/1/2
    SysName:      fox
    PortID:       ifname ethernet1/1/2
    SysName:      hound
    PortID:       ifname ethernet1/1/2

Output from host : 1xx.1xx.219.3
    SysName:      rabbit
    PortID:       ifname ethernet1/1/3
    SysName:      hare
    PortID:       ifname ethernet1/1/3
    SysName:      fox
    PortID:       ifname ethernet1/1/3
    SysName:      hound
    PortID:       ifname ethernet1/1/3

Output from host : 1xx.1xx.219.4
    SysName:      rabbit
    PortID:       ifname ethernet1/1/4
    SysName:      hare
    PortID:       ifname ethernet1/1/4
    SysName:      fox
    PortID:       ifname ethernet1/1/4
    SysName:      hound
    PortID:       ifname ethernet1/1/4

Output from host : 1xx.1xx.219.5
    SysName:      rabbit
    PortID:       ifname ethernet1/1/5
    SysName:      hare
    PortID:       ifname ethernet1/1/5
    SysName:      fox
    PortID:       ifname ethernet1/1/5
    SysName:      hound
    PortID:       ifname ethernet1/1/5

Output from host : 1xx.1xx.219.6
    SysName:      rabbit
    PortID:       ifname ethernet1/1/6
    SysName:      hare
    PortID:       ifname ethernet1/1/6
    SysName:      fox
    PortID:       ifname ethernet1/1/6
    SysName:      hound
    PortID:       ifname ethernet1/1/6

Output from host : 1xx.1xx.219.7
    SysName:      rabbit
    PortID:       ifname ethernet1/1/7
    SysName:      hare
    PortID:       ifname ethernet1/1/7
    SysName:      fox
    PortID:       ifname ethernet1/1/7
    SysName:      hound
    PortID:       ifname ethernet1/1/7

Output from host : 1xx.1xx.219.8
    SysName:      rabbit
    PortID:       ifname ethernet1/1/8
    SysName:      hare
    PortID:       ifname ethernet1/1/8
    SysName:      fox
    PortID:       ifname ethernet1/1/8
    SysName:      hound
    PortID:       ifname ethernet1/1/8
  1. Connectez-vous au lapin avec les informations d’identification d’administrateur à partir de et vérifiez l’état de l’interface. 
Commande :
ECS Gen 1 ou Gen 2
# ssh <switch name>
# show interfaces show interfaces Ethernet<Interface Number>
Exemple : 
ECS Gen 1 ou Gen 2   
admin@ecs1:~> ssh rabbit
Password:
Last login: Tue Sep  5 11:13:30 2017 from 1xx.1xx.219.1
rabbit>show interfaces Ethernet12
Ethernet12 is down, line protocol is notpresent (notconnect)
  Hardware is Ethernet, address is 444c.a8de.8f83 (bia 444c.a8de.8f83)
  Description: MLAG group 4
  Member of Port-Channel4
  Ethernet MTU 9214 bytes , BW 10000000 kbit
  Full-duplex, 10Gb/s, auto negotiation: off, uni-link: n/a
  Loopback Mode : None
  0 link status changes since last clear
  Last clearing of "show interface" counters never
  5 minutes input rate 0 bps (0.0% with framing overhead), 0 packets/sec
  5 minutes output rate 0 bps (0.0% with framing overhead), 0 packets/sec
     0 packets input, 0 bytes
     Received 0 broadcasts, 0 multicast
     0 runts, 0 giants
     0 input errors, 0 CRC, 0 alignment, 0 symbol, 0 input discards
     0 PAUSE input
     0 packets output, 0 bytes
     Sent 0 broadcasts, 0 multicast
     0 output errors, 0 collisions
     0 late collision, 0 deferred, 0 output discards
     0 PAUSE output


Commande :
ECS Gen 3

# ssh <switch name>
# show interfaces ethernet 1/1/<Interface Number>

Exemple :
ECS Gen 3  

rabbit# show interface ethernet 1/1/4
Ethernet 1/1/9 is up, line protocol is down
Description: VLT Group 9
Port is part of Port-channel 9
Hardware is Dell EMC Eth, address is d8:9e:f3:c6:31:09
    Current address is d8:9e:f3:c6:31:09
Pluggable media not present

Interface index is 17305276
Internet address is not set
Mode of IPv4 Address Assignment: not set
Interface IPv6 oper status: Enabled
MTU 9216 bytes, IP MTU 9184 bytes
LineSpeed 0, Auto-Negotiation off
FEC is auto
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 60
Last clearing of "show interface" counters: 6 days 17:39:09
Queuing strategy: fifo
Input statistics:
     0 packets, 0 octets
     0 64-byte pkts, 0 over 64-byte pkts, 0 over 127-byte pkts
     0 over 255-byte pkts, 0 over 511-byte pkts, 0 over 1023-byte pkts
     0 Multicasts, 0 Broadcasts, 0 Unicasts
     0 runts, 0 giants, 0 throttles
     0 CRC,  overrun, 0 discarded
Output statistics:
     0 packets, 0 octets
     0 64-byte pkts, 0 over 64-byte pkts, 0 over 127-byte pkts
     0 over 255-byte pkts, 0 over 511-byte pkts, 0 over 1023-byte pkts
     0 Multicasts, 0 Broadcasts, 0 Unicasts
     0 throttles, 0 discarded, 0 Collisions, 0 wreddrops
Rate Info(interval 299 seconds):
     Input 0 Mbits/sec, 0 packets/sec, 0% of line rate
     Output 0 Mbits/sec, 0 packets/sec, 0% of line rate
Time since last interface status change: 6 days 17:39:10

 

Vérifiez les éventuels problèmes de cartes d’interface réseau :
Un autre composant pour vérifier si la mémoire tampon des messages (dmesg) des nœuds signale des problèmes de carte réseau récents sur le nœud concerné. Dans l’exemple ci-dessous, la carte NIC oscille entre l’état actif et l’état inactif.

S’il existe une alerte NIC dans dmesg, il peut être nécessaire de la remplacer.

  • Si ECS Gen 1 ou Gen 2 - Fournir une sortie à l’ingénieur matériel du support ECS pour analyse.
  • Si ECS Gen 3 - Fournir une sortie à l’équipe de matériel Dell qui sera un expert du matériel de la série EX.

 

Commande :

# sudo dmesg -T

Exemple : 

admin@node1:~> sudo dmesg -T
[Tue Jul  6 09:40:56 2021] public: link status definitely up for interface slave-1, 25000 Mbps full duplex
[Tue Jul  6 09:40:56 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Down
[Tue Jul  6 09:40:56 2021] public: link status definitely down for interface slave-1, disabling it
[Tue Jul  6 09:40:57 2021] public: link status definitely down for interface slave-1, disabling it
[Tue Jul  6 09:41:09 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Up, 25000 Mbps full duplex, Flow control: ON - receive & transmit
[Tue Jul  6 09:41:09 2021] bnxt_en 0000:04:00.1 slave-1: FEC autoneg off encodings: None
[Tue Jul  6 09:41:09 2021] public: link status definitely up for interface slave-1, 25000 Mbps full duplex
[Tue Jul  6 09:41:10 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Down
[Tue Jul  6 09:41:10 2021] bnxt_en 0000:04:00.1 slave-1: speed changed to 0 for port slave-1
[Tue Jul  6 09:41:11 2021] public: link status definitely down for interface slave-1, disabling it
[Tue Jul  6 09:41:20 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Up, 25000 Mbps full duplex, Flow control: ON - receive & transmit
[Tue Jul  6 09:41:20 2021] bnxt_en 0000:04:00.1 slave-1: FEC autoneg off encodings: None
[Tue Jul  6 09:41:20 2021] public: link status definitely up for interface slave-1, 25000 Mbps full duplex
[Tue Jul  6 09:41:22 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Down
[Tue Jul  6 09:41:22 2021] bnxt_en 0000:04:00.1 slave-1: speed changed to 0 for port slave-1
[Tue Jul  6 09:41:22 2021] public: link status definitely down for interface slave-1, disabling it
[Tue Jul  6 09:41:31 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Up, 25000 Mbps full duplex, Flow control: ON - receive & transmit
[Tue Jul  6 09:41:31 2021] bnxt_en 0000:04:00.1 slave-1: FEC autoneg off encodings: None
[Tue Jul  6 09:41:32 2021] public: link status definitely up for interface slave-1, 25000 Mbps full duplex
[Tue Jul  6 09:41:33 2021] bnxt_en 0000:04:00.1 slave-1: NIC Link is Down
 

Cause

Causes possibles de ce problème :
  • Parfois, le SFP (Small Form-Factor Pluggable) n’était pas correctement installé pendant la phase d’installation. 
  • Les commutateurs gérés par l’utilisateur sont effectués avec des modifications qui échappent à notre contrôle (dans le cas où les commutateurs gérés par l’utilisateur sont maintenus, comme les mises à niveau du firmware, un lien peut tomber en panne et peut probablement être renégocié, comme indiqué dans la partie relative à la résolution ci-dessous.)
  • Matériel défaillant sur l’ECS :
    • Carte d’interface réseau
    • Câble réseau 
    • Format compact enfichable (SFP) 
    • Commutateur réseau ou port de commutateur

Resolution

Avant d’effectuer des travaux
Dans le cas où les commutateurs gérés par l’utilisateur sont maintenus, comme les mises à niveau de firmware, une liaison peut être interrompue et probablement renégociée. L’exemple ci-dessous concerne secondary-0 down après une mise à niveau du firmware effectuée par l’utilisateur sur un commutateur FE géré par l’utilisateur. La commande ci-dessous est utilisée pour renégocier l’interface :
ethtool -r <i/f name>

admin@ecs-n-1:~> sudo ethtool slave-0
Settings for slave-0:
        Supported ports: [ FIBRE ]
        Supported link modes:   1000baseX/Full 
                                10000baseSR/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Advertised link modes:  1000baseX/Full 
                                10000baseSR/Full 
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: FIBRE
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x0000000f (15)
                               drv probe link timer
        Link detected: no                   
admin@ecs-n-1:~>

admin@ecs-n-1:~> sudo ethtool -r slave-0
admin@ecs-n-1:~> 

admin@ecs-n-1:~> sudo ethtool slave-0
Settings for slave-0:
        Supported ports: [ FIBRE ]
        Supported link modes:   1000baseX/Full 
                                10000baseSR/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Advertised link modes:  1000baseX/Full 
                                10000baseSR/Full 
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 10000Mb/s
        Duplex: Full
        Port: FIBRE
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x0000000f (15)
                               drv probe link timer
        Link detected: yes
 
Remarque : Si l’interface est toujours en panne et ne peut pas être renégociée, un représentant Dell doit être sur site pour inspecter et réinstaller le SPF et le câble. Si cela ne fonctionne pas, il est recommandé de remplacer le SFP et la connexion par câble entre le commutateur et le nœud.

Il existe différents modèles SFP qui utilisent le cuivre ou la fibre. En outre, les commutateurs back-end et front-end peuvent utiliser différents types de fils SFP. Déterminez la pièce requise avant de remplacer la pièce.

Additional Information

Extrait du Guide du matériel ECS Gen1 ou Gen2 :      

Câblage
réseauLes schémas de câblage réseau s’appliquent aux appliances ECS série U, D ou série C dans un rack fourni par Dell ou le client.
 
Pour faire la distinction entre les trois commutateurs, chaque commutateur possède un surnom :
  • Lièvre: Le commutateur public 10 GbE se trouve au sommet du rack dans un commutateur de série U ou D ou le commutateur supérieur dans un segment de série C.
  • Lapin: Le commutateur public 10 GbE est situé au-dessous du lièvre dans la partie supérieure du rack dans un segment de série U ou D ou en dessous du commutateur hare dans un segment de série C.
  • Tortue: Commutateur privé 1 GbE situé sous rabbit dans la partie supérieure du rack dans un segment de la série U ou sous le commutateur Hare dans un segment de la série C.
Câblage
réseau des séries U et DLa figure suivante illustre un schéma de câblage réseau simplifié pour une configuration en rack à huit nœuds pour un ECS de série U ou D configuré par Dell ou le client. Après cette figure, d’autres figures et tableaux détaillés fournissent des informations sur les ports, les étiquettes et les couleurs des câbles.
 
Schéma de câblage réseau simplifié pour une configuration de rack à huit nœuds
Reportez-vous au tableau ci-dessous pour obtenir les commutateurs et ports correspondants, ainsi qu’à la figure indiquant également les numéros de port de commutateur appropriés.

Commutateur 1 = Rabbit = Commutateur inférieur Commutateur 2 = Lièvre = Commutateur


supérieur Ports de nœud :      
Secondary-0 = P01 = port droit : se connecte au commutateur 1/Rabbit/commutateur inférieur.
Secondary-1 = P02 = port gauche : se connecte au commutateur 2/Hare/commutateur supérieur.
Schéma de câblage réseau

Affected Products

ECS Appliance

Products

ECS Appliance, ECS Appliance Gen 1, ECS Appliance Gen 2, ECS Appliance Gen 3, ECS Appliance Hardware Gen1 U-Series, Elastic Cloud Storage