This topic explains how to launch a user shell during the Solaris installation to identify network interfaces by logical and physical names. It assumes you are referring to this topic from either:
Step 5 in the Procedure Install Solaris 10 OS via PXE
or
Step 6 in the Procedure Install Solaris 10 via Local or Virtual Media
You must know the MAC addresses of each EM and NEM port connected to a network; previously recorded in the Solaris OS Installation and Network Configuration Worksheet.
In the Install Type menu, select Option (6) Single User Shell and press Enter.
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.
At the command prompt (#), type the following command to plumb all network interfaces.
#
ifconfig -a plumb
At the command prompt, type the following command to output a list of all network interfaces by their Solaris logical name and physical MAC address name.
#
ifconfig -a
The output of Solaris named interfaces and MAC addresses appear, for example see the following sample output.
In the sample output above, the:
e1000g#
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.
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 e1000g0
is 0:14:4f:c:a1:ee
.
Do the following:
Refer to the list of MAC addresses previously gathered as part of the Solaris OS Installation and Network Configuration Worksheet.
Match each MAC address in the Configuration Worksheet with each associated entry in the ifconfig -a
output.
Record the Solaris network interface name next to the physical port MAC address previously recorded (per the Configuration Worksheet).
When you are done, type exit at the command prompt.
The Solaris Installation program will resume where you last left off.
Refer to the next step in the installation process:
Step 5- Select Option (1) User Interactive - ("In the Install Type Menu, do one of the following:") (PXE installation).
or
Step 6 - Select Option (1) User Interactive - ("In the Install Type Menu, do one of the following:") (Local or Virtual Media installation).