Book Image

Oracle Solaris 11: First Look

By : Philip P. Brown
Book Image

Oracle Solaris 11: First Look

By: Philip P. Brown

Overview of this book

Oracle Solaris provides innovative, built-in features that deliver breakthrough high availability, advanced security, efficiency, and industry-leading scalability and performance to help businesses grow. "Oracle Solaris 11: First Look" covers the new features and functionality of Oracle Solaris 11 and how these new features and improvements will make it easier to deploy services to the enterprise while improving performance and reducing total cost of ownership.This book starts with coverage of Image Packaging System and the new installation methods. It then moves swiftly to network configuration. The book also includes some security features and improvements.  
Table of Contents (19 chapters)
Oracle Solaris 11: First Look
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
IPS Package Reference
New ACL Permissions and Abbreviations
Index

Orientation to new Solaris 11 networking


Networking functionality has now been split into layers, almost similar in some ways to how the old simple method of accessing disks through disk slices, got split up by ZFS into pools, mirrors, and the like.

Previously, almost all network configuration in Solaris was done by the physical interface, xyz0, and some permutation of the ifconfig command. Now, however, the multiple personalities of ifconfig, have been divided up into separate commands and layers.

The basic layers can be grouped as follows:

Physical, readonly

(dladm)

Data link

(dladm)

IP interface

(ipadm)

IP "addrobj"

(ipadm)

bge0, nxge0, e1000g0, and so on

net0, vlan0, vnic0, aggr0, stub0

net0, (simple case usually should match data link object name), ipmp0

net0/labelhere

To configure an IP address generally requires one item from each column, building step-by-step, from the left-most column, until you get to the right-hand side.

The left-most column is only visible from a global...