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 Set Up and Copy SUSE Software to a Directory

The following steps explain how to create the directory setup containing SLES10 SP2 or SLES11 files for PXE installation.

You can use a different target directory than the /home/pxeboot/sles10/ directory shown. The examples in this procedure use this directory.


Note - You must place the entire contents of SLES10 SP2 or SLES11 in a single directory.


Before You Begin

You must have a copy of the files from the Tools and Drivers CD. See How to Copy Files from the Tools and Drivers CD for details.

  1. Set up the directory structure that will hold the SUSE Linux Enterprise Server 10 or 11. Type:
    # mkdir -p /home/pxeboot/slesNN 

    where NN is 10 for SLES10 and 11 for SLES11.

  2. Insert CD 1 or DVD1 into your server and copy its content to your PXE server. Type:
    # mount /dev/cdrom /mnt/cdrom
    # cp -r /mnt/cdrom/* /home/pxeboot/slesNN/
    # umount /mnt/cdrom

    where NN is 10 for SLES10 and 11 for SLES11.

  3. Remove the media from the server.
    • If you are installing SLES 10 or SLES 11 from a DVD, you are done. You do not need to copy DVD2.
    • If you are installing SLES 10 from CDs, repeat Step 2 and Step 3, copying the contents of each CD into the same directory.

Next Steps

How to Set Up SUSE PXE Files