Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Administration: Network Interfaces and Network Virtualization Oracle Solaris 11 Information Library |
1. Overview of the Networking Stack
Network Configuration in This Oracle Solaris Release
The Network Stack in Oracle Solaris
Network Devices and Datalink Names
Administration of Other Link Types
3. NWAM Configuration and Administration (Overview)
4. NWAM Profile Configuration (Tasks)
Creating Profiles in Command-Line Mode
Interactively Creating Profiles
How to Interactively Create an NCP
How to Interactively Create a Location Profile
Setting and Changing Property Values for 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 User-Defined Profile
Managing Network Configuration
How to Switch From Automatic Network Configuration Mode to Manual Network Configuration Mode
How to Switch From Manual Network Configuration Mode to Automatic Network Configuration Mode
5. NWAM Profile Administration (Tasks)
6. About the NWAM Graphical User Interface
Part II Datalink and Interface Configuration
7. Using Datalink and Interface Configuration Commands on Profiles
8. Datalink Configuration and Administration
9. Configuring an IP Interface
10. Configuring Wireless Interface Communications on Oracle Solaris
12. Administering Link Aggregations
16. Exchanging Network Connectivity Information With LLDP
Part III Network Virtualization and Resource Management
17. Introducing Network Virtualization and Resource Control (Overview)
18. Planning for Network Virtualization and Resource Control
19. Configuring Virtual Networks (Tasks)
20. Using Link Protection in Virtualized Environments
21. Managing Network Resources
Network configuration management is profile-based and is managed by switching between the two network configuration modes: manual and automatic. To switch between the modes, enable the appropriate NCP. For manual network configuration, enable the DefaultFixed NCP. For automatic (NWAM) network configuration, enable the Automatic or a user-defined NCP.
If you are using advanced networking features that are not currently supported by NWAM configuration management, or if you prefer manual network configuration management, you can enable the DefaultFixed NCP, as shown in the following procedure.
# netadm enable -p ncp DefaultFixed
# svcs -xv network/physical:default svc:/network/physical:default (physical network interface configuration) State: online since Fri Aug 26 16:19:18 2011 See: man -M /usr/share/man -s 1M ipadm See: man -M /usr/share/man -s 5 nwam See: /var/svc/log/network-physical:default.log Impact: None. #
# netadm list netadm: DefaultFixed NCP is enabled; automatic network management is not available. 'netadm list' is only supported when automatic network management is active.
Note - The netadm command is supported only when the network configuration is in the automatic mode. Consequently, in the manual mode, the output of the command is limited only to indicating that the DefaultFixed profile is enabled. No information about the other NCPs in the system is provided.
To switch back to the automatic network configuration mode from the manual network configuration mode, enable the network configuration profile that you want to use.
# netadm enable -p ncp Automatic
# svcs -xv network/physical:default svc:/network/physical:default (physical network interface configuration) State: online since Fri Aug 26 16:19:18 2011 See: man -M /usr/share/man -s 1M ipadm See: man -M /usr/share/man -s 5 nwam See: /var/svc/log/network-physical:default.log Impact: None. #
# netadm list -x TYPE PROFILE STATE AUXILIARY STATE ncp Automatic online active ncu:phys net0 online interface/link is up ncu:ip net0 online interface/link is up ncu:phys net1 offline interface/link is down ncu:ip net1 offline conditions for activation are unmet ncp User disabled disabled by administrator loc Automatic online active loc NoNet offline conditions for activation are unmet #