PowerFlex: 15G PowerEdge 노드에서 NVDIMM을 교체하는 방법

Summary: PowerEdge 서버 또는 PowerFlex 어플라이언스에서 NVDIMM을 교체하는 방법

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

시작하기 전에:

  1. 다음 명령의 출력을 메모장에 저장합니다.
  • Control MDM에서 다음을 수행합니다.
scli --query_sds --sds_id <SDS ID>
  • SDS에서 다음을 수행합니다.
dmidecode --type memory | grep "Non-" -B 3 -A 3 | grep -E 'Locator|Serial' | grep -v Bank 

ndctl list -D 

ndctl list -N 

ndctl list -R


절차

  1. SDS에서 모든 스토리지 디바이스를 분리하고 재조정이 완료될 때까지 기다립니다.
  2. 클러스터에서 모든 디바이스를 제거했으면 모든 가속화 디바이스를 제거합니다.
  3. 서버가 더 이상 스토리지를 제공하지 않으면 서버 전원을 끄고 CE가 NVDIMM을 교체하도록 합니다. #4단계로 이동하기 전에 #1-3단계를 완료해야 합니다.

    NVDIMM을 삭제하기 전에 모든 SDS 디바이스를 제거하십시오!

  4. 서버의 전원을 켜고 BIOS로 부팅합니다. BIOS SettingsMemory >Settings> 를 선택하고 Sanitize All NVDIMMs에 대해 Enabled를 선택합니다.
  5. 변경 사항을 저장하고 종료한 다음 서버를 부팅합니다.
  6. 다음 명령을 실행합니다.
ndctl create-namespace --region=region0 --type=pmem --mode=devdax --align=4k --force
ndctl create-namespace --region=region1 --type=pmem --mode=devdax --align=4k --force 

각 DAX 디바이스 이름은 출력에 chardev 값으로 표시됩니다. 출력 예에서 DAX 디바이스 이름은 dax0.0 및 dax1.0입니다. 전체 가속 디바이스 이름은 /dev/dax0.0 및 /dev/dax1.0입니다. 

예:

ndctl create-namespace --region=region0 --type=pmem --mode=devdax --align=4k --force
{
 "dev":"namespace0.0",
 "mode":"devdax",
 "map":"dev",
 "size":"31.50 GiB (33.82 GB)",
 "uuid":"44490109-0bff-4ca2-b68a-ae7a6b30a55f",
 "daxregion":{
 "id":1,
 "size":"31.50 GiB (33.82 GB)",
 "align":4096,
 "devices":[
 {
 "chardev":"dax0.0",
 "size":"31.50 GiB (33.82 GB)"
 }
 ]
 },
 "align":4096
}

 

ndctl create-namespace --region=region1 --type=pmem --mode=devdax --align=4k --force
{
 "dev":"namespace1.0",
 "mode":"devdax",
 "map":"dev",
 "size":"31.50 GiB (33.82 GB)",
 "uuid":"d48959c9-4b8c-4736-ad00-23afc0113fcd",
 "daxregion":{
 "id":1,
 "size":"31.50 GiB (33.82 GB)",
 "align":4096,
 "devices":[
 {
 "chardev":"dax1.0",
 "size":"31.50 GiB (33.82 GB)"
 }
 ]
 },
 "align":4096
}

 

참고: 각각 16GB의 NVDIMM 2개가 결합되어 32GB의 영역 네임스페이스 하나를 만듭니다. 따라서 4개의 NVDIMM에 대해 2개의 DAX 디바이스만 생성됩니다.

 

  1. 제거한 디바이스를 SDS에 다시 추가하여 가속화 및 스토리지 디바이스를 작동 상태로 되돌립니다.

 

PFMP 마법사를 사용하여 교체하려면 PowerFlex 4.x PFMP 마법사를 사용하여 NVDIMM을 교체하는 방법을 참조하십시오.

Affected Products

PowerFlex rack, PowerFlex appliance R650, Powerflex appliance R750, PowerFlex custom node R650, PowerFlex custom node R750
Article Properties
Article Number: 000217253
Article Type: How To
Last Modified: 18 Nov 2025
Version:  10
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.