A General system error occurred" [from /var/run/log/vmkernel.log]
2025-09-27T10:32:00.210Z Wa(180) vmkwarning: cpu77:3335255)WARNING: StorageDeviceVsi: 426: Device vsan:###-####-##-##-####not found.
2025-09-27T10:35:56.435Z Wa(180) vmkwarning: cpu54:3336825)WARNING: StorageDeviceVsi: 426: Device vsan:###-####-##-##-###not found.
2025-09-27T10:35:56.457Z Wa(180) vmkwarning: cpu56:2101826 opID=4ddeb394)WARNING: StorageDeviceVsi: 426: Device vsan:###-###-####-##-##### not found.
2025-09-27T10:36:43.030Z Wa(180) vmkwarning: cpu27:3337218)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-##-####-### not found.
2025-09-27T10:40:56.568Z Wa(180) vmkwarning: cpu91:3338863)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-####-##-#### not found.
2025-09-27T10:40:56.583Z Wa(180) vmkwarning: cpu60:2101826 opID=532dd31b)WARNING: StorageDeviceVsi: 426: Device vsan:###-##-###-####-### not found
From the command line, run this command:
$ esxcli vsan storage list | less
output for the device:
Unknown
Device: Unknown
Display Name: Unknown
Is SSD: false
VSAN UUID: ########-####-####-####-############
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.
YYYY-MM-ddThh:mm:ss.sssZ 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.xxxxxxxxxxxxxxxx
Parameter Value Threshold Worst
---------------------------- ----------------- --------- -----
Health Status FAILED/OFFLINE N/A N/A
Media Wearout Indicator N/A N/A N/A
Write Error Count 0 N/A N/A
Read Error Count 1638320548 N/A N/A
Power-on Hours N/A N/A N/A
Power Cycle Count 621 N/A N/A
Reallocated Sector Count N/A N/A N/A
Raw Read Error Rate N/A N/A N/A
Drive Temperature 31 N/A N/A
Driver Rated Max Temperature N/A N/A N/A
Write Sectors TOT Count N/A N/A N/A
Read Sectors TOT Count N/A N/A N/A
Initial Bad Block Count N/A N/A N/A
Mappings:
DiskMapping[0]:
SSD: naa.################
MD: naa.################
MD: naa.################
MD: naa.################
MD: ########-####-####-####-############ <-- Instead of showing the NAA ID, the vSAN UUID of the disk is shown
$ esxcli vsan storage list |grep "Device: Unknown"|grep <DISK_UUID:>
Device : Unknown
Device: Unknown
Display Name: Unknown
VSAN UUID: ########-####-####-####-############
$ cmmds-tool find -u DISK_UUID -f json
{
"entries":
[
]
}
$ cmmds-tool find -t DOM_OBJECT -f json |grep <DISK_UUID>
$ esxcli vsan storage remove -u DISK_UUID
$ esxcli vsan storage list|grep DISK_UUID
Unable 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.