JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade X4-2B HTML Documentation Collection
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Hardware Installation

Operating System Installation

Solaris

About Oracle Solaris OS Installation

Oracle Solaris Installation Task Table

Supported Oracle Solaris Operating System Versions

Supported OS Versions and Latest Information

Latest Information in Product Notes

OS Installation Options

Single-Server Installation Methods

Assisted OS Installation

Manual OS Installation

Oracle System Assistant

Oracle System Asssistant Overview

Oracle System Assistant OS Installation Task

Obtaining Oracle System Assistant

Preparing to Install the OS

Obtaining Oracle Solaris Documentation

Selecting the Installation Method

Set Up the Local Console

Set Up the Remote Console

Setting Up BIOS

Load BIOS Optimal Default Settings

Select the BIOS Boot Mode

Installing the Oracle Solaris OS

Installing the Oracle Solaris OS

Install the Solaris OS (Oracle System Assistant)

Install the Oracle Solaris OS (Manually)

Identify Logical and Physical Network Interface Names

Install Server System Tools (Optional)

Access System Drivers

Linux

About Linux OS Installation

Supported Linux OS Versions and Latest Information

Supported Linux Operating Systems

Oracle Unbreakable Enterprise Kernel for Linux

Linux OS Installation Options

Single-Server Installation Methods

Assisted OS Installation

Manual OS Installation

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

Selecting the Installation Method

Set Up the Local Console

Set Up the Remote Console

Setting Up BIOS

Load BIOS Optimal Default Settings

Select the BIOS Boot Mode

Installing the Operating System

Identifying Logical and Physical Network Interface Names

Identify Logical and Physical Network Interface Names (Oracle Linux or RHEL)

Identify Logical and Physical Network Interface Names (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

OVM

About Oracle VM Software Installation

Oracle VM Installation Task Table

Oracle VM Overview

Supported Oracle VM Software

Oracle VM Installation Options

Single-Server Installation Methods

Multiple-Server Installation Options

Oracle System Assistant

Oracle System Asssistant Overview

Oracle System Assistant Install OS Task

Obtaining Oracle System Assistant

Preparing for Oracle VM Server Installation

Selecting the Installation Method

Set Up the Local Console

Set Up the Remote Console

Creating a Virtual Disk and Setting the Boot Disk

Setting Up BIOS

Select the BIOS Boot Mode

Disable VT-d and SR-IOV in BIOS

Installing Oracle VM Server

Install Oracle VM Server (Oracle System Assistant)

Installing Oracle VM Server (Manually)

Install Oracle VM Server (Local or Remote Media)

Installing Oracle VM Server (PXE Server)

PXE Server Installation Requirements

Install Oracle VM Server (PXE Server)

Completing the Oracle VM Installation

Access Server System Tools

Install Oracle VM NEM Drivers

Creating and Managing Oracle VM Resources

Windows

About Windows OS Installation

Supported OS Versions and Latest Information

Supported Windows Operating Systems

OS Installation Options

Single-Server Installation Methods

Assisted OS Installation

Manual OS Installation

Windows Deployment Services OS Installation

Oracle System Assistant

Oracle System Assistant OS Installation Task

Obtaining Oracle System Assistant

Preparing to Install the OS

Selecting the Installation Method

Set Up the Local Console

Set Up the Remote Console

Setting Up BIOS

Load BIOS Optimal Default Settings

Select the BIOS Boot Mode

Installing the Windows OS

Install Windows (Oracle System Assistant)

Install Windows Server 2008 R2 and Windows Server 2008 SP2 (Manually)

Install Windows Server 2012 or 2012 R2 (Manually)

Install Windows Server (PXE)

Installing Server System Tools and Updating Drivers

Install Server System Tools

Update System Drivers

ESX

About VMware ESXi Installation

Installation Task Map

VMware ESXi 5 and Server Module Documentation

Supported VMware ESXi Software

Software Installation Options

Interactive Installation Methods

Preparing for ESXi 5 Installation

Set Up the Local Console

Set Up the Remote Console

Gather Required Information

Select the BIOS Boot Mode

Creating a Virtual Disk and Setting the Boot Disk

Installing VMware ESXi 5

Install VMware ESXi 5 (Local or Remote Interactive Installation)

Install VMware ESXi 5 Drivers

Update VMware ESXi 5

Service

Index

Identify Logical and Physical Network Interface Names

When you are configuring an operating system for a networked server, you might need to provide the logical name (assigned by the OS) and the physical name (MAC address) of each network interface. This topic shows you how to get this information.

Use this procedure to display information about MAC addresses and network interfaces, including their logical and physical names (MAC addresses).

  1. In the Install Type menu, select Option (6) Single User Shell and press Enter.

    Note - Alternatively, you can run these commands from a command shell.

    If a message appears about mounting an OS instance, select q. You should not mount any OS instance.

    The message "Starting Shell" appears. See the following figure.


    image:Picture of Solaris screen after Starting Shell
  2. At the command prompt (#), type the following command to plumb all network interfaces.
    # ifconfig -a plumb
                         

    Note - The plumb process might take some time.
  3. At the command prompt, type the following command.
    # ifconfig -a
                         

    The output of Solaris named interfaces and MAC addresses appears. For example:


    image:Output of Solaris named interfaces

      In the sample output above:

    • The el000g# entry in the first column is the Solaris logical named interface. This first column in the output identifies the logical names assigned by Solaris to the network interfaces.

    • The ether #:#:#:#:#:# entry in second column (third row) is the physical MAC address name of the network port.

      For example:

      The physical MAC address for the Solaris named network interface is e1000g0 is 0:14:4f:c:a1:ee.

  4. Save this information to a file, or write it down.
  5. To start the system configuration script, type sys-unconfig(1M) at the command line.

    This command restores the system configuration to the factory defaults.


    Caution - The sys-unconfig(1M) command halts the system and restores the factory settings. Do not run this command unless you are ready to reconfigure your system.


    For example:

    # sys-unconfig
    WARNING
    This program will unconfigure your system.  It will cause it
    to revert to a "blank" system - it will not have a name or know
    about other systems or networks.
    This program will also halt the system.
    Do you want to continue (y/n) ?

    The system reboots and the configuration script starts.