A SERVICE OF

logo

ESX Server 3 and VirtualCenter Installation Guide
110 VMware, Inc.
To run a scripted installation using a PXE server
1UploadyourkickstartfiletoanNFSorHTTPserver.
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.
Command Section
ThecommandsectioncontainstheoptionsspecifiedfortheESX Serverinstallation.
Thissectionisrequiredandmustappearfirstinthekickstartfile.
MostofthecommandsthatcanbeincludedinthissectionarestandardRedHat
kickstartcommands.SomecommandsareVMwarespecific.TheVMwarespecific
commandsarelisted
inTable B1.SeetheRedHatEnterpriseLinux3:System
AdministrationGuideforinformationonoptionalcommandsthatarenotVMware
specific.