VMware Cloud Community
krishnaprasad
Hot Shot
Hot Shot
Jump to solution

Identifying disk slot in a diskgroup in vSAN 5.5

Hi, In vSAN 5.5, it's hard to identify the exact physical drive (in vSAN 5.5) which is part of a vSAN disk group. In ESXi 6.x, the HDD blink option (health status plugin) resolve this.

"esxcli storage core path list" command provides Adapter, Channel, Target and LUN details. For example, if a specific drive shows vmhba0:C0:T3:L0, does it mean the physical disk is on the 3rd HDD slot ?

Identifying the physical slot of a specific HDD which is part of a specific diskgroup in vsandatastore is something what I look for in vSAN 5.5. Kindly let me know if this is possible ?

Thanks,

Krishnaprasad

1 Solution

Accepted Solutions
SebastianGrugel
Hot Shot
Hot Shot
Jump to solution

Hi again.

I working last time at similiar problem and i think found some solution for ESXi 5.5 and DELL R730 for identifying disk slot in server.

Can you look if this solution can working for you ?

http://vsebastian.net/vmware/check-physical-disk-bay-using-naa-identifier-in-esxi/

Sebastian

vExpert VSAN/NSX/CLOUD | VCAP5-DCA | VCP6-DCV/CMA/NV ==> akademiadatacenter.pl

View solution in original post

Reply
0 Kudos
6 Replies
SebastianGrugel
Hot Shot
Hot Shot
Jump to solution

Can you check if this will working for you ?


esxcli storage core device physical get -d <naa>


but this is working in ESXi 6.0 only... in 5.5 i have warning:

"Error: Unknown command or namespace storage core device physical"



vExpert VSAN/NSX/CLOUD | VCAP5-DCA | VCP6-DCV/CMA/NV ==> akademiadatacenter.pl
SebastianGrugel
Hot Shot
Hot Shot
Jump to solution

And check this post:

How to identify the HDD type / Serialnr

There is explanation about fdisk -l command.

In my case this not working. Maybe because we have GPT partition.

I tried find some nice command for example:

esxcfg-info -s but there too i dont see serial numbers.

In VSAN troubleshooting guide you have additional information if you use HP:

http://www.vmware.com/files/pdf/products/vsan/VSAN-Troubleshooting-Reference-Manual.pdf

Then you can use tool: hpssacli

vExpert VSAN/NSX/CLOUD | VCAP5-DCA | VCP6-DCV/CMA/NV ==> akademiadatacenter.pl
Reply
0 Kudos
krishnaprasad
Hot Shot
Hot Shot
Jump to solution

Thank you for the response. It looks like 5.5.x doesn't have "physical" namespace . This may be introduced from 6.x

SebastianGrugel
Hot Shot
Hot Shot
Jump to solution

Hi again.

I working last time at similiar problem and i think found some solution for ESXi 5.5 and DELL R730 for identifying disk slot in server.

Can you look if this solution can working for you ?

http://vsebastian.net/vmware/check-physical-disk-bay-using-naa-identifier-in-esxi/

Sebastian

vExpert VSAN/NSX/CLOUD | VCAP5-DCA | VCP6-DCV/CMA/NV ==> akademiadatacenter.pl
Reply
0 Kudos
krishnaprasad
Hot Shot
Hot Shot
Jump to solution

Hi, Apologies for the late response. I somehow missed this thread. Will look into the steps provided in the blog and get back.

Thanks,

Krishnaprasad

Reply
0 Kudos
krishnaprasad
Hot Shot
Hot Shot
Jump to solution

Thank you for the blog. That looks to be resolving the question.

Also esxcli storage core path list command also provides the HDD slot by looking at the target details.

Thanks again,

-Krishnaprasad

Reply
0 Kudos