A SERVICE OF

logo

VMware, Inc. 107
Chapter B Remote and Scripted Installations
Running a Scripted Installation from the Kickstart File
Afteryoucreateakickstartfile,useoneofthefollowingprocedurestorunyour
scriptedinstallation,dependingonwhetheryouselectedtoinstallfromanESX Server
installationCDROMorfrominstallationfileshostedonaremoteserver.
To run a scripted installation using a CD
1Copyyourkickstartfiletoafloppydisk.
2Insertthefloppydisk
intothefloppydriveofthemachineonwhichyouwantto
installESX Server.
3InserttheESX ServerInstallationCDintotheCDROMdrive.
4 Bootupthemachine.
Themodeselectionpageappears.
5Typeesx ks=floppy.
6PressEntertostartthescriptedinstallation.
To run a scripted installation using a PXE server
1UploadyourkickstartfiletoanNFS
orHTTPserver.
2SpecifytheinstallationmethodinthePXEserverbootoptions,where<ksurl>is
theURLtoaccessthekickstartfileand<methodurl>istheURLtoaccessthe
uploadedinstallationfiles.
Editing the Kickstart Configuration File
Thekickstartconfigurationfileisatextfilecontainingtheoptionsspecifiedforthe
ESX Serverinstallation.Youcanedityourkickstartconfigurationfiletomodifythe
optionsyouspecifiedusingtheVIWebAccessinterface,ortospecifyadditional
optionsnotavailableinthatinterface.
See theRedHatEnterpriseLinux3:
SystemAdministrationGuideavailableat
www.redhat.com/docs/manuals/enterprise/RHEL3Manual/pdf/rhelsagen.pdf.
%include Section
Usethe%includesectiontodirectthekickstartparsertoadditionalkickstartfilesthat
mightincludemorekickstartcommands.Thesectioncontainsthefollowingcommand:
%include </path/to/file>
Youcanaddseveral%includesectionstoyourkickstartfile.