VxFlex: ESXi SDC heeft verkeerde of ontbrekende GUID/MDM IP's

Summary: Een ESXi ScaleIO/VxFlex OS SDC bevat onjuiste of ontbrekende GUID- of primaire MDM-IP-adressen.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms



Een ScaleIO/VxFlex OS ESXi SDC is niet verbonden met het cluster. Wanneer we een SSH-verbinding openen met de ESXi-host, starten we de bash-shell en voeren we de volgende opdracht uit:
 

esxcli system module parameters list -m scini | head -4



We krijgen zo'n output.
 

IoctlIniGuidStr                      string  12a34b56-1234-1234-a1bc-12abc345678d  Ini Guid, for example: 12345678-90AB-CDEF-1234-567890ABCDEF    

                                  
IoctlMdmIPStr string 20.20.20.10,30.30.30.10
Mdms IP's, IP's voor MDM in hetzelfde cluster moeten door komma's worden gescheiden. Als u meer dan één cluster wilt configureren, gebruikt u + om IP-adressen van elkaar te scheiden. Bijvoorbeeld: 10.20.30.40,50.60.70.80+11.22.33.44 Max. 1024 tekens


Met onjuiste of ontbrekende informatie




 

Cause

N.v.t.

Resolution

We kunnen dit corrigeren door een SSH-sessie te openen op het primaire MDM-knooppunt en na het inloggen op het ScaleIO/VxFlex OS-cluster met behulp van: 

scli --login --username admin



En door het wachtwoord in te voeren wanneer daarom wordt gevraagd, kunnen we de opdracht uitvoeren:

scli --query_all_sdc



Dit geeft ons een output als deze:

MDM restricted SDC mode: none
Query all SDC returned 5 SDC nodes.
SDC ID: eadba94600000000 Name: N/A IP: 30.30.30.14 State: Disconnected GUID: 37FB9771-D709-4873-97C3-D3B738A8B397 OS Type: ESX Loaded Version: N/A Installed Version: 2.0.11000 Restart required
    Read bandwidth:  0 IOPS 0 Bytes per-second
    Write bandwidth:  0 IOPS 0 Bytes per-second
SDC ID: eadbd05500000001 Name: N/A IP: 30.30.30.15 State: Connected GUID: A6F23F2F-CB61-4642-BB76-D5308042DCE3 OS Type: ESX Loaded Version: 2.5.0 Installed Version: 2.5.0
    Read bandwidth:  0 IOPS 0 Bytes per-second
    Write bandwidth:  0 IOPS 0 Bytes per-second
SDC ID: eadbd05600000002 Name: N/A IP: 30.30.30.12 State: Connected GUID: 12345678-90AB-CDEF-1234-567890ABCDEF OS Type: ESX Loaded Version: 2.5.0 Installed Version: 2.5.0
    Read bandwidth:  0 IOPS 0 Bytes per-second
    Write bandwidth:  0 IOPS 0 Bytes per-second
SDC ID: eadbd05700000003 Name: N/A IP: 30.30.30.13 State: Connected GUID: 18D87C16-8897-4271-B2EC-43EDE591324D OS Type: ESX Loaded Version: 2.0.11000 Installed Version: 2.0.11000
    Read bandwidth:  0 IOPS 0 Bytes per-second
    Write bandwidth:  0 IOPS 0 Bytes per-second
SDC ID: eadba94500000004 Name: N/A IP: 30.30.30.44 State: Disconnected GUID: DBAA6281-C3C5-479D-8575-7ED0DA463BD5 OS Type: LINUX Loaded Version: N/A Installed Version: 2.6.10000 Restart required
    Read bandwidth:  0 IOPS 0 Bytes per-second
    Write bandwidth:  0 IOPS 0 Bytes per-second




We kunnen dan de GUID kopiëren van de SDC die zich in een niet-verbonden status bevindt.
Vervolgens voeren we de volgende opdracht uit: 

scli --query_cluster



En krijg een uitvoer zoals:

Cluster:
    Name: SIO_Cork, Mode: 3_node, State: Degraded, Active: 2/3, Replicas: 1/2
    Virtual IPs: 30.30.30.10
Primary MDM:
    Name: MDM2, ID: 0x0d2120467951a9b1
        IPs: 20.20.20.42, 30.30.30.42, Management IPs: 10.60.34.42, Port: 9011, Virtual IP interfaces: eth2
        Version: 2.6.10000
Secondary MDMs:
    Name: MDM1, ID: 0x241fae70512b5d10
        IPs: 20.20.20.41, 30.30.30.41, Management IPs: 10.60.34.41, Port: 9011, Virtual IP interfaces: eth1, eth2
        Status: Disconnected, Version: N/A
Tie-Breakers:
    Name: TB1, ID: 0x48bb8af4404aba92
        IPs: 20.20.20.43, 30.30.30.43, Port: 9011
        Status: Normal, Version: 2.6.10000



Vervolgens nemen we de virtuele IP-adressen (indien beschikbaar) of alle IP's in een door komma's gescheiden lijst, zoals hieronder:

20.20.20.42,30.30.30.42,20.20.20.41,30.30.30.41
OR
30.30.30.10



Vervolgens zetten we de verzamelde GUID en IP's in een opdracht in deze indeling. 

esxcli system module parameters set -m scini -p "IoctlIniGuidStr=<GUID> IoctlMdmIPStr=<MDM_IPs>"


 

esxcli system module parameters set -m scini -p "IoctlIniGuidStr=DBAA6281-C3C5-479D-8575-7ED0DA463BD5 IoctlMdmIPStr=20.20.20.42,30.30.30.42,20.20.20.41,30.30.30.41"


OF

esxcli system module parameters set -m scini -p "IoctlIniGuidStr=DBAA6281-C3C5-479D-8575-7ED0DA463BD5 IoctlMdmIPStr=30.30.30.10"



Vervolgens voeren we deze opdracht uit op de ESXi-host met de niet-verbonden SDC.

Voor de laatste stap starten we de ESXi-host opnieuw op. De SDC zou opnieuw verbinding moeten maken wanneer de host online komt.

Additional Information

Deze inhoud is vertaald naar andere talen: 
https://downloads.dell.com/TranslatedPDF/PT-BR_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/ZH-CN_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/ES_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/DE_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/FR_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/IT_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/JA_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/KO_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/NL_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/PT_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/RU_KB536378.pdf
https://downloads.dell.com/TranslatedPDF/SV_KB536378.pdf

Affected Products

PowerFlex Software

Products

PowerFlex Software, VxFlex Product Family
Article Properties
Article Number: 000055292
Article Type: Solution
Last Modified: 29 Oct 2025
Version:  5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.