VMware Cloud Community
Graydon1968
Contributor
Contributor
Jump to solution

ESXi 7.0 "New datastore" cannot see configured RAID disks

Hello,

I have recently received two Lenovo SR650 servers both with M.2 discs and ESXi 7.0. I am having difficulty seeing the two data stores defined below in XClarity when trying to add them in ESXi 7.0 and they do not seem to be available as shown in the following screen shot.

Graydon1968_0-1609250383661.png

I have tried deleting them in XCLARITY and recreated them with different named but have had no joy

Graydon1968_1-1609222504735.jpeg

 

 

I have even tried navigating in the CLI and seen that the two DataStores seem available so I am not sure why the “New  DataStore” wizard cannot see them or what I need to do to try to access and configure them in ESXi 7.0

 

 

SERVER ONE

 

Graydon1968_2-1609222504738.png

 

 

 

SERVER TWO

Graydon1968_3-1609222504740.png

 

 

Any assistance would be most grateful.

 

Reply
0 Kudos
1 Solution

Accepted Solutions
Graydon1968
Contributor
Contributor
Jump to solution

 

Hi Andre

Using 

# esxcli storage vmfs snapshot mount -n -l "SSD_DISK_VOL"

and

# esxcli storage vmfs snapshot mount -n -l "HDD_DISK_VOL"

I was able to mount the volumes and just rename them Many thanks for your help 🙂

Graydon1968_0-1609288481267.png

 

View solution in original post

Reply
0 Kudos
7 Replies
Graydon1968
Contributor
Contributor
Jump to solution

Graydon1968_0-1609223011471.png

Could this be my issue?

Reply
0 Kudos
scott28tt
VMware Employee
VMware Employee
Jump to solution

@Graydon1968 

Definitely nothing to do with evaluation mode, which is fully functional.

 


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
Reply
0 Kudos
a_p_
Leadership
Leadership
Jump to solution

Did you install ESXi yourself, or did the hosts come with ESXi pre-installed?

Anyway, as a first step please run ls -lisa /dev/disks to find out whether, and how the RAID-LUNs are listed.

André

Reply
0 Kudos
Graydon1968
Contributor
Contributor
Jump to solution

Thanks André

The ESXI was preinstalled with the system

Graydon1968_0-1609247608213.png

Graydon1968_1-1609247694711.png

These are the DataStore_SSD and DataStore_HDD respectively.

Graydon1968_0-1609247837831.png

No sure why there are two files for each DataStore and why there are slightly different in size. What does the :1 mean at the end of the LUN?

Graydon1968_0-1609249602330.png

 

Reply
0 Kudos
a_p_
Leadership
Leadership
Jump to solution

One entry is for the device (LUN), and the other one (with the ":1") represents partition 1 on that LUN.

Please run
partedUtil getptbl "/vmfs/devices/disks/DeviceName"
for both devices to see what this command reports for the partition.

In case that the command returns VMFS partitions (GUID: "AA31E02A400F11DB9590000C2911D1B8"), then run
esxcli storage vmfs snapshot list
to see whether the LUNs are detected as so called Snapshot LUNs. If so follow the steps in the "Command Line" section of  https://kb.vmware.com/s/article/1011387 to try an mount the datastores.

André

Graydon1968
Contributor
Contributor
Jump to solution

Hi André
I see what, seems to have happened I originally name these DataStores HDD_DISK_VOL and SSD_DISK_VOL and were able to mount them. I then changed their names to DataSore_SSD and DataStore_HDD to conform to our other Server Naming Convention.

As these data stored no longer exist (With their name change) I assume I need to remove these Snapshots and mount the new Disk Names?

Graydon1968_0-1609287507871.png

 

Reply
0 Kudos
Graydon1968
Contributor
Contributor
Jump to solution

 

Hi Andre

Using 

# esxcli storage vmfs snapshot mount -n -l "SSD_DISK_VOL"

and

# esxcli storage vmfs snapshot mount -n -l "HDD_DISK_VOL"

I was able to mount the volumes and just rename them Many thanks for your help 🙂

Graydon1968_0-1609288481267.png

 

Reply
0 Kudos