• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Identify storage provisioning methods: GUI
From Inventory -> Hosts and Clusters

1. Select a Host.
2. Click on the Configuration tab.
3. Under Hardware, select Storage
4. Click on Add Storage.
5. Select the type of storage to add.
Identify storage provisioning methods: CLI
1. Get device UUID

esxcli storage core device list

2. Get current partition information

partedUtil get /vmfs/devices/disks/<device UUID>

3. Set a partition

partedUtil set /vmfs/devices/disks/<device UUID>/
""1 128 20971500 251 0""
(creates partition 1, starting at 128, ending at 20971500 with a type of 251)


4. Create the VMFS5 volume with a label of iSCSI 4:

vmkfstools -C vmfs5 -S iSCSI4 /vmfs/devices/disks/<device UUID>

5. Rescan adapter

esxcli storage core adapter rescan -A <vmhba#>
Apply space utilization data to manage storage resources
Display information on VMFS volume:

vmkfstools -P /vmfs/volumes/<volume label> -h

Disk Free
df -h
Determine type of provisioning on disk
vmkfstools -t0 <diskname>.vmd

A Flat Disk (zeroedthick) displays: [VMFS Z-

A Thick Provisioned Disk (eagerzeroedthick) will display: [VMFS --

A Thin Provisioned Disk (or thin disk) will display: [NOMP --
Create an empty virtual disk using vmkfstools
Storage Guide, pages 205-214

vmkfstools -c 10G -d thin '/vmfs/volumes/<volume label>/<folder>/<name>.vmdk'
Convert a virtual disk using vmkfstools
Storage Guide, pages 205-214

vmkfstools -l <vmdk> <newvmdk> -d <thin|zeroedthick | eagerzeroedthick>
Inflate a virtual disk using vmkfstools
Storage Guide, pages 205-214

vmkfstools -j <vmdk>
Make a virtual disk eagerzeroed using vmkfstools
Storage Guide, pages 205-214

vmkfstools -k <vmdk>
Configure Datastore Clusters
From Inventory -> Datastores and Datastore Clusters

1. Select the Datacenter.
2. Right click and select New Datastore Cluster
3. Give the DS Cluster a name
4. Set automation.
5. Add Hosts
6. Add Shared Storage on Host