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
Oracle Solaris 11: First Look
Oracle Solaris 11: First Look

Oracle Solaris 11: First Look: A sneak peek at all the important new features and functionality of Oracle Solaris 11

Arrow left icon
Profile Icon Philip P. Brown
Arrow right icon
$19.99 per month
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (4 Ratings)
Paperback Jan 2013 168 pages 1st Edition
eBook
$9.99 $16.99
Paperback
$32.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Philip P. Brown
Arrow right icon
$19.99 per month
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (4 Ratings)
Paperback Jan 2013 168 pages 1st Edition
eBook
$9.99 $16.99
Paperback
$32.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$9.99 $16.99
Paperback
$32.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Oracle Solaris 11: First Look

Chapter 2. Solaris 11 Installation Methods

This chapter attempts to describe how the new Solaris 11 install system differs from the old commonplace Solaris installer system. The differences are quite significant.

It's the Oracle of install systems!


Oracle databases have the reputation of being extremely flexible, extremely scalable, and extremely difficult to configure and tune, relative to other systems.

The bad news is, Solaris 11 installation methods have gone the same way, to the point where Oracle's installation docs are now an all new 200-page PDF document (Oracle document E21798, Installing Oracle Solaris 11 Systems).

The good news is, this chapter will let you know about the majority of what you need to know, in a considerably smaller amount of space.

More good news:

If all you wish to do is manually install one or two systems directly from a CD image, it is still relatively simple. Things get more complicated only when you wish to do preconfigured installs. This is because jumpstart has been completely replaced, and even wanboot has been changed.

The following topics are covered in this chapter:

  • Default passwords

  • Installation from CD-ROM (LiveCD, Text-install, or Automated Install)

  • Overview of Automated...

Default passwords


Keep in mind that the normal login is root/solaris. There is also an auxiliary account, jack/jack, that is used in certain rare situations. So if the root password doesn't work at a prompt, you might want to try jack.

Installation from CD-ROM


Installation from physical media is almost the same as prior versions of Solaris. Simply answer some questions about filesystems, hostname, networking and so on, and you're off to the races.

However, here are a few things that you should know, even with the simple installation method:

  1. There is no longer "an install image". There are now two standard flavors to choose from: Text Install or Automated Installer (AI). This will be explained in more detail in the later sections of this chapter, but the short answer is: If you're installing from physical media, you probably need the Text Install image.

  2. No more GUI install mode. This isn't such a big deal, as GUI mode has been not much more than a slow wrapper around the text installer for a while now. However, it was occasionally nice to be able to use multiple windows and adjust font sizes, and so on.

  3. There is an optional LiveCD (or now called Live Media, since it does not fit on a CD) image available, for x86 only. This...

Overview of how AI install works


Before using the Automated Installer (AI), it's a good thing to start with a basic understanding of how the AI functions work at a high level.

At a high level, it takes a manifest and profile to determine which packages get installed, and what the identification of the system will be like. This is somewhat similar to the old jumpstart flow—which used a profile rather than a manifest—and a sysidcfg file instead of what is now called a profile.

There the resemblance mostly ends. Oracle has extensively changed the means by which the two pieces of information get to the system, and also how their contents are selected.

In the prior Solaris versions, a jumpstart client system downloaded and examined a rules file to find the best match for itself. It then read the matching profile to determine what its disk layout should be, which packages should be installed, and so on.

Oracle has now made this sort of thing a database-driven operation, albeit a simpler database than...

Network bootstrap process details


Now that the client-side details have been mentioned, you may be interested in the specifics of the client/server bootstrap interactions. The actual setup of this aspect of things is now primarily handled by installadm, covered a little further on.

Keep in mind that the initial bootstrap process for network installation for SPARC versus x86 is still very different for each architecture. The backend configuration is new, but still unified for both of them. However, a summary of each follows.

SPARC, wanboot, and DNS

SPARC still uses wanboot at the lowest level. The official Oracle method says that you must use DHCP boot, but whether you boot from media, or directly from network, it still basically just hooks into wanboot as its first stage.

The additional benefit from booting the first stage through DHCP is that it picks up DNS information. In theory, they could have made it pick up DNS from other means, but they have not chosen to do that at this time. This is...

Setting up a local install server with installadm


The installadm command is Oracle's new admin utility for system installation related issues. It consolidates and replaces things such as the old setup_install_server and add_install_client scripts.

It is surprisingly easy to install the base requirements for a local network-based install server.

// if you dont have installadm already, first do "pkg install installadm"
ARCH=i386 #or sparc
installadm create-service -n $ARCH -a $ARCH
// If you do not want it going under /export/auto_install/$ARCH,
// use -d /export/whereyouwantit

With no other options given, this will download a special package named install-image/solaris-auto-install. This is an imaged version of all of the packages in the group solaris-auto-install, suitable for a network Boot Environment. Basically, this is the set of files on the AI image. When booted off it, almost anything that applies to booting from that physical media will also apply for this net booted image.

Note that...

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...

