JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Transitioning From Oracle Solaris 10 to Oracle Solaris 11     Oracle Solaris 11 Information Library
search filter icon
search icon

Document Information

Preface

1.  Transitioning From Oracle Solaris 10 to Oracle Solaris 11 (Overview)

2.  Transitioning to an Oracle Solaris 11 Installation Method

3.  Managing Devices

4.  Managing Storage Features

5.  Managing File Systems

6.  Managing Software

7.  Managing Network Configuration

How the Network Is Configured in Oracle Solaris 11

How the Network Is Configured During an Installation

Managing Network Configuration When in Manual Mode

Configuring Network Interfaces When in Manual Mode

Displaying and Configuring Link Interfaces When in Manual Mode

Configuring Naming Services When in Manual Mode

resolv.conf Error-Checking Capabilities

Temporarily Resetting SMF Naming Services

Importing Network Configuration

How to Use a Legacy nsswitch.conf File

Configuring LDAP When in Manual Mode

Managing Network Configuration When in Automatic Mode

Configuring Naming Services When in Automatic Mode

Configuring LDAP When in Automatic Mode

Managing Automatic Network Configuration From the Desktop

Commands That Are Used for Network Configuration (Quick Reference)

8.  Managing System Configuration

9.  Managing Security

10.  Managing Oracle Solaris Releases in a Virtual Environment

11.  User Account Management and User Environment Changes

12.  Using Oracle Solaris Desktop Features

A.  Transitioning From Previous Oracle Solaris 11 Releases to Oracle Solaris 11

How the Network Is Configured in Oracle Solaris 11

Oracle Solaris 11 uses profile-based network configuration, which is comprised of two network configuration modes: manual (fixed) and automatic (reactive). Depending on which network configuration mode you choose during an installation, either the DefaultFixed network configuration profile (NCP) or the Automatic NCP is activated on the system. If the DefaultFixed NCP is active, the network is manually configured by using the dladm and ipadm commands . If the Automatic NCP or a user-defined NCP that you previously created is active, the netcfg and netadm commands (formerly nwamcfg and nwamadm) are used to create and manage network configuration.

In Oracle Solaris 11 Express, automatic network configuration was introduced in the Network Auto-Magic (NWAM) feature. For information about how this feature has changed, see Network Configuration Changes.

Note the following additional information about automatic network configuration in Oracle Solaris 11:

For more information, see Overview of NWAM Configuration in Oracle Solaris Administration: Network Interfaces and Network Virtualization and Managing Network Configuration When in Automatic Mode.

How the Network Is Configured During an Installation

During a fresh installation, the network is configured as follows:

For information about how the network is configured after an upgrade from Oracle Solaris 11 Express, see Network Configuration Changes.

Example 7-1 Verifying the Active NCP on a System

The following example shows the output of the netadm list command when the Automatic NCP is active on a system:

$ netadm list
TYPE        PROFILE        STATE
ncp         Automatic      online
ncu:phys    net0           online
ncu:ip      net0           online
ncu:phys    net1           offline
ncu:ip      net1           offline
ncu:phys    net2           offline
ncu:ip      net2           offline
ncu:phys    net3           offline
ncu:ip      net3           offline
loc         Automatic      offline
loc         NoNet          offline
loc         myloc          online
loc         User           disabled

Note that in this example, a user-defined Location profile called myloc is also online. When using automatic network configuration, at least one NCP and one location must be active on the system at all times.

If the DefaultFixed NCP is active, and you run the netadm list command, the following output is displayed:

# netadm list
netadm: DefaultFixed NCP is enabled; automatic network management is not available.
'netadm list' is only supported when automatic network management is active. 

When the DefaultFixed NCP is active, the network must be manually configured by using the dladm and ipadm commands.

Example 7-2 Switching the Default NCP

Switching network configuration modes requires you to enable the appropriate NCP for that configuration mode. The following example shows how to switch from automatic network configuration mode to manual network configuration mode by enabling the DefaultFixed NCP.

$ netadm enable -p ncp DefaultFixed

Switch to the Automatic NCP as follows:

$ netadm enable -p ncp Automatic

Note that the process of switching network configuration modes can sometimes take a few minutes. During this time, messages about various network services might be displayed on the screen. These messages can be ignored.

To create user-defined NCPs when in automatic network configuration mode, see Managing Network Configuration When in Automatic Mode.