JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade X3-2B (formerly Sun Blade X6270 M3) Installation Guide for the Oracle Solaris Operating System
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

About the Sun Blade X3-2B Installation Guide for the Oracle Solaris OS

About Oracle Solaris OS Installation

Oracle Solaris Installation Task Table

Supported OS Versions and Latest Information

OS Installation Options

Preparing to Install the OS

Obtaining Oracle Solaris Documentation

Setting Up the Installation Session

Setting Up the BIOS

Installing the Oracle Solaris OS

Install Supported Versions of the Oracle Solaris OS

Identify Logical and Physical Network Interface Names

Install Server System Tools

Access System Drivers

Getting Server Firmware and Software

Firmware and Software Updates

Firmware and Software Access Options

Available Software Release Packages

Accessing Firmware and Software

Installing Updates

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 refers to 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) refers to 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. When you are done, 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

    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.