PowerFlex: 명령줄을 사용하여 디바이스 경로를 업데이트하고 SDS 디바이스 오류를 지우는 방법
Summary: clean 명령을 수행한 후에도 SDS 디바이스 오류가 지워지지 않습니다. 다음은 이 문제를 해결할 수 있는 방법에 대한 단계입니다.
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
이 문서에서는 디바이스 경로와 디바이스 원래 경로가 일치하지 않는 디바이스에 대한 디바이스 오류를 지우는 방법에 대해 설명합니다.
그러나 다른 시나리오에서는 디바이스에 일치하지 않는 디바이스 경로와 원래 경로가 있을 수 있으며 여전히 정상 상태 또는 오류 상태이지만 일치하지 않는 디바이스 경로가 없을 수 있습니다.
즉, 이러한 두 문제가 함께 발생할 필요는 없지만 함께 발생하면 디바이스 경로 불일치가 해결될 때까지 오류를 지우는 명령이 작동하지 않을 수 있습니다.
- 관리자 자격 증명을 사용하여 운영 MDM에 로그인합니다. 암호에 특수 문자가 있는 경우 작은따옴표 ' ' 를 사용합니다.
3.x scli --login --username admin --password '<password>' 4.x scli --login --username admin --password '<password>' --management_system_ip <pfmp_ip>
- 다음 명령을 실행하여 모든 SDS 세부 정보를 나열합니다.
scli --query_all_sds
예:
SDS ID: 2e400d3800000004 Name: LAB10_SDS3 State: Connected, Joined IP: XXX SDS ID: 2e400d3700000003 Name: LAB10_SDS2 State: Connected, Joined IP: XXX SDS ID: 2e400d3600000002 Name: LAB10_SDS4 State: Connected, Joined IP: XXX SDS ID: 2e400d3500000001 Name: LAB10_SDS1 State: Connected, Joined IP: XXX SDS ID: 2e400d3400000000 Name: LAB10_SDS5 State: Connected, Joined IP: XXX
- 영향을 받는 SDS를 찾아 SDS 이름을 기록한 후 다음 명령을 실행합니다.
scli --query_sds --sds_name <sds_name>
예제 출력:
4: Name: ScaleIO-3a5aeb6e Path: /dev/sde Original-path: /dev/sdu ID: 2a71c74700030003 Storage Pool: SP_SAS, Capacity: 1116 GB Error-fixes: 0 scanned 0 MB, Compare errors: 0 State: Error 13: Name: ScaleIO-3a5aeb77 Path: /dev/sdn Original-path: /dev/sdl ID: 2a71c7500003000c Storage Pool: SP_SAS, Capacity: 1116 GB Error-fixes: 0 scanned 0 MB, Compare errors: 0 State: Error
- 영향을 받은 디바이스를 찾고 장애가 발생한 디바이스 경로를 기록해 둡니다. 이 예에서는 두 디바이스가 오류 상태이며 디바이스 경로와 원래 경로가 일치하지 않습니다.
- 디바이스 경로
/dev/sde원래 경로/dev/sdu - 디바이스 경로
/dev/sdn원래 경로/dev/sdl
- 디바이스 경로
- 디바이스 지우기 오류가 성공적으로 실행되지만 두 개의 다른 경로가 있기 때문에 오류가 지워지지 않습니다.
scli --clear_sds_device_error --sds_id c948227100000004 --device_path /dev/sdu Successfully cleared SDS device sds: with ID c948227100000004, /dev/sdu
Cause
노드가 재부팅된 후 SDS 노드가 디바이스 경로를 변경할 수 있습니다.
Resolution
현재 경로와 일치하도록 원래 경로를 업데이트합니다.
scli --update_device_original_path --sds_name <sds_name> --device_id <device_id>
예:
scli --update_device_original_path --sds_name LAB10_SDS3 --device_id 2a71c74700030003
참고: 용도
device_id 대신 device_path 장치 경로는 어느 시점에서 다를 수 있지만 위의 명령은 동일하게 수정됩니다.
디바이스 오류 지우기
-SDS 이름 및 디바이스 경로는 명령 출력의 일부입니다. scli --query_all_sds 및 scli --query_sds --sds_name <sds_name> 위의 증상 섹션에 설명된 대로.
Scli --clear_sds_device_error --sds_name <sds_name> --device_path <device path>
예:
scli --clear_sds_device_error --sds_name LAB10_SDS3 --device_path /dev/sde Scli --clear_sds_device_error --sds_name LAB10_SDS3 --device_path /dev/sdn
Affected Products
PowerFlex rack, ScaleIOArticle Properties
Article Number: 000027185
Article Type: Solution
Last Modified: 10 Aug 2026
Version: 12
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.