PowerFlex: come modificare/rimuovere l'IP dei dati dall MDM primario in un cluster a nodo singolo

Summary: L'utente desiderava rimuovere l'IP dei dati di rete obsoleto dall'utilizzo del cluster nel cluster a nodo singolo.

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.

Instructions

Quando si utilizza una rete di gestione (mgmt. IP) e due reti di dati (IP data1, data2) In modalità a nodo singolo, la rete data2 si è guastata e di conseguenza non è riuscita a passare alla modalità al cluster a 3 nodi.
Per ovviare a questo problema, rimuoviamo tutti gli IP data2 dal sistema.

Mgmt. IP: 10.66.0.x
data1 IP: 100.100.0.x
data2 IP: 200.200.0.x (rete da rimuovere)

Primary_mdm_name: MDM2 (10.66.0.102, 100.100.0.102)
Standby_mdm_name: MDM1 (10.66.0.101, 100.100.0.101)
Standby_mdm_name: TB1 (100.100.0.200)

Procedura:
1- Rimuovere l'IP data2 da tutti gli SSD utilizzando la GUI di ScaleIO o il comando CLI:

scli --remove_sds_ip (--sds_id  | --sds_name  | --sds_ip  [--sds_port ]) --sds_ip_to_remove 

2. Rimuovere tutti i nodi di standby. Scli --remove_standby_mdm --remove_mdm_name vale a dire.

scli --remove_standby_mdm --remove_mdm_name MDM1
scli --remove_standby_mdm --remove_mdm_name TB1

3 - Aggiungere nuovamente i nodi di standby senza IP data2

scli --add_standby_mdm --mdm_role  --new_mdm_ip  [--new_mdm_management_ip ] --new_mdm_name  --allow_asymmetric_ips --force_clean
--allow_asymmetric_ips -> Allow the added node to have a different number of IPs from the primary node
--force_clean -> Clean previous configuration of the MDM
ie.
scli --add_standby_mdm --mdm_role manager --new_mdm_ip 100.100.0.101 --new_mdm_management_ip 10.66.0.101 --new_mdm_name MDM1 --allow_asymmetric_ips --force_clean

scli --add_standby_mdm --mdm_role tb --new_mdm_ip 100.100.0.200 --new_mdm_name TB1 --allow_asymmetric_ips --force_clean

4 - Passare dalla modalità cluster a singolo nodo a quella a 3 nodi

scli --switch_cluster_mode --cluster_mode  --add_slave_mdm_name  --add_tb_name 
ie.
scli --switch_cluster_mode --cluster_mode 3-node --add_slave_mdm_name MDM1 --add_tb_name TB1

5 - Trasferire la proprietà dell MDM primario al nodo MDM appena aggiunto

scli --switch_mdm_ownership --new_master_mdm_name 
ie.
scli --switch_mdm_ownership --new_master_mdm_name MDM1

6 - Passare dal cluster a un singolo nodo.

scli --switch_cluster_mode --cluster_mode  --remove_slave_mdm_name  --remove_tb_name 
ie.
scli --switch_cluster_mode --cluster_mode 1_node --remove_slave_mdm_name MDM2 --remove_tb_name TB1

7- Rimuovere il nodo MDM in standby contenente l'IP data2.

scli --remove_standby_mdm --remove_mdm_name 
ie.
scli --remove_standby_mdm --remove_mdm_name MDM2

8 - Aggiungere nuovamente il nodo MDM in standby senza IP data2

scli --add_standby_mdm --mdm_role  --new_mdm_ip  [--new_mdm_management_ip ] --new_mdm_name  --allow_asymmetric_ips --force_clean
--allow_asymmetric_ips -> Allow the added node to have a different number of IPs from the primary node
--force_clean -> Clean previous configuration of the MDM
ie.
scli --add_standby_mdm --mdm_role manager --new_mdm_ip 100.100.0.102 --new_mdm_management_ip 10.66.0.102 --new_mdm_name MDM2 --allow_asymmetric_ips --force_clean

9- Passare dal cluster a 3 nodi.

scli --switch_cluster_mode --cluster_mode  --add_slave_mdm_name  --add_tb_name 
ie.
scli --switch_cluster_mode --cluster_mode 3_node --add_slave_mdm_name MDM2 --add_tb_name TB1

10 - (Opzionale) Riportare la proprietà dell MDM primario al nodo originale

scli --switch_mdm_ownership --new_master_mdm_name MDM2

 

Additional Information

Note:
- Gli stessi passaggi funzionano se si passa da un nodo singolo a un nodo a 5 nodi.
- Questo metodo è stato testato senza IP virtuali configurati per il cluster.
- Se gli IP virtuali sono configurati, è necessario rimuovere prima tutti gli IP virtuali

Affected Products

PowerFlex rack, VxFlex Product Family
Article Properties
Article Number: 000009841
Article Type: How To
Last Modified: 27 Feb 2025
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.