Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle Solaris 11: First Look

You're reading from   Oracle Solaris 11: First Look A sneak peek at all the important new features and functionality of Oracle Solaris 11

Arrow left icon
Product type Paperback
Published in Jan 2013
Publisher Packt
ISBN-13 9781849688307
Length 168 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Philip P. Brown Philip P. Brown
Author Profile Icon Philip P. Brown
Philip P. Brown
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Oracle Solaris 11: First Look
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. IPS – The Image Packaging System FREE CHAPTER 2. Solaris 11 Installation Methods 3. Sysadmin Configuration Differences 4. Networking Nuts and Bolts 5. NWAM – Networking Auto-reconfiguration 6. ZFS – Now You Can't Ignore It! 7. Zones in Solaris 11 8. Security Improvements 9. Miscellaneous IPS Package Reference
New ACL Permissions and Abbreviations
Solaris 10 Available Enhancements Index

Miscellaneous changes and improvements


  • The default output of zfs list is to not list snapshots. To see them, you must either add -t snapshot or -t all. Using -r will not display them either.

  • The speed of doing deep directory searches has reportedly been improved significantly.

  • Now in addition to raidz2, you have an alternative of raidz3 as well. Yes, three disk parity sets.

Pool-related changes

  • There is now a read-only pool import option.

    Sometimes, when an exported pool has been damaged or corrupted, it may still be possible to import it to recover data, using the following command:

    zpool import -o readonly=on poolname
  • If you have created a pool with a separate log device (IE on an SSD), the pool would not be importable if the device failed. In Solaris 11, it is now possible to force import with -m.

  • If you have forgotten the name of a pool that you need, but you are sure of one of the device paths in the pool, you can use the -d option, thus:

    zpool import -d /dev/dsk/c5t4d3 [optional-poolname-override...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image