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

Summary


ZFS in Solaris 11 has had some powerful enhancements added to what was already a first-class enterprise filesystem. Multiple NAS vendors are now basing their offerings around ZFS.

On top of an amazingly robust filesystem, the serviceability integration given to OS upgrades and patching make it an outstanding base for the Solaris OS to run on. Even if you do not plan on making use of all the available features right away, it's almost a certainty that you will have an opportunity to use many of them in the future.

Tip

Crucial Tip for adding features to an existing/older ZFS pool

If you are importing a ZFS pool from an older version of Solaris, you may not be able to use the newer features right away. Remember that you need to upgrade the ZFS pool and filesystem versions via zpool upgrade, and zfs upgrade respectively. Remember also that these operations are non-reversible, and that ZFS filesystem version upgrades can have an impact on production during the time period the upgrade is...