JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Administration: Network Interfaces and Network Virtualization     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

Part I Network Auto-Magic

1.  Introduction to NWAM

2.  NWAM Configuration and Administration (Overview)

3.  NWAM Profile Configuration (Tasks)

Creating Profiles

Creating Profiles in Command-Line Mode

Interactively Creating Profiles

Creating a User-Defined NCP

Creating NCUs for a User-Defined NCP

How to Interactively Create a User-Defined NCP

Creating a Location Profile

How to Interactively Create a Location Profile

Creating an ENM Profile

Creating WLANs

Removing Profiles

Setting and Changing Property Values of a Profile

Querying the System for Profile Information

Listing All of the Profiles on a System

Listing All Property Values for a Specific Profile

Obtaining Values of a Specific Property

How to Interactively Obtain a Single Property Value

Interactively Viewing and Changing Property Values by Using the walkprop Subcommand

Exporting and Restoring a Profile Configuration

Restoring a Profile

Managing the NWAM Service Through SMF

How to Switch From Autoconfiguration Mode to Traditional Networking Mode

How to Switch From Traditional Networking Mode to Autoconfiguration Mode

4.  NWAM Profile Administration (Tasks)

5.  About the NWAM Graphical User Interface

Part II Administering Single Interfaces

6.  Overview of the Networking Stack

7.  Datalink Configuration and Administration

8.  Configuring an IP Interface

9.  Configuring Wireless Interface Communications on Oracle Solaris

Part III Administering Interface Groups

10.  Administering Bridges

11.  Administering Link Aggregations

12.  Administering VLANs

13.  Introducing IPMP

14.  Administering IPMP

Part IV  Network Virtualization and Resource Management

15.  Introducing Network Virtualization and Resource Control (Overview)

16.  Planning for Network Virtualization and Resource Control

17.  Configuring Virtual Networks (Tasks)

18.  Using Link Protection in Virtualized Environments

19.  Managing Network Resources

20.  Monitoring Network Traffic and Resource Usage

Glossary

Index

Managing the NWAM Service Through SMF

Network configuration management is currently scattered across several SMF services. NWAM depends on specific network services, in particular, the network/physical:nwam service. This service enables NWAM to perform autoconfiguration. Although not specifically related to the NWAM service, the NWAM daemon, nwamd, also interacts with and depends on several other network services that are managed by SMF.


Note - The network/physical:default service, which is required for manual network configuration, must be disabled whenever the network/physical:nwam service is enabled. If you need to manually configure your network, you must first disable the network/physical:nwam service and then enable the network/physical:default service.


For more information about enabling and disabling SMF services, including any additional steps that might be required to disable a service, see Managing SMF Services in System Administration Guide: Basic Administration.

How to Switch From Autoconfiguration Mode to Traditional Networking Mode

In Oracle Solaris, the NWAM service is enabled by default. If you are using advanced networking features that are not currently supported by NWAM or that require you to disable the NWAM service, you must switch to the traditional networking mode, as shown in the following procedure.

  1. Become the root user.
  2. Disable the network/physical:nwam service.
    # svcadm disable network/physical:nwam
  3. Enable the network/physical:default service.
    # svcadm enable network/physical:default
  4. Verify that the network/physical:default service is online.
    # svcs -xv network/physical:default
    • If the service fails to come online or moves into a maintenance state, clear the service, then verify that the service is re-enabled.
      # svcadm clear network/physical:default
      # svcs -l network/physical:default

How to Switch From Traditional Networking Mode to Autoconfiguration Mode

To switch back to autoconfiguration (NWAM) mode from traditional networking mode, you must first disable the network/physical:default service, then re-enable the network/physical:nwam service.


Note - In Oracle Solaris, autoconfiguration through NWAM is enabled by default. You would only need to re-enable the network/physical:nwam service if you previously disabled the service to manually configure your network.


  1. Become the root user.
  2. Disable the network/physical:default service.
    # svcadm disable network/physical:default
  3. Enable the network/physical:nwam service.
    # svcadm enable network/physical:nwam
  4. Verify that the NWAM service in online.
    # svcs -l network/physical:nwam
    • If the NWAM service fails to come online or moves into a maintenance state, clear the service, then verify that the service is re-enabled. For example:
      # svcadm clear network/physical:nwam
      # svcs -l network/physical:nwam
      fmri         svc:/network/physical:nwam
      name         physical network interface autoconfiguration
      enabled      true
      state        online
      next_state   none
      state_time   Wed Oct 07 11:30:35 2009
      logfile      /var/svc/log/network-physical:nwam.log
      restarter    svc:/system/svc/restarter:default
      contract_id  125
      dependency   require_all/none svc:/network/netcfg (online)
      dependency   require_all/none svc:/network/loopback (online)
      dependency   require_all/none svc:/network/datalink-management (online)
      dependency   optional_all/none svc:/network/tnctl (online)