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

Common traps and pitfalls


Either just before the install to disk happens or just after reboot, if you used the AI installer, you will be prompted for the various typical sysconfig questions, if you have not preconfigured the system. The prompts seem very similar to the old OS ones, so it is easy to get caught by one of the following issues:

  1. Don't choose Automatically for your networking type choice, unless you are installing to a laptop or workstation. This choice used to mean simply use DHCP for networking. Unfortunately, it now has the additional meaning of locking you into a netadm profile. This will make it impossible to make permanent changes to networking until you disable it. See Chapter 4, Networking Nuts and Bolts, for more details.

  2. Don't set up a user account if you want to use root directly. The installer will prompt you for a root password, and also a user account name and password. If you create a user account through this menu option, it will then make the root account unusable...