8.0

Table Of Contents
The VIB list is updated to include the new software package and the information is displayed.
Name : Test #2
Vendor : Vendor42
...
VibList : {esx-base 5.0.0.-..., NewPack3}
Example: Editing Image Profiles by Using Variables
This cmdlet sequence repeats the steps of the workflow but passes parameters as objects,
accessed by position in a variable, instead of passing parameters by name. You can run the
following cmdlets in sequence from the PowerCLI prompt.
Add-EsxSoftwareDepot -DepotUrl depot_url
$ip2 = Get-EsxImageProfile -name "Test #2"
$ip2 | format-list
Set-EsxImageProfile -ImageProfile $ip2 -AcceptanceLevel VMwareAccepted
Add-EsxImageSoftwarePackage -ImageProfile $ip2 -SoftwarePackage NewPack3
$ip2 | format-list
Installing ESXi
You can install ESXi interactively, with a scripted installation, or with vSphere Auto Deploy.
Installing ESXi Interactively
Use the interactive installation option for small deployments of fewer than five hosts.
In a typical interactive installation, you boot the ESXi installer and respond to the installer prompts
to install ESXi to the local host disk. The installer reformats and partitions the target disk and
installs the ESXi boot image. If you have not installed ESXi on the target disk before, all data on
the drive is overwritten, including hardware vendor partitions, operating system partitions, and
associated data.
Note To ensure that you do not lose any data, migrate the data to another machine before you
install ESXi.
If you are installing ESXi on a disk that contains a previous installation of ESXi or ESX, or a
VMFS datastore, the installer provides you with options for upgrading. See the
vSphere Upgrade
documentation.
Interactive ESXi Installation
You boot the installer from a CD or DVD, from a bootable USB device, or by PXE booting the
installer from a location on the network. You follow the prompts in the installation wizard to install
ESXi to disk.
VMware ESXi Installation and Setup
VMware, Inc. 74