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

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