Solaris 11 release version versus support version


The default Oracle pkg repository is http://pkg.oracle.com/solaris/release. This is a relatively open repository by design. Oracle allows almost everyone to use base Solaris 11 for almost any reason except for "production use".

If for some reason you end up in a state with no repository configured for your Solaris 11 machine, you can point your pkg configuration at that URL, and be able to install packages from the most recent full Solaris 11 release. However, there are no updates or patches.

Configuring your system to use it is fairly easy; you can use the following command:

pkg set-publisher -g http://pkg.oracle.com/solaris/release solaris

The final argument signifies a "publisher", so normally it would be something.com. Unfortunately, Oracle decided to break its own rules for this.

It is possible to have multiple publishers configured, similar to the way in which Red Hat users may configure multiple yum repositories. The rule is that there...

Summary


Solaris 11 drastically alters the way in which installation is done. There are now three different methods to choose from (LiveCD, Text Install, or Automated Install), and all of them are considerably different from the old tried-and-tested methods. Not only do you have three different bases to choose from, but you also need to have a basic grasp of the new package tools to examine the results of what you have installed.

If you are looking to just try Solaris 11 out quickly, whether through an x86 VM, or a temporary boot-from-dvd-only experience, or just the quickest and simplest way to get something on disk, then the x86 LiveCD is the best path for you to follow.

If you want something a bit more controllable, with all the knobs to tweak, then follow the text-based install ISO.

If on the other hand, you are looking to set up many Solaris 11 boxes, you should eventually travel the Automated Installer (AI) path. However, it is strongly recommended that you use Solaris 11 for a while via...

Left arrow icon Right arrow icon

Key benefits

  • Master the new installation methods
  • Learn about advanced network configuration
  •  

Description

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.  

Who is this book for?

If you are a Solaris administrator looking for a step-by-step guide to understand the new features and functionality of Oracle Solaris 11, then this is the guide for you. Working knowledge of Solaris is required.  

What you will learn

  • Understand the new Solaris packaging system
  • Master the role of zones in Solaris 11 with some new utilities, new features, and some mandatory differences in basic setup and usage
  • Get started with some security features and improvements
  • Discover features of the ZFS file system in Solaris 11
  •  

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 25, 2013
Length: 168 pages
Edition : 1st
Language : English
ISBN-13 : 9781849688307
Languages :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Jan 25, 2013
Length: 168 pages
Edition : 1st
Language : English
ISBN-13 : 9781849688307
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 164.97
Oracle Solaris 11: First Look
$32.99
Oracle Database 12c Backup and Recovery Survival Guide
$65.99
Oracle Solaris 11 Advanced Administration Cookbook
$65.99
Total $ 164.97 Stars icon
Banner background image

Table of Contents

9 Chapters
IPS – The Image Packaging System Chevron down icon Chevron up icon
Solaris 11 Installation Methods Chevron down icon Chevron up icon
Sysadmin Configuration Differences Chevron down icon Chevron up icon
Networking Nuts and Bolts Chevron down icon Chevron up icon
NWAM – Networking Auto-reconfiguration Chevron down icon Chevron up icon
ZFS – Now You Can't Ignore It! Chevron down icon Chevron up icon
Zones in Solaris 11 Chevron down icon Chevron up icon
Security Improvements Chevron down icon Chevron up icon
Miscellaneous Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(4 Ratings)
5 star 50%
4 star 50%
3 star 0%
2 star 0%
1 star 0%
B. Zidler Mar 28, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I am an experienced Solaris administrator (up to 10) and wanted to learn a bit more about the new features of Solaris 11. Oracle documentation online is a bit boring and does not show quickly the essentials. This book is a perfect answer and in 136 pages let you learn enough to start with Solaris 11. The gap between 10 and 11 is so big that no upgrade is possible. A full new install, using ZFS for root filesystem, and many new commands in the networking area, or packaging system are presented without using technical jargon. As a first introduction of Solaris 11 this book is very good.
Amazon Verified review Amazon
A. Turrington Mar 06, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Oracle have brought to Unix the complexity for which their databases are renowned.Oracle Solaris 11 is substantially different from anything Unix that has gone before. Installation, file systems, package management, networking, it's all been changed.Acquire this book and save time and effort in setting it all up.The book is concise and doesn't contain the unwanted verbiage of some books.The only real criticism that could be made is that there isn't a section on resolving installation problems. The Intel system's version of the operating system is decidedly choosy about which machines it will install on. Advice on resolving these persistent problems would have been worthwhile.
Amazon Verified review Amazon
Diego Verissimo Lakatos Apr 27, 2013
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
A great book for those who want to learn more about Solaris 11 new features. The book goes straight to the point, showing how the new features make life easier for the system administrator. Although it's not meant for beginners I think that even those who never used the Solaris Operating System will learn something useful.
Amazon Verified review Amazon
egh43 Apr 29, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Covers a lot of material and and serves as a good reference to return to when looking for assistance. Arrived on time and as ordered.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.