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

Document Information

Using This Documentation

Product Downloads

Get Software and Firmware Downloads

About This Documentation (PDF and HTML)

We Welcome Your Comments

Change History

Hardware Installation and Product Notes

Hardware Installation

Installation Overview

Sun Fire X4640 Server Front and Back Panel Features and Components

Installing the Server Hardware

Removing the Server From the Rack

Cabling and Power

Getting Service for Your Server

Sun Fire X4640 Server Specifications

Managing Your Server

Communicating With the ILOM and the System Console

Setting Up Your Operating System

Product Notes

Overview of the Sun Fire X4640 Server Product Notes

Supported Software and Firmware

Hardware Issues

Solaris Operating System Issues

Linux Operating System Issues

Windows Operating System Issues

VMware ESX and VMware ESXi Issues

Sun Installation Assistant Issues

MegaRAID Storage Manager (MSM) Issues

Integrated Lights Out Manager (ILOM) Issues

BIOS Issues

Documentation Issues

Operating System Installation

Sun Installation Assistant

Introduction to Sun Installation Assistant

Getting Started With Sun Installation Assistant

Starting SIA and Preparing for Deployment or Recovery Tasks

Configuring RAID

Installing Windows With SIA

Installing Linux With SIA

Using SIA to Upgrade System Firmware

Using SIA to Recover a Service Processor

Performing an SIA PXE-Based Attended Installation

Performing an SIA PXE-Based Unattended Installation

Observing an SIA PXE-Based Unattended Installation

Troubleshooting SIA

Creating a Bootable SIA USB Flash Drive

Identifying a Linux Boot Device on a Sun Fire X4500 Server

Installing Service Tags

Solaris Operating System

Introduction to Solaris OS and OpenSolaris Installation

Installing the Solaris 10 Operating System

Installing the OpenSolaris Operating System

Booting From OS Distribution Media

Identifying Logical and Physical Network Interface Names for Solaris OS Installation

Preliminary Tasks Before Installing An OS

Linux

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

How to Download RHEL Media Kits

How to Install RHEL From Distribution Media

Updating RHEL

How to Update the Red Hat Enterprise Linux Software

How to Update the RHEL SCSI Drivers

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

Windows

Introduction to Windows Installation

Sun Installation Assistant (SIA)

Getting Started With Windows Server 2008 Installation

Downloading Server Software

Selecting a Media Delivery Method

Configuring a Remote Console

Installing Windows Server 2008

Updating Critical Drivers and Installing Supplemental Software

Incorporating Sun Fire Drivers Into a WIM Image

Identifying Network Interfaces in Windows

ESX

Introduction to ESX Installation

Installing VMware ESX 4

Installing VMware ESXi 4.0 Installable

Booting From OS Distribution Media

Preliminary Tasks Before Installing An OS

Administration, Diagnostics, and Service

Administration Using ILOM

Overview of the ILOM Supplement

Introduction to ILOM Software

Communicating With the ILOM and the System Console

Updating Firmware

Using ILOM to Monitor the Host

Diagnostics

Overview of the Diagnostics Guide

Introduction to System Diagnostics

Troubleshooting the Server

Troubleshooting DIMM Problems

Using the ILOM to Monitor the Host

Using SunVTS Diagnostics Software

Creating a Data Collector Snapshot

Resetting the SP

Service

Sun Fire X4640 Server Service Manual Overview

Controlling Power and Performing Hardware Reset

Removing and Installing Components

Configuring the System Using the BIOS Setup Utilities

Sun Fire X4640 Server References and Specifications

Index

How to Set Up SUSE PXE Files

  1. Copy the autoinst.xml file from the /tmp/slesN/ directory to the root of the PXE image. Type:
    # cp /tmp/slesN/autoinst.xml /home/pxeboot/slesN/

    where N is 10 for SLES 10 and 11 for SLES 11.

  2. Add the following entry to the home/pxeboot/pxelinux.cfg/default file and save it.

    Type the text block from append through autoinst.xml below as one continuous line with no returns.


    Note - Substitute sles11 for sles10 if it is appropriate.


    default sles10
    label sles10
    kernel sles10/CD1/boot/x86_64/loader/linux
    append textmode=1 initrd=sles10/CD1/boot/x86_64/loader/initrd
    install=nfs://n.n.n.n./home/pxeboot/sles10/CD1
    autoyast=nfs://n.n.n.n/home/pxeboot/sles10/autoinst.xml

Next Steps

How to Install RHEL and SUSE Linux From a PXE Server