PowerFlex 단일 노드 클러스터의 운영 MDM에서 데이터 IP를 변경/제거하는 방법

Summary: 사용자가 단일 노드 클러스터의 클러스터에서 사용하지 않는 네트워크의 데이터 IP를 제거하려고 했습니다.

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

하나의 관리 네트워크(MGMT. IP) 및 2개의 데이터 네트워크(data1, data2 IP) 단일 노드 모드에서 data2 네트워크에 장애가 발생하여 결과적으로 모드를 3노드 클러스터로 전환할 수 없습니다.
이 문제를 해결하기 위해 시스템에서 모든 data2 IP를 제거합니다.

관리 IP: 10.66.0.x
data1 IP: 100.100.0.x
data2 IP: 200.200.0.x(제거할 네트워크)

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)

단계:
1- ScaleIO GUI 또는 CLI 명령을 사용하여 모든 SDS에서 data2 IP를 제거합니다.

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

2-모든 대기 노드를 제거합니다. scli --remove_standby_mdm --remove_mdm_name 즉.

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

3 - data2 IP가 없는 대기 노드 다시 추가

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 - 클러스터 모드를 단일 노드에서 3노드 클러스터로 전환

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- 운영 MDM의 소유권을 새로 추가된 MDM 노드로 전환

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

6 - 클러스터를 단일 노드로 전환합니다.

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가 포함된 대기 MDM 노드를 제거합니다.

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

8 - data2 IP 없이 대기 MDM 노드 다시 추가

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 - 클러스터를 3노드로 전환합니다.

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- (선택 사항) 기본 MDM의 소유권을 원래 노드로 다시 전환

scli --switch_mdm_ownership --new_master_mdm_name MDM2

 

Additional Information

노트:
- 단일 노드에서 5노드로 전환하는 경우에도 동일한 단계가 작동합니다.
- 이 방법은 클러스터에 대해 구성된 가상 IP 없이 테스트되었습니다.
- 가상 IP가 구성된 경우 먼저 모든 가상 IP를 제거해야 합니다.

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.