Chapter 2: Storage Infrastructure Flashcards
How do virtual machines communicate with their virtual disks?
Using SCSI commands. These SCSI commands can also be encapsulated into other forms.
Describe the function of storage virtualization.
Storage virtualization refers to a logical abstraction of physical storage resources and capacities from virtual machines.
What kind of storage virtualization does ESXi provide?
ESXi provides host-level storage virtualization.
Describe a storage device / LUN.
Storage devices or LUNs are storage volumes that are presented to a host from a block storage system and are available to ESXi for formatting.
From the standpoint of a virtual machine, what does each virtual disk appear as?
Each virtual disk appears as if it were a SCSI drive connected to a SCSI controller.
What is the purpose of SCSI in regards to Fibre Channel (FC)?
Fibre Channel is a network storage protocol used on SANs. SCSI commands are encapsulated into Fibre Channel frames and used to direct storage.
What is the purpose of iSCSI?
Internet SCSI (iSCSI), is a SAN transport protocol that can use regular ethernet connections between ESXi hosts and storage systems.
What network components are required on ESXi hosts connect to a network using iSCSI?
Hosts will use hardware iSCSI adapters or software-based iSCSI initiators with regular network adapters.
What versions of NFS are supported by ESXi?
ESXi supports NFS versions 3 and 4.1.
In ESXi, when a datastore is deployed onto block storage devices, what file system is used?
Virtual Machine File System (VMFS).
What function of ESXi describes the following?
“A mapping file that contains metadata that resides in a VMFS datastore and acts as a proxy for a physical storage device”
A Raw Device Mapping (RDM).
What is the benefit of using a Raw Device Mapping (RDM)?
It allows for virtual machines to directly access physical storage.
When using Raw Device Mappings (RDM), how do virtual machines interact with their storage?
The VM configuration references the RDM, not the storage device. The RDM acts as a proxy between the VM and the physical storage.
What compatibility modes are supported by RDM?
There are 2 compatibility modes supported by RDM:
- Virtual compatibility mode: the RDM acts like a virtual disk file
- Physical compatibility mode: the RDM offers direct access to the SCSI device
What are the benefits of using virtual compatibility mode with RDMs?
Virtual compatibility mode allows for the same extra features that you would find with a regular virtual disk file. This includes virtual machine snapshots and the use of disk modes.
What are the benefits of using physical compatibility mode with RDMs?
Physical compatibility mode allows for more direct access to the SCSI device. This allows support for applications that require lower-level control.
Why would someone choose to use RDMs over regular virtual disks?
An administrator plans to use storage features that are inherent to the SAN itself such as:
- SAN management
- storage-based snapshots
- storage-based replication
Or for implementing Microsoft Cluster Server (MSCS)
What is the purpose of a vSAN?
By running a layer of distributed layer of software across hosts in a cluster, a vSAN can utilize local storage on each host as a single storage pool. This allows features that would normally be exclusive to dedicated shared storage.
Describe virtual volumes (vVols).
Virtual volumes are encapsulations of VM files, virtual disks, and their derivatives that are stored natively inside a storage system.
How are Virtual Volumes created?
Virtual volumes are not created manually. They are created automatically when you create, clone, or snapshot a VM.
How are are Virtual Volumes (vVols) different from regular storage management?
Regular storage management involves managing space from within datastores, vVols involve managing abstract storage objects that are handled by storage arrays. With vVols, each VM itself is a unit of storage management which can have storage policies applied to it rather than on the LUN or datastore.
What term describes the following?
“A framework that provides a single control panel across various data services and storage solutions.”
Storage Policy Based Management (SPBM).
What term describes the following?
“Software components that can be installed on ESXi hosts and can offer additional data services to virtual machines.”
I/O Filters.
Storage services such as replication, encryption, and caching are examples of what?
I/O Filters.