Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

vSAN 관점에서 ESXi 유지 보수 모드 상태를 확인하는 방법

Summary: Dell EMC VxRail의 vSAN 관점에서 ESXi 유지 보수 모드 상태를 확인하는 방법에 대해 알아봅니다.

This article applies to   This article does not apply to 

Instructions

vSAN 관점에서 ESXi 유지 보수 모드는 vCenter의 유지 보수 모드와 다릅니다.
  • ESXi가 vSAN에서 유지 보수 모드로 전환되었거나 중단되었는지 확인하려면 다음 명령을 실행합니다.
    cmmds-tool find -t NODE_DECOM_STATE -f json
  • 출력은 다음과 유사해야 합니다.
    {
       "uuid": "5c99d5dd-3f98-0ee0-6f75-e4434b398000",
       "owner": "5c99d5dd-3f98-0ee0-6f75-e4434b398000",
       "health": "Healthy",
       "revision": "2546",
       "type": "NODE_DECOM_STATE",
       "flag": "2",
       "minHostVersion": "0",
       "md5sum": "5919c7a6c18472bea464f097b577e011",
       "valueLen": "144",
       "content": {"decomState": 0, "decomJobType": 0, "decomJobUuid": "00000000-0000-0000-0000-000000000000", "progress": 0, "affObjList": [ ], "errorCode": 0, "updateNum": 0, "majorVersion": 0, "auditReport": "", "numObjectsEvacuated": 0, "totalObjectstoEvacuate": 0, "bytesToSyncRemaining": 0, "totalBytesToSync": 0},
       "errorStr": "(null)"
     }
  • 출력에서 상태를 찾습니다 decomState . 다음은 알려진 상태 decomState 와 그 의미입니다.
    • decomState: 0: 즉, 노드가 현재 유지 보수 모드에 있지 않습니다.
    • decomState: 4: 즉, 노드가 현재 유지 보수 모드로 전환되고 있습니다.
    • decomState: 6: 즉, 노드가 현재 vSAN 관점에서 유지 보수 모드에 있습니다.
  • 어떤 이유로든 노드가 유지 보수 모드로 들어가거나 종료되지 않는 경우 다음을 시도하십시오.
    • vCenter에서 ESXi가 유지 보수 모드로 전환될 수 있는 경우(ESXi를 마우스 오른쪽 버튼으로 클릭할 때 옵션을 사용할 수 있음), 유지 보수 모드를 시작 및 종료(종료 및 시작)하십시오.
    • 실패하면 다음 명령을 사용하여 vSAN 유지 보수 모드를 종료합니다.
      • esxcli vsan maintenancemode cancel

Additional Information

Affected Products

VxRail, VxRail Appliance Family

Products

CloudArray Virtual Edition for VxRail Appliance, VxRail Appliance Series, VxRail G Series Nodes, VxRail E Series Nodes, VxRail Gen2 Hardware, VxRail P Series Nodes, VxRail S Series Nodes, VxRail V Series Nodes