Red Hat NETWORK 3.4 - PROVISIONING Reference Manual page 79

Provisioning reference
Hide thumbs Also See for NETWORK 3.4 - PROVISIONING:
Table of Contents

Advertisement

Chapter 4. Red Hat Network Website
http://my.sat.server/kickstart/ks/org/1271287x2c4682f33b87ed1d4dbea8/label/my-rhel3-as-ks
IP addressed-based kickstart URLs will look something like this:
http://my.sat.server/kickstart/ks/mode/ip_range
The kickstart distribution selected by the IP range should match the distribution you are building from,
or errors will occur. {ksdevice} is optional, but looks like:
ksdevice=eth0
It is possible to change the distribution for a kickstart profile within a family, such as RHEL AS3 to
RHEL ES3, by specifying the new distribution label. Note that you cannot move between versions
(2.1 to 3) and between updates (U1 to U2).
Next, you may customize
options, different boot messages, shorter timeout periods, etc.
Then make the ISO, as described in the Making an Installation Boot CD-ROM section of the Red Hat
Enterprise Linux 3 Installation Guide. Or by issuing the command:
mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
-boot-info-table -R -J -v -T isolinux/
Note that
isolinux/
the distribution cd, while
You may then burn the ISO to CD-ROM. To use the disc (assuming you left the label for the kickstart
boot as 'ks'), you should boot and type "ks" at the prompt. When you hit enter, the kickstart should
begin.
4.4.10.11. Integrating Kickstart with PXE
In addition to CD-ROM-based installs, RHN supports kickstarts through a Pre-Boot Execution Envi-
ronment (PXE). This is less error prone than CDs, enables kickstarting from bare metal, and integrates
with existing PXE/DHCP environments.
To use this method, you should make sure your systems have network interface cards (NIC) that sup-
port PXE, install and configure a PXE server, ensure DHCP is running, and then place the appropriate
files on an HTTP server for deployment. Once the kickstart profile has been created, you may use the
URL from the Kickstart Details page, just as you do for CD-ROM-based installs.
To obtain specific instructions for conducting PXE kickstarts, refer to the PXE Network Installations
chapter of the Red Hat Enterprise Linux 3 System Administration Guide.
Tip
Upon running the Network Booting Tool as described in the Red Hat Enterprise Linux 3: System
Administration Guide, ensure you select "HTTP" as the protocol and include the domain name of the
RHN Satellite Server in the Server field if you intend to use it to distribute the installation files.
further for your needs, such as by adding multiple kickstart
isolinux.cfg
is the relative path to the directory containing the isolinux files you got from
is the output iso file, put into the current directory.
file.iso
69

Advertisement

Table of Contents
loading

Table of Contents