JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Fire X4640 Server Linux Installation Guide     Sun Fire X4640 Server Documentation Library
search filter icon
search icon

Document Information

Preface

Product Information Web Site

Related Books

About This Documentation (PDF and HTML)

We Welcome Your Comments

Change History

Introduction to Linux Installation

Sun Installation Assistant (SIA)

SIA Task Overview

Obtaining SIA

Installing Red Hat Enterprise Linux

Overview of Red Hat Enterprise Linux Installation

Installing RHEL From Distribution Media

Updating RHEL

Installing and Updating SUSE Linux Enterprise Server

Introduction to Installing SLES From Distribution Media

How to Install SLES From Distribution Media

How to Update SLES

Configuring a Linux Server to Support PXE Installation

Overview of PXE Servers

How to Copy Files from the Tools and Drivers CD

How to Install and Configure a DHCP Server

How to Install Portmap on Your DHCP Server

How to Configure the TFTP Service on Your DHCP Server

How to Install and Configure the neopxe Boot Server Daemon

How to Configure the NFS Service on Your PXE Server

Disabling the Firewall

How to Disable the Firewall for SUSE Linux

How to Disable the Firewall for Red Hat Linux

How to Create a PXE Installation Image for Red Hat Linux

Creating a PXE Image for SUSE Linux

How to Set Up and Copy SUSE Software to a Directory

How to Set Up SUSE PXE Files

How to Install RHEL and SUSE Linux From a PXE Server

Booting From OS Distribution Media

How to Boot From OS Media Locally

How to Boot From OS Distribution Media or ISO File Remotely

Preliminary Tasks Before Installing An OS

Accessing the Server Output During Installation

How to Configure the Serial Port

How to Erase Your Boot Hard Disk

Identifying Logical and Physical Network Interface Names for Linux OS Configuration

SUSE Linux - How to Identify Logical and Physical Network Interface Names While Installing the OS

RHEL - How to Identify Logical and Physical Network Interface Names While Installing the OS

Index

How to Configure the TFTP Service on Your DHCP Server

  1. Determine whether the TFTP server package is already installed on the server. Type:
    # rpm -qa | grep tftp-server
  2. If TFTP is not listed, install it as follows:
    1. Mount the CD/DVD drive.
      # mount /dev/cdrom /mnt/cdrom
    2. Install TFTP.
      • For RHEL 4.8, insert the DVD or CD4 and type:
        # rpm -Uvh /mnt/cdrom/RedHat/RPMS/tftp-server*
      • For RHEL 5.3, insert the DVD or CD2 and type:
        # rpm -Uvh /mnt/cdrom/RedHat/RPMS/tftp-server*
      • For SLES10 SP2, insert DVD1 or CD1 and type:
        # rpm -Uvh /mnt/cdrom/suse/noarch/yast2-tftp-server*
      • For SLES11, insert DVD1 and type:
        # rpm -Uvh /mnt/cdrom/suse/noarch/yast2-tftp-server*
    3. Unmount the CD/DVD drive.
      # umount /dev/cdrom /mnt/cdrom
    4. Remove the CD or DVD from the CD/DVD drive.
  3. Edit and save the /etc/xinetd.d/tftp file.

    Make the following changes:

    • Change the -s /tftpboot entry to -v -s /home/pxeboot.
    • Change the disable attribute to no.
  4. Restart the inetd server.
    # service xinetd restart

Next Steps

How to Install and Configure the neopxe Boot Server Daemon