Chapter 14: Deploy and Consolidate Flashcards
Auto Deploy Architecture - Auto Deploy Server
Serves images and host profiles to ESXi hosts.
Auto Deploy Architecture - Auto Deploy Rules Engine
Sends information to the Auto Deploy server which image profile and which host profile to serve to which host.
Auto Deploy Architecture - Image Profiles
Define the set of VIBs to boot ESXi hosts with.
Auto Deploy Architecture - Host Profiles
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.
Auto Deploy Architecture - Host customization
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.
vSphere Installation Bundle (VIB)
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
Image Profile
This is a collection of VIBs used to install the ESXi server and saved as ZIP files or ISO images
Software Depot
This is a collection of VIBs either online - accessible via HTTP) or offline (accessible via a USB or CD/DVD)
Create ESXi Images with Image Builder (five steps)
- Download the software depots.
- Import the software depots into Image Builder
- Create an Image profile
- Add and remove VIBs.
- Save the image profile to ZIP or ISO
cmdlet for creating a new image profile
New-EsxImageProfile
- NewProfile
- Name “profile_name”
- Vendor “Vendor_name”
- SoftwarePackage esx-base, esx-xserver
cmdlet for importing software depot into the image builder
Add-EsxSoftwareDepot c:\images\VMware-ESXi-6.0.0
cmdlet for cloning an existing profile
New-EsxImageProfile
- CloneProfile original_profile_name
- Name new-profile_name
- AcceptanceLevel “Acceptance Level”
- Vendor “Vendor name”
cmdlet for adding/removing VIBs
Add/Remove-EsxSoftwarePackage
- ImageProfile “Profile Name”
- SoftwarePackage “Package Name”
cmdlet to export the image profile as a zip or ISO file
Export-EsxiImageProfile
- ImageProfile “Profile Name”
- ExportToBundle -FilePath path-to-save-zip-file
Auto Deploy Boot Process
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