VxRail: 'assert len(boot_devs) == 1, '부팅 디바이스가 여러 개 있습니다' 오류로 인해 플랫폼 서비스가 실패했습니다.
Summary: 잘못된 부팅 디바이스 보고로 인해 플랫폼 서비스를 시작하지 못합니다.
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
VxRail 플랫폼 서비스가 실패하고 오류가 발생했습니다. assert len(boot_devs) == 1, 'We have multiple boot devices? 에 보고됨 platform_svc.logVxVerfy ' 오류를 표시하고 있습니다.2 Fail | 536795 | bmc: Firmware test timeout. Check Platform Service'.Platform_svc.log 경로에 있는 스크립트 실행과 관련된 문제가 표시됩니다. /opt/vxrail/bin/utility/host.py 443행.
의 443행: host.py 스크립트는 아래와 같이 ESXi의 부팅 가능한 디바이스에 대한 검사를 수행합니다.
def get_service_datastore_path():
"""get the service datastore path
This is a guess work. The assumption is that we will have one and only one VMFS ds on
the boot device.
"""
boot_devs = {
dev['Device'] for dev in esxcli('storage core device list')
if dev['Is Boot Device']
}
assert len(boot_devs) == 1, 'We have multiple boot devices?'
dev = boot_devs.pop()
with HostConnection() as host_conn:
ds = host_conn.get_vmfs_datastore_on_bootdev(dev)
if ds:
return ds[0].info.url
return None Cause
실행할 때 esxcli storage core device list | grep -i dellboss -A40Tthe DELLBOSS_VD 아래와 같이 부팅 장치로 설정되어 있지 않아 스크립트가 충돌합니다.
[management@esxi03:~] esxcli storage core device list | grep -i dellboss -A40
t10.ATA_____DELLBOSS_VD_____________________________d2f1e897dd2e001000000000
Display Name: Local ATA Disk (t10.ATA_____DELLBOSS_VD_____________________________d2f1e897dd2e001000000000)
Has Settable Display Name: true
Size: 228872
Device Type: Direct-Access
Multipath Plugin: NMP
Devfs Path: /vmfs/devices/disks/t10.ATA_____DELLBOSS_VD_____________________________d2f1e897dd2e001000000000
Vendor: ATA
Model: DELLBOSS VD
Revision: 00-0
SCSI Level: 5
Is Pseudo: false
Status: on
Is RDM Capable: false
Is Local: true
Is Removable: false
Is SSD: false
Is VVOL PE: false
Is Offline: false
Is Perennially Reserved: false
Queue Full Sample Size: 0
Queue Full Threshold: 0
Thin Provisioning Status: yes
Attached Filters:
VAAI Status: unsupported
Other UIDs: vml.0100000000643266316538393764643265303031300000000044454c4c424f
Is Shared Clusterwide: false
Is SAS: false
Is USB: false
Is Boot Device: false
Device Max Queue Depth: 31
No of outstanding IOs with competing worlds: 31
Drive Type: unknown
RAID Level: unknown
Number of Physical Drives: unknown
Protection Enabled: false
PI Activated: false
PI Type: 0
PI Protection Mask: NO PROTECTION
Supported Guard Types: NO GUARD SUPPORT
DIX Enabled: false
DIX Guard Type: NO GUARD SUPPORT
Emulated DIX/DIF Enabled: false
Resolution
이 문제를 해결하려면 다음 단계를 수행하십시오.
- 서버를 유지 보수 모드로 전환합니다.
- 서버를 재부팅합니다.
- 확인
Is Boot Device : true다음 명령을 사용합니다.esxcli storage core device list | grep -i dellboss -A40
노드를 재부팅해도 문제가 해결되지 않으면 다음 노드의 전원을 방전시킵니다. PowerEdge: 재설정하고 전원을 방전시키거나 가상 AC 주기를 수행하는 방법
Affected Products
VxRail, VxRail Appliance Series, VxRail D Series Nodes, VxRail D560, VxRail D560F, VxRail E Series Nodes, VxRail E560, VxRail E560F, VxRail E560N, VxRail E660, VxRail E660F, VxRail E660N, VxRail E665, VxRail E665F, VxRail E665N, VxRail G560
, VxRail G560F, VxRail P570, VxRail P570F, VxRail P580N, VxRail P670F, VxRail P670N, VxRail P675N, VxRail S570, VxRail S670, VxRail Software, VxRail V570, VxRail V570F, VXRAIL V670F, VxRail VD-4510C, VxRail VD-4520C, VxRail VE-660, VxRail VE-6615, VxRail VE-670, VxRail VP-760, VxRail VP-7625, VxRail VP-770, VxRail VS-760
...
Article Properties
Article Number: 000079974
Article Type: Solution
Last Modified: 24 Mar 2026
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.