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 root – no more UFS


One thing that may prove to be an emotional barrier to upgrading is that having your root filesystem on plain old UFS-on-disk-slices, mirrored or otherwise, is no longer an option. You must use ZFS as your root filesystem. The UFS filesystem is no longer supported as a bootable filesystem for Solaris 11.

Tip

An apparent oddity for those who are familiar with ZFS best-practices is that ZFS root pools must be made on disk slices (format entities) rather than be set to use the entire disk. Normally, this would mean that ZFS would not fully optimize write-cache use. However, for root-disk pools, ZFS makes an exception and treats them in the same way that it treats ZFS-on-whole-disk pools.

Primary benefit of ZFS root filesystem

The ostensible reason for this forced change of root filesystem type is for mandatory patching safety. IPS, the new packaging and patching system, is integrated with ZFS. It insists on making a special bootable snapshot of a currently working system...