Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Administration: Network Interfaces and Network Virtualization Oracle Solaris 11 Express 11/10 |
2. NWAM Configuration and Administration (Overview)
3. NWAM Profile Configuration (Tasks)
Creating Profiles in Command-Line Mode
Interactively Creating Profiles
Creating NCUs for a User-Defined NCP
How to Interactively Create a User-Defined NCP
How to Interactively Create a Location Profile
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
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
11. Administering Link Aggregations
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
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.
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.
# svcadm disable network/physical:nwam
# svcadm enable network/physical:default
# svcs -xv network/physical:default
# svcadm clear network/physical:default # svcs -l network/physical:default
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.
# svcadm disable network/physical:default
# svcadm enable network/physical:nwam
# svcs -l network/physical:nwam
# 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)