Category Archives: ScreenCast
Install ESXi5.0 from a CD or DVD Using a Script
In the previous post we saw how to interactively install ESXi, here I will show you how to install using script. Only difference between this method and interactive method is you do not need provide any inputs. Just one simple line pointing to ks.cfg file and all done.
What you need? i.e. pre-requisites
-
IIS or any Webserver
-
ISO image to burn it on CD/DVD (assuming you do not have ILO)
Configuration of IIS Server
-
Install IIS using standard next next method. Nothing special there.
-
Extract ESXi5.0 ISO image using ISO Buster
-
Create a answer file with name ks.cfg as shown below
#
# Sample scripted installation file
#
# Accept the VMware End User License Agreement
vmaccepteula
# Set the root password for the DCUI and Tech Support Mode
rootpw mypassword
# Install on the first local disk available on machine
install –firstdisk –overwritevmfs
# Set the network to DHCP on the first network adapater
network –bootproto=dhcp –device=vmnic0# Reboot the OS but do not eject CD.
reboot –-noeject
fresh installation of esxi5.0 screencast
You can run the ESXi 5.0 installer from a CD/DVD or USB flash drive to do an interactive upgrade or migration.The installer works the same as for a fresh installation, but if you select a target disk that already contains an ESX/ESXi 4.x installation, the installer upgrades the host to 5.0, and gives you the option to migrate some existing host settings and configuration files, and preserve the existing VMFS data stores.
1. BOOT THE HARDWARE WITH ISO/DVD IMAGE
2. HARDWARE CHECK IS DONE, PRESS ENTER TO CONTINUE
3. ACCEPT EULA BY PRESSING F11
4.INSTALLER SCANS THE DEVICE, DETECTS HARDWARE PRESS ENTER TO CONTINUE
5. SELECT KEYBOARD
6.ENTER ROOT PASSWORD
7. WARNING IF VT IS ENABLED
8. CONFIRM INSTALLATION BY PRESSING F11 –FINAL STEP
9. INSTALLATION BEGINS AND COMPLETES IN 15 MINS
10. REBOOT THE SERVER AND ESXI5.0 IS READY
migration FROM CLASSIC ESX4.0 TO ESXI5.0 SCREEN CAST-post 01
CONFIGURATION –> PROCESSOR CHANGES (NO CHANGE)
CONFIGURATION –> MEMORY CHANGES (changes in memory as it was ESX before and it comes ESXi after)