Chapter 14: Deploy and Consolidate Flashcards

1
Q

Auto Deploy Architecture - Auto Deploy Server

A

Serves images and host profiles to ESXi hosts.

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

Auto Deploy Architecture - Auto Deploy Rules Engine

A

Sends information to the Auto Deploy server which image profile and which host profile to serve to which host.

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

Auto Deploy Architecture - Image Profiles

A

Define the set of VIBs to boot ESXi hosts with.

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

Auto Deploy Architecture - Host Profiles

A

Define machine-specific configuration such as networking or storage setup.
Use the host profile UI to create host profiles.
Create a host profile for a reference host and apply that host profile to other hosts in the environment for a consistent configuration.

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

Auto Deploy Architecture - Host customization

A

Stores information that a user provides when host profiles are applied to the host.
Host customization might contain an IP address or other information that the user supplied for that host.

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

vSphere Installation Bundle (VIB)

A

The collection of files that get packaged into an archive similar to a zip file.
The VIBs have different acceptance levels that are not available for modification.
Acceptance Levels (highest to lowest):
VMwareCertified
VMwareAccepted
PartnerSupported
CommunitySupported

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

Image Profile

A

This is a collection of VIBs used to install the ESXi server and saved as ZIP files or ISO images

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

Software Depot

A

This is a collection of VIBs either online - accessible via HTTP) or offline (accessible via a USB or CD/DVD)

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

Create ESXi Images with Image Builder (five steps)

A
  1. Download the software depots.
  2. Import the software depots into Image Builder
  3. Create an Image profile
  4. Add and remove VIBs.
  5. Save the image profile to ZIP or ISO
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

cmdlet for creating a new image profile

A

New-EsxImageProfile

  • NewProfile
  • Name “profile_name”
  • Vendor “Vendor_name”
  • SoftwarePackage esx-base, esx-xserver
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

cmdlet for importing software depot into the image builder

A

Add-EsxSoftwareDepot c:\images\VMware-ESXi-6.0.0

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

cmdlet for cloning an existing profile

A

New-EsxImageProfile

  • CloneProfile original_profile_name
  • Name new-profile_name
  • AcceptanceLevel “Acceptance Level”
  • Vendor “Vendor name”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

cmdlet for adding/removing VIBs

A

Add/Remove-EsxSoftwarePackage

  • ImageProfile “Profile Name”
  • SoftwarePackage “Package Name”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

cmdlet to export the image profile as a zip or ISO file

A

Export-EsxiImageProfile

  • ImageProfile “Profile Name”
  • ExportToBundle -FilePath path-to-save-zip-file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Auto Deploy Boot Process

A

PXE –> host sends hardware and network information to the auto deploy server –> auto deploy server streams host and image profiles to the host –> host boots using the image profile –> host assigned to vcenter server, which stored host and image profiles

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

Stateless Caching

A

By default, Auto Deploy does not store ESXi configuration or state on the host disk.
Instead, an image profile defines the image that the host is provisioned with, and other host attributes are managed through host profiles.
A host that uses Auto Deploy for stateless caching still needs to connect to the Auto Deploy server and the vCenter Server.

17
Q

Stateful Installs

A

You can provision a host with auto deploy and set up the host to store the image to disk. On subsequent boots, the host boots from disk.