Solaris 11 First Steps: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
Line 21: Line 21:


=== Interface Names ===
=== Interface Names ===
The new network virtualization covers interface names. They are now named net0, net1, ... and not after their drivers. So now you can just say net0 is frontend traffic. and interface net1 is backend. Independant of which hardware your server is build of.
You can even name them after their usage like frontend0 and backend0. So you always now what kind of traffic is at this interface.
=== Etherstubs and VNICs ===
=== Etherstubs and VNICs ===
=== ipadm ===
=== ipadm ===

Revision as of 11:49, 10 April 2013

What's new in Solaris 11

Installation

Automated Installer

Package Management

No more patching! The new way to update your operating system is pkg. This tool get's new versions of Software over the network. You can search repositories for software packages and install them over the network. Some examples

Live upgrade is now Boot environments (beadm)

Distro Constructor

You can compile your own Solaris 11 distribution ISO image by using the Distribution Constructor. This will make customized installations much faster. There is a good article at Oracle called How to Create a Customized Oracle Solaris 11 Image Using the Distribution Constructor.

Networking (Crossbow)

An enhanced version of the new network stack from the project Crossbow (known from OpenSolaris) is implemented. This means a lot of new features like virtual switches, virtual NICs and so on.

Interface Names

The new network virtualization covers interface names. They are now named net0, net1, ... and not after their drivers. So now you can just say net0 is frontend traffic. and interface net1 is backend. Independant of which hardware your server is build of. You can even name them after their usage like frontend0 and backend0. So you always now what kind of traffic is at this interface.

Etherstubs and VNICs

ipadm

Storage Engine (COMSTAR)

Zones

Immutable Zones

zonestat

Kategorie:Solaris11