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 2. Solaris 11 Installation Methods FREE CHAPTER 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

Appendix A. IPS Package Reference

Some information tables have been moved out of the related chapters because sometimes it's nice to have all the "quick reference" tables in the same place. So, these useful tables are covered in this appendix as well as in Appendix B, New ACL Permissions and Abbreviations, and Appendix C, Solaris 10 Available Enhancements. Additionally, the Solaris 10 information does not officially fit into a "What's new in Solaris 11?" format book. But the information is useful to Solaris 10 sysadmins considering a transition to Solaris 11.

Not all the IPS commands are listed in the following table, but you will find most of the day-to-day commands that you'll need:

IPS command

Solaris 10 equivalent

Purpose

pkg info -l {names}

pkginfo -l {names}

Detailed information on packages

pkg install {name}

pkgadd -d somefile.pkg

Install a package

pkg list {names}

pkginfo {names}

List packages installed

pkg list -a {name}

N/a

Show installed and available packages (usually with some kind of target search string)

pkg list -u

N/a

List packages with available updates

pkg update -nv

N/a

Show impact of available updates

pkg update {name)

patchadd ######-##

Patch a package

pkg search /some/path

grep /some/path /var/sadm/install/contents

Find what package contains a file. Use shell-style wildcards with pkg search.

pkg search basename:file

grep '/file ' /var/sadm/install/contents

Find what package contains a file, without the full path

pkg contents pkg/name

grep 'SUNWxyz' /var/sadm/install/contents

Find what files are in a package

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