ESXi requires the use of datastore(s) for storing files that back a virtual machine. A datastore is nothing but a storage LUN with a VMFS filesystem on it or an NFS mount from an NAS server. Each ESXi host maintains a list of datastores that it has access to. In this recipe, we will learn how to pull this list.
Viewing datastores available on an ESXi host
How to do it...
The following procedure will help you view all the datastores by an ESXi host:
- Log in to the vCenter Server using the vSphere web client and use the key combination Ctrl + Alt + 2 to bring up the hosts and clusters inventory view, as shown.
- Select the desired host and navigate to the Datastores tab to view a list of all datastores the ESXi host has access...