JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade X3-2B Product Documentation
search filter icon
search icon

Document Information

Using This Documentation

Sun Blade X3-2B Model Name Change

Getting the Latest Firmware and Software

Documentation and Feedback

About This Documentation

Support and Training

Contributors

Change History

Hardware Installation and Product Notes

Hardware Installation

Product Notes

Operating System Installation

Oracle Solaris Installation

Linux Installation

About This Installation Guide for Linux Operating Systems

About Linux OS Installation

Supported OS Versions and Latest Information

Supported Linux Operating Systems

Latest Information in Product Notes

OS Installation Options

Single-Server Installation Methods

Oracle System Assistant

Oracle System Assistant OS Installation Task

Obtaining Oracle System Assistant

Preparing to Install the OS

Downloading Installation Media Kits

Download Oracle Linux Media Kits

Download SLES Media Kits

Download RHEL Media Kits

Setting Up the Installation Method

Set Up for Local Installation

Set Up for Remote Installation

Setting Up the BIOS

Load BIOS Optimal Default Settings

Set the BIOS Mode

Installing the Operating System

Identifying Logical and Physical Network Interface Names for Linux OS Configuration

Identify Logical and Physical Network Interface Names While Installing Oracle Linux or RHEL

Identify Logical and Physical Network Interface Names While Installing SLES

Install a Linux OS (Oracle System Assistant)

Installing a Linux OS Manually

Install Oracle Linux Manually

Install SLES Manually

Install RHEL Manually

Installing Server System Tools and Updating Drivers

Install Server System Tools

Update or Install System Drivers

Updating a Linux OS to a New Version

Update the Oracle Linux Operating System Version

Update the SLES Operating System Version

Update the RHEL Operating System Version

Getting Server Firmware and Software

Firmware and Software Updates

Firmware and Software Access Options

Available Software Release Packages

Accessing Firmware and Software

Download Firmware and Software Using My Oracle Support

Requesting Physical Media

Installing Updates

Installing Firmware

Installing Hardware Drivers and OS Tools

Oracle VM Installation

Windows Installation

ESX Installation

Administration and Service

Administration

Service

Index

Identify Logical and Physical Network Interface Names While Installing Oracle Linux or RHEL

During installation and configuration of the Oracle or Red Hat Enterprise Linux OS, 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 Linux configuration to obtain the logical and physical network interface names that you need to continue with the configuration.

  1. At the boot prompt type: linux rescue and then press Enter.

    The Choose a Language screen appears.

  2. In the Choose a Language screen, select the appropriate language, and click OK.

    The Keyboard Type screen appears.

  3. In the Keyboard Type screen, select the appropriate configuration, and then click OK.

    The Setup Network screen appears.

  4. In the Setup Network screen, click No.

    The Rescue screen appears.

  5. In the Rescue screen, click Skip.

    The user shell appears.

  6. At the command prompt (#) in the user shell, type the following command to display all network interfaces, and then press Enter.
    # ifconfig -a

    The output of the Linux named network interfaces appear.

    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.

  7. To view the output of each network interface, type the following at the command prompt, and then press Enter:
    # ifconfig eth#

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

    # ifconfig eth0

    the output for eth0 appears:

    Link encap:Ethernet  HWaddr 00:14:4F:0C:A1:F2 
    inet addr:192.168.2.103  Bcast:192.168.2.255 
    • The eth0 entry in the first column refers to the Oracle Linux logical named interface. This first column in the output identifies the logical names Oracle Linux or RHEL assigned to the network interface.
    • The HWaddr 00.14.4F.0C:A1:F2 entry in the second column (first row) refers to the physical MAC address of the network port.
  8. Record the logical network interface name with the physical port MAC address for future reference. You need to refer to this record when configuring the network interfaces during the Oracle Linux or RHEL OS installation.
  9. When you are done, do one of the following to exit the user shell.
    • From Oracle ILOM, select Remote Control > Remote Power Control > Reset.
    • From the Oracle ILOM Remote Console in the Keyboard menu, select Control Alt Delete.
    • From other consoles, press Ctrl-Alt-Delete.
  10. Restart the OS installation program.

Next Steps