PowerFlex 3.X: Tek Düğümlü Kümede Birincil MDM'den Veri IP'sini Değiştirme/Kaldırma

Summary: Kullanıcı, Eski ağın veri IP'sini Kümeden kaldırmak istedi Tek Düğüm Kümesinde Kullanım.

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

Tek bir yönetim ağı (mgmt. IP) ve iki Veri Ağı (veri1, veri2 IP'leri) Tek düğümlü moddayken data2 Ağı arızalandı ve sonuç olarak modu 3 düğümlü Kümeye geçiremedi.
Bunu aşmak için tüm data2 IP'lerini sistemden kaldırıyoruz.

Mgmt. IP: 10.66.0.x
data1 IP: 100.100.0.x
data2 IP: 200.200.0.x (kaldırılacak ağ)

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)

 

Adım -ları:
1- ScaleIO GUI veya CLI komutunu kullanarak data2 IP'sini tüm SDS'lerden kaldırın:

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

 

2-Tüm Bekleme Düğümlerini kaldırın. Scli --remove_standby_mdm --remove_mdm_name yani.

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

 

3- Bekleme düğümlerini veri2 IP'si olmadan yeniden ekleyin

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- Küme modunu tek düğümden 3 düğümlü kümeye değiştirin

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- Birincil MDM'nin Sahipliğini yeni eklenen mdm düğümüyle değiştirin

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

 

6- Kümeyi tek düğüme geçirin.

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- data2 IP'sini içeren Standby mdm Düğümünü kaldırın.

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

 

8- Standby mdm Node'u data2 IP olmadan yeniden ekleyin

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- Kümeyi 3 düğüme geçirin.

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- (İsteğe bağlı) Birincil MDM'nin sahipliğini orijinal Düğüme geri döndürür

scli --switch_mdm_ownership --new_master_mdm_name MDM2

 

Additional Information


- Tek düğümden 5 düğüme geçerken aynı adımlar işe yarar.
- Bu Yöntem, Küme için Yapılandırılmış Sanal IP Olmadan Test Edilmiştir.
- Sanal IP'ler yapılandırılmışsa, önce tüm sanal IP'ler kaldırılmalıdır

 

Ayrıca şunları da yapın: 

PowerFlex 4.X'te Master ve Slave sözcükleri Primary ve Secondary olarak değiştirilir

Örneğin: 3 ila 5 düğüm kümesini değiştirmek için MDM kümesine Düğümler ekleyin veya kaldırın 

3.x 

#scli --switch_cluster_mode --cluster_mode 3_node --remove_slave_mdm_name XXXX --remove_tb_name YYY
#scli --switch_cluster_mode --cluster_mode 5_node --add_slave_mdm_name XXXX  --add_tb_name YYY

4.x

#scli --switch_cluster_mode --cluster_mode 3_node --remove_secondary_mdm_name XXXX --remove_tb_name YYY
#scli --switch_cluster_mode --cluster_mode 5_node --add_secondary_mdm_name XXXX  --add_tb_name YYY 

 

 

 

Affected Products

PowerFlex rack, VxFlex Product Family
Article Properties
Article Number: 000009841
Article Type: How To
Last Modified: 03 يناير 2026
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.