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

New zone utilities


The most useful new utility is zonestat. Similar in principle to the other *stat tools, it will give you a repeating snapshot over time of relevant resources being used, where you tell it the interval between each output. It was actually possible already to get per-zone statistics with prstat -Z, but that forced you to look at "ps" style output as well.

In contrast, the new zonestat tool has many more options, and its output is focused purely on entire zone-level usage. See the manpage for full details, but in general terms, zonestat lets you see each zone's total CPU, memory, and network bandwidth usage.

It is possible to run the zonestat command within a zone, but you will only see statistics for that zone.

An additional tool of interest is zonep2vchk. The purpose of this tool is to check for potential difficulties when transferring a physical zone (that is, a global zone) "2" a virtual one. Its default mode is to look at installed services to see if they are compatible...