About This Documentation (PDF and HTML)
Download Server System Tools and Drivers
Hardware Installation and Product Notes
Sun Fire X2270 M2 Server Installation Guide
Installation Overview and Preparation
Installing the Server Into a Rack With Optional Slide Rails
Communicating With the ILOM and the System Console
Configuring the Factory--Installed Oracle Solaris 10 Operating System
Powering On and Powering Off the Server
Sun Fire X2270 M2 Server Product Notes
Oracle Solaris Operating System
Planning the Oracle Solaris Operating System Installation
Installing Oracle Solaris 10 OS
Introduction to Linux Installation
Sun Installation Assistant (SIA)
Preliminary Tasks Before Installing an OS
Accessing the Console During Installation
How to Configure the Serial Port
How to Erase Your Boot Hard Disk
Installing Oracle Enterprise Linux
Installing OEL from Distribution Media
How to Install OEL From Distribution Media
How to Update the OEL Operating System
Installing SUSE Linux Enterprise Server
Installing SLES10 or SLES11 From Distribution Media
Installing SLES10 Using Local or Remote Media
How to Install SLES10 Using Local or Remote Media
How to Install SLES11 Using Local or Remote Media
Installing SLES10 or SLES 11 Using a PXE Network Environment
How to Install SLES10 or SLES11 Using Network PXE Boot
How to Update the SLES Operating System
Installing System Device Drivers to Support Additional Hardware
How to Install System Device Drivers Using Local or Remote Media
How to Install the System Device Drivers Using a Network Share or USB Device
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
How to Update the Red Hat Enterprise Linux Software
Booting From OS Distribution Media
How to Boot From OS Media Locally
How to Boot From OS Distribution Media or ISO File Remotely
Configuring a Linux Server to Support PXE Installation
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
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 Oracle Enterprise 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 Install Linux From a PXE Server
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
Planning the Operating System Installation
Installing Windows Server 2008 Operating System
Incorporating Sun Fire Drivers Into a WIM Image
Configuring RAID Controller in the BIOS Setup Utility
Sun Fire X2270 M2 Server Installation Guide for ESX Software
Preparing to Install VMware ESX 4.0 and ESXi 4.0
Administration, Diagnostics, and Service
Overview of the ILOM Supplement
Communicating With the ILOM and the System Console
ILOM Platform Features for the Sun Fire X2270 M2 Server
Using ILOM to Monitor the Host
Introduction to Diagnostic Tools
U-Boot Diagnostic Startup Tests
Accessing the Pc-Check Diagnostics Utility on the Tools and Drivers CD/DVD
Sun Fire X2270 M2 Server Service Manual Organization
Sun Fire X2270 M2 Server Overview
Maintaining the Sun Fire X2270 M2 Server
Sun Fire X2270 M2 Server Service Procedures and Information
Complete the following steps on the server that will be your DHCP server.
Note - This example uses Red Hat Enterprise Linux 4. Replace rhel4 with the file name that corresponds to your version and update.
# rpm -qa | grep dhcp-
# mount /dev/cdrom /mnt/cdrom
# rpm -Uvh /mnt/cdrom/RedHat/RPMS/dhcp-*.rpm
# rpm -Uvh /mnt/cdrom/Server/dchp*
# rpm -Uvh /mnt/cdrom/suse/x86_64/dhcp*
# rpm -Uvh /mnt/cdrom/suse/x86_64/dhcp*
# umount /dev/cdrom /mnt/cdrom
Note - If the server does not already have a dhcpd.conf file in its /etc directory, you can copy the dhcpd.conf file from the sample DHCP configuration file in the /tmp/rhel4u3-pxefiles directory.
Add the following entry to the DHCP configuration file (refer to the dhcpd.conf man page for more information):
class "PXE" {match if substring(option vendor-class-identifier, 0, 9) ="PXEClient"; option vendor-class-identifier "PXEClient"; vendor-option-space PXE; next-server n.n.n.n}
where n.n.n.n is the PXE server’s IP address.
server-identifier n.n.n.n
where n.n.n.n is the PXE/DHCP server’s IP address.
subnet 1.2.3.0 netmask 255.255.255.0 { range dynamic-bootp 1.2.3.100 1.2.3.200; option routers 1.2.3.1; option broadcast-address 1.2.3.225; }
Edit the subnet, range, router and broadcast-address entries to match the PXE/DHCP server’s network configuration.
For Red Hat, type the service dhcp start command.
# service dhcpd start
For SUSE, use YaST to start the services.
For Red Hat, type:
# chkconfig dhcpd on
For SUSE, use YaST to configure the services to start at bootup. For example:
# yast > system > Runlevel Editor
Next Steps