I would like to know if it's possible to know where is located the storage. I've got an ESX 4 where Storage1 appears (vdf command).
How can I know if this storage is local or not ?
Thank you,
Olivier
|
I would like to know if it's possible to know where is located the storage. I've got an ESX 4 where Storage1 appears (vdf command). How can I know if this storage is local or not ? Thank you, Olivier | |||
feedback
|
This question came from our site for computer enthusiasts and power users.
|
It's not possible to get this kind of information with vdf. You can use esxcfg-scsidevs to get thiss kind of information assuming you're running ESX 4.0. on ex 3.x you can try to achieve something similir with esxcfg-vmhbadevs. First get a list of all VMFS volumes with their idenfitifer
Now you can check if the VMFS Volumes are local disks or if they are SAN or iSCSI disks. I'm not sure if you see iSCSI information with the command. I'm only using local and SAN Volumes.
If you want to check VMFS volumes you can do it with a little for loop:
| |||
|
feedback
|