Hello,
The issue I'm having involves a HP N40L Microserver w/ local storage on a HP SmartArray P410 controller. 6 HDDs are configured in a RAID10 array, and the ESXi host OS is operating on local USB stick.
A recent issue w/ the raid array caused a crash of the resident VMs, and now the "ESXi host does not have persistent storage" message is displayed.
I have resolved the HDD issues w/ the array (replaced a disk), and the array is shown under Devices as 'HP Serial Attached SCSIDisk'. Identifier is naa.600508b1001c8d82bf5f4a33f0e2bc04
However, the datastore does not show up in the Datastores tab. I have refreshed and rebooted multiple times w/ no success.
This datastore was running on an ESXi 5.1 install (HP customized ISO) for a couple of years w/out issue.
To try and resolve the issue, I installed ESXi 6.0 U1 on a fresh USB stick that is now happily running in the Microserver, but exhibiting the same behavior regarding the Datastore.
Output from esxcli storage filesystem list -
Mount Point |
Volume Name UUID |
Mounted Type |
Size |
Free |
------------------------------------------------- ----------- ----------------------------------- ------- ---- --------- ---------
/vmfs/volumes/56b8f1c5-732f51cf-68ec-a0b3cce4eb3a |
56b8f1c5-732f51cf-68ec-a0b3cce4eb3a |
true vfat 299712512 88342528 |
/vmfs/volumes/bd8588e2-04362b85-e425-db3beeb1519c |
bd8588e2-04362b85-e425-db3beeb1519c |
true vfat 261853184 261844992 |
/vmfs/volumes/fd2695e7-253111b8-b8f2-4a0b47e4542e |
fd2695e7-253111b8-b8f2-4a0b47e4542e |
true vfat 261853184 69287936 |
Output from esxcfg-scsidevs -c -
Device UID |
Device Type |
Console Device |
Size |
Multipath PluginDisplay Name |
mpx.vmhba32:C0:T0:L0 |
Direct-Access |
/vmfs/devices/disks/mpx.vmhba32:C0:T0:L0 15484MB NMP |
Local USB Direct-Access (mpx.vmhba32:C0:T0:L0) |
naa.600508b1001c8d82bf5f4a33f0e2bc04 Direct-Access |
11446225MBNMP |
HP Serial Attached SCSI Disk (naa.600508b1001c8d82bf5f4a33f0e2bc04) |
I am trying to go back through the list of commands I have tried to get more information, and at one point received a "fsUUID is null" response when trying to query the naa identifier.
All input welcome, thanks.