A General system error occurred. Disk is not mounted to this host" $ esxcli vsan storage list | less      Unknown         Device: Unknown         Display Name: Unknown         Is SSD: false         VSAN UUID: 52fdc833-b925-8454-c88b-###########         VSAN Disk Group UUID:         VSAN Disk Group Name:         Used by this host: false         In CMMDS: false         On-disk format version: -1         Deduplication: false         Compression: false         Checksum:         Checksum OK: false         Is Capacity Tier: false         Encryption Metadata Checksum OK: true         Encryption: false         DiskKeyLoaded: false         Is Mounted: false         Creation Time: Unknown
vobd.log:YYYY-MM-ddThh:mm:ss.342Z: [scsiCorrelator] 4079214243471us: [esx.problem.scsi.device.state.permanentloss] Device: naa.############### has been removed or is permanently inaccessible. Affected datastores (if any): Unknown.vobd.log:YYYY-MM-ddThh:mm:ss.374Z: [scsiCorrelator] 4104631067753us: [vob.scsi.device.state.permanentloss] Device :naa.############### has been removed or is permanently inaccessible.2025-03-14T10:25:46.444Z In(182) vmkernel: cpu52:2098242)ScsiDeviceIO: 4672: Cmd(0x45de37490640) 0x25, CmdSN 0x113d38b from world 0 to dev "naa.###############" failed H:0x0 D:0x2 P:0x0 Valid sense data: 0x4 0x44 0xe2
# esxcli storage core device smart get -d naa.xxxxxxxxxxxxxxxxParameter                     Value              Threshold  Worst----------------------------  -----------------  ---------  -----Health Status                 FAILED/OFFLINE     N/A        N/AMedia Wearout Indicator       N/A                N/A        N/AWrite Error Count             0                  N/A        N/ARead Error Count              1638320548         N/A        N/APower-on Hours                N/A                N/A        N/APower Cycle Count             621                N/A        N/AReallocated Sector Count      N/A                N/A        N/ARaw Read Error Rate           N/A                N/A        N/ADrive Temperature             31                 N/A        N/ADriver Rated Max Temperature  N/A                N/A        N/AWrite Sectors TOT Count       N/A                N/A        N/ARead Sectors TOT Count        N/A                N/A        N/AInitial Bad Block Count       N/A                N/A        N/A
Ensure that correct VSAN_UUID is noted before removing the disk that is showing as absent.
$ esxcli vsan storage list |grep "Device: Unknown"|grep "VSAN UUID:"Device : UnknownDevice: UnknownDisplay Name: UnknownVSAN UUID: 529a152a-6e87-d8dc-c890-############
$ cmmds-tool find -u VSAN_UUID -f json
{
"entries":
[
]
}$ cmmds-tool find -t DOM_OBJECT -f json |grep VSAN_UUID
VMware vSAN (All Versions)
Cause Validation
vmkernel.log reports device not found.
Log path : /var/run/log/vmkernel.log
2025-09-27T10:32:00.210Z Wa(180) vmkwarning: cpu77:3335255)WARNING: StorageDeviceVsi: 426: Device vsan:###-8848-##-##-####not found.2025-09-27T10:35:56.435Z Wa(180) vmkwarning: cpu54:3336825)WARNING: StorageDeviceVsi: 426: Device vsan:###-8848-##-##-###not found.2025-09-27T10:35:56.457Z Wa(180) vmkwarning: cpu56:2101826 opID=4ddeb394)WARNING: StorageDeviceVsi: 426: Device vsan:###-###-9b0d-##-##### not found.2025-09-27T10:36:43.030Z Wa(180) vmkwarning: cpu27:3337218)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-##-59d8-### not found.2025-09-27T10:40:56.568Z Wa(180) vmkwarning: cpu91:3338863)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-9b0d-##-#### not found.2025-09-27T10:40:56.583Z Wa(180) vmkwarning: cpu60:2101826 opID=532dd31b)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-###-59d8-### not found2025-09-29T07:29:30.667Z Wa(180) vmkwarning: cpu50:2098186)WARNING: NVMEIO:2644 command 0x45ba9e7a0800 failed: ctlr 257, queue 2, psaCmd 0x45ba82012080, status 0x182, opc 0x1, cid 446, nsid 12025-09-29T07:29:30.667Z Wa(180) vmkwarning: cpu50:2098186)WARNING: NVMEPSA:217 Complete vmkNvmeCmd: 0x45ba9e7a0800, vmkPsaCmd: 0x45ba82012080, cmdId.initiator=0x430b1dda68c0, CmdSN: 0x2, status: 0x1822025-09-29T07:29:30.667Z Wa(180) vmkwarning: cpu50:2098186)WARNING: HPP: HppNvmeThrottleLogForDevice:600: NVMe Cmd 0x1 (0x45ba82012080, 2104939) to dev "t10.NVMe____####_7###_#####_______________#######" on path "vmhba3:C0:T0:L0" Failed:2025-09-29T07:29:30.667Z Wa(180) vmkwarning: cpu50:2098186)WARNING: HPP: HppNvmeThrottleLogForDevice:608: Error status H:0x0 D:0x182 P:0x0 hppAction = 12025-09-29T07:29:30.667Z Wa(180) vmkwarning: cpu50:2098186)WARNING: NvmeUtil: 151: Error on Cmd(0x45ba82012080) 0x1, CmdSN 0x2 from world 2104939 to component "t10.NVMe____###_7450_####______________######"  H:0x0 D:0x182 P:0x0Please contact the hardware vendor to replace the faulty disk.
The following article explain the replacement of the cache and capacity disk
In the vCenter vSphere UI, if the above operation fails then follow the below steps to remove the disk from the disk group
The Disk removal from the vSAN cluster after it has been validated :
$ esxcli vsan storage remove -u VSAN_UUID$ esxcli vsan storage list|grep VSAN_UUIDUnable to remove device: Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: Sysinfo error: Not found See VMkernel log for details.