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 Create a PXE Installation Image for Red Hat Linux

Creating a PXE Image for SUSE Linux

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

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

When you are configuring the SUSE Linux OS while installing it, you reach a point where you must enter the logical and physical names (MAC addresses) of the network interfaces.

This section explains how to launch a user shell during the SUSE Linux OS configuration to obtain the logical and physical network interface names that you need to continue with the configuration.

Before You Begin

Find and record the MAC addresses of all your physical ports from their labels.

  1. If you have not already done so, select Rescue System and press Enter.

    The message Loading Linux Kernel appears followed by the SUSE splash screen, then the Choose a Keyboard Map screen appears.

  2. In the Choose a Keyboard Map screen, select the appropriate keyboard configuration and click OK.

    The user shell launches and the Rescue Login prompt appears.

  3. At the Rescue Login prompt, type root to log in, then press Enter.

    The Rescue prompt appears.

  4. At the Rescue prompt (#), type the following command, then press Enter to display all network interfaces.
    # ifconfig -a

    The output of the Linux SUSE named and physical named network interfaces appear. See the following sample output as an example.

    If you have multiple network interfaces and the output of interfaces scrolls off the top of the screen, you can display the output per interface.

  5. To view the output per network interface, type the following command at the prompt, then press Enter:
    # ifconfig eth#

    where eth# is the interface number. For example, if you type:

    # ifconfig eth0

    The output for eth0 appears:

    In the sample output above:

    • The eth0 entry in the first column refers to the Linux SUSE logical named interface. This first column in the output identifies the logical names SUSE assigned to the network interface.
    • The HWaddr 00.14.4F.0C:A1:53 entry in second column (first row) refers to the physical MAC address of the network port.
  6. Record the SUSE logical network interface name with the physical port MAC address for future reference.

    You will need to refer to this record when configuring the network interfaces during the Linux SUSE OS installation.

  7. When you are done, do one of the following to exit the Rescue shell.
    • From the ILOM web interface, select Remote Control > Remote Power Control >Reset.
    • From other consoles, type reboot at the Rescue prompt (#), then press Enter.
  8. Restart the Linux SUSE installation program.