Solaris 11 First Steps: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "[[Kategorie:" to "[[Category:")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Solaris11]]
[[Category:Solaris11]]
[[Category:Solaris11]]
[[Category:Solaris11]]
[[Category:Solaris11]]
[[Category:Solaris11|First steps]]
= What's new in Solaris 11 =
= What's new in Solaris 11 =


== Installation ==
== Installation ==
=== Automated Installer ===
=== Automated Installer ===
The automated installer short AI is a new way to setup an install server. The configuration is in XML files.
For further informations look [http://www.oracle.com/technetwork/articles/servers-storage-admin/best-commands-ai-1667217.html here].


== Package Management ==
== 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.
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.
You can add multiple repositories, search repositories for software packages and install them over the network.
[[IPS_cheat_sheet#Examples|Some examples]]
[[IPS_cheat_sheet#Examples|Some examples]].
 
===Support repository===
 
[[https://pkg-register.oracle.com/register/certificate Get your client certificates]]
 
[[https://pkg-register.oracle.com/register/product_info/1/ Instructions]]


== Live upgrade is now Boot environments (beadm) ==
== Live upgrade is now Boot environments (beadm) ==
For many years the usage of live upgrade was a bit difficult. With support of ZFS in live upgrade the updates went easier and consumed less disk space.
Since OpenSolaris (and now in Solaris 11) we have a new way to make updates.
The new way to handle upgrades and updates is beadm the boot environment admin tool. You can create a boot environment manually at any time as known from live upgrade.
New is that software updates from pkg create boot environments automatically if needed (or if pkg is used with --require-new-be or --require-backup-be).


== Distro Constructor ==
== Distro Constructor ==
Line 18: Line 36:
== Networking (Crossbow) ==
== Networking (Crossbow) ==
An enhanced version of the new network stack from the project Crossbow (known from OpenSolaris) is implemented.
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.
The new stack virtualizes the network of your Solaris. This means a lot of new features like virtual switches, virtual NICs and so on can be used.
You can build even complex networks virtualized inside your Solaris instance.


=== Interface Names ===
=== Interface Names ===
Line 25: Line 44:


=== Etherstubs and VNICs ===
=== Etherstubs and VNICs ===
Etherstubs are virtual switches inside your OS which can be connected to VNICs and physical interfaces.
=== ipadm ===
=== ipadm ===
The tool ipadm is, together with dladm, a powerful tool to manage your network stack.


== Storage Engine (COMSTAR) ==
== Storage Engine (COMSTAR) ==
== ZFS deduplication and encryption ==
=== ZFS deduplication ===
=== ZFS encryption ===


== Zones ==
== Zones ==
Line 33: Line 59:
=== zonestat ===
=== zonestat ===


[[Kategorie:Solaris11]]
== Kernel based CIFS ==

Latest revision as of 17:55, 25 November 2021

What's new in Solaris 11

Installation

Automated Installer

The automated installer short AI is a new way to setup an install server. The configuration is in XML files. For further informations look here.

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 add multiple repositories, search repositories for software packages and install them over the network. Some examples.

Support repository

[Get your client certificates]

[Instructions]

Live upgrade is now Boot environments (beadm)

For many years the usage of live upgrade was a bit difficult. With support of ZFS in live upgrade the updates went easier and consumed less disk space. Since OpenSolaris (and now in Solaris 11) we have a new way to make updates. The new way to handle upgrades and updates is beadm the boot environment admin tool. You can create a boot environment manually at any time as known from live upgrade. New is that software updates from pkg create boot environments automatically if needed (or if pkg is used with --require-new-be or --require-backup-be).

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. The new stack virtualizes the network of your Solaris. This means a lot of new features like virtual switches, virtual NICs and so on can be used. You can build even complex networks virtualized inside your Solaris instance.

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 are virtual switches inside your OS which can be connected to VNICs and physical interfaces.

ipadm

The tool ipadm is, together with dladm, a powerful tool to manage your network stack.

Storage Engine (COMSTAR)

ZFS deduplication and encryption

ZFS deduplication

ZFS encryption

Zones

Immutable Zones

zonestat

Kernel based CIFS