Skip Navigation Links | |
Exit Print View | |
Transitioning From Oracle Solaris 10 to Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library |
1. Transitioning From Oracle Solaris 10 to an Oracle Solaris 11 Release (Overview)
2. Transitioning to an Oracle Solaris 11 Installation Method
6. Managing Software and Boot Environments
7. Managing Network Configuration
How the Network Is Configured in Oracle Solaris
How the Network Is Configured During an Installation
Network Configuration Commands
Managing Network Configuration in Fixed Mode
Displaying and Configuring Datalinks in Fixed Mode
Configuring IP Interfaces and Addresses in Fixed Mode
Configuring Naming Services in Fixed Mode
resolv.conf Error-Checking Capabilities
Temporarily Resetting SMF Naming Services
Importing Naming Services Configuration
How to Use a Legacy nsswitch.conf File
Configuring LDAP in Fixed Mode
Managing Network Configuration in Reactive Mode
Configuring Naming Services in Reactive Mode
Configuring LDAP in Reactive Mode
Creating Persistent Routes (Fixed and Reactive)
Configuring IPMP in Oracle Solaris 11
Managing Network Configuration From the Desktop
Network Configuration and Administration Commands (Quick Reference)
8. Managing System Configuration
10. Managing Oracle Solaris Releases in a Virtual Environment
The following features are new or have changed in Oracle Solaris 11.1:
One SMF network configuration repository for both datalink and IP configuration – Oracle Solaris 11 uses one SMF network configuration repository for both datalink and IP configuration. As a result, the commands that are used to manage network configuration have also changed.
Networking command changes – You can now use the dladm and ipadm commands to manage a reactive network configuration profile (NCP). To use fixed networking commands on a reactive NCP, it must be currently active. Otherwise, use the netcfg command to modify the NCP. See Network Configuration Commands.
Note - When the DefaultFixed NCP is active, you must use fixed networking commands to manage network configuration.
DefaultFixed Location – In addition to the Automatic and NoNet system-defined Locations, the DefaultFixed Location profile has been added. This Location tracks changes that are made to naming services, etc., while the profile is active. Whenever the DefaultFixed NCP is active, the DefaultFixed Location is also active.
Link aggregations that span multiple switches – Link aggregation support now includes a solution that enables the spanning of aggregations across multiple switches, independent of the switch vendor. See Chapter 2, Using Link Aggregations, in Managing Oracle Solaris 11.1 Network Performance.
Multihoming policy changes – The multihoming model controls the system policy for accepting and transmitting IP packets when multiple IP interfaces are simultaneously enabled. For example, if a system is configured with more than one IP interface, there might be multiple equivalent routes to a given destination. Similarly, a packet destined for an IP address that is hosted on another IP interface might arrive on a different IP interface. The system's behavior in these situations is determined by the selected multihoming policy. Oracle Solaris 11 supports three multihoming properties. The following properties are equivalent to the ndd multihoming policies used in Oracle Solaris 10:
Equivalent to the ip_strict_dst_multihoming = 1 setting through ndd, with an additional requirement that packets originated from the host are only sent out on interfaces where the IP source address of the outgoing packet is an address that is configured on the outgoing interface.
Equivalent to the ip_strict_dst_multihoming = 0 setting through ndd.
Equivalent to the weak end-system model in receive behavior, for example, the packet is accepted on any interface, as long as the IP destination of the packet is configured on one of the host's interfaces.
See ipadm(1M) for more details.
Advanced networking features
Edge virtual bridging (EVB) – EVB is a technology that enables a host to exchange virtual link information with an external switch. EVB features enable you to advertise more information about virtual link configurations on the network than just the bandwidth share or priority definitions for physical links that data center bridging (DCB) features provide. See Chapter 9, Edge Virtual Bridging in Oracle Solaris, in Managing Oracle Solaris 11.1 Network Performance.
Exclusive IP zones by default – Exclusive IP zones enable you to assign a separate IP stack, per zone. Each zone has the flexibility to configure IP within that stack, completely separate of other zones. See Part II, Oracle Solaris Zones, in Oracle Solaris 11.1 Administration: Oracle Solaris Zones, Oracle Solaris 10 Zones, and Resource Management.
VNIC migration – Associations between Physical NICs (PNICs) and VNICs can now be migrated without disrupting network connectivity. Use the dladm modify-vnic command to migrate one or more VNICs from one underlying datalink to another underlying datalink, without having to delete and reconfigure the VNICs. The underlying link can be a physical link, a link aggregation, or an etherstub. For example:
# dladm modify-vnic -l net1 -L ether0
Refers to the destination datalink to which the VNICs are migrated.
Refers to the original datalink over which the VNICs are configured. The -L option is restricted to global modification only.
See Migrating VNICs in Using Virtual Networks in Oracle Solaris 11.1.