Module 6: Storage Lesson 1: Storage Conepts Flashcards

(34 cards)

1
Q

Datastores can have what two types of file system formats?

A

VMware VMFS or Network File System (NFS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the four storage technologies supported by VMware ESX/ESXi hosts?

A

Locally attached, Fiber Channel, iSCSI and Network-attached (NAS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is considered local storage?

A

internal or external disks or arrays attached to the host though a direct connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is considered Fiber Channel storage?

A

A SAN connected through fibre. Fibre Channel encapsulates SCSI commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is iSCSI?

A

Enables access to storage devices over TCP/IP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does a iSCI host bus adapter (HBA)?

A

A SCSI protocol that sends iSCSI commands to targets located in iSCSI storage systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a NAS?

A

Storage shared over standard TCP/IP networks at the file system level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is NAS storage used for?

A

To hold NFS datastores

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where are virtual machine files located?

A

In its own directory in the datadtore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What can datastores be used for?

A

Storing ISO images, floppy images, virtual machines and templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What virtualization based services does VMFS provide?

A

Live migration from one physical server to another
Automatic restart of a failed VM
Clustering of VMs across different physical servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A VMFS datastore can be ______ ______ while VMs residing on the VMFS datatore are powered on.

A

A VMFS datastore can be increased dynamically while VMs residing on the VMFS datatore are powered on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the maximum block size VMFS will support? What is the maximum virtual disk files size?

A

8MB and 2TB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is VMFS block-level, distributed locking do?

A

Ensures that the same virtual machine is not powered on by multiple servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a VMDK?

A

Virtual machine disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are VMDKs?

A

Logical representations of the association and allocation of the larger VMFS datastore

17
Q

The VMFS datastore is made up of ______ _______ with a unique ______ ______ ______

A

The VMFS datastore is made up of one large volume with a unique logical unit number (LUN)

18
Q

Hosts support what version of NFS?

A

Version 3 over TCP only

19
Q

Instead of storing virtual machine data in a virtual disk file, you can store data directly…

A

on a raw LUN.

20
Q

Why would it be beneficial to store data directly on a raw LUN?

A

If you are running applications in your virtual machines that must know the physical characteristics of the storage device

21
Q

What is a RDM?

A

A special file in a VMFS datastore that acts as a proxy for a raw LUN

22
Q

When is RDM recommended?

A

When a virtual machine must interact with a real disk on the SAN

23
Q

What does Thin Provisioning do?

A

Enables virtual machines to use storage space as needed

24
Q

______ storage (as opposed to ______ storage) is where most administrators install ESX and ESXi Installable.

A

Local storage (as opposed to SAN storage) is where most administrators install ESX and ESXi Installable.

25
On an ESX/ESXi host,SCSI storage devices use what identifiers?
SCSI ID Canonical name Runtime name
26
What is the SCSI ID?
The unique address of a SCSI device
27
What is the Canonical name?
The Network Address Authority ID
28
What is a Network Address Authority ID?
A global unique identifier that is persistent across system reboots
29
What is the T10 identifier?
Identifiers that begin with "t10" assigned by the IETF. Can appear on any SCSI device
30
What is mpx?
A VMware namespace that is used when no other valid namepsace can be obtained from the LUN
31
An mpx is not ______ ______ and is not ______ across reboots.
An mpx is not globally unique and is not persistent across reboots.
32
What is the Runtime name?
The name of the first path to the device
33
Why is Runtime name not reliable?
Because it is not persistent meaning it might change when you add HBAs to the host
34
What topics should be discussed with with the storage administration team?
``` LUN sizes I/O bandwidth Disk caching parameters Which multipathing settings to use What NFS settings to use ```