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

ZFS backported enhancements


The primary points of interest are related to ZFS. They are already mentioned in Chapter 6, ZFS – Now You Can’t Ignore It, as being potentially available in Solaris 10, but they are significant enough that they are worth calling out in an explicitly named section here.

The big feature additions of automatic compression, deduplication, and zfs diff can all be added into Solaris 10 via patching. Please refer to the relevant chapter for full details on how to use them.

Additionally, a significant bug related to free space and speed was patched in ZFS. It used to be such that, once any ZFS filesystem reached 80 percent, a significant performance hit was taken by any writes occurring on that filesystem and potentially anywhere in the same pool.

To get the fix for this (as well as to enable the newer features) it is crucial to fully patch the Solaris 10 system and also to upgrade both the ZFS pool version and the ZFS filesystem version, wherever these things are a concern.

Please note that, while the ZFS pool version update is relatively fast and painless, the ZFS filesytem update is not. Running zfs upgrade can take minutes, if not hours, on a full filesystem and will write-lock the filesystem or, at best, heavily impact performance.