JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 11 Express Release Notes     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Installation Issues

Accessibility Information

Oracle Solaris Desktop Accessibility

Documentation Accessibility

General Information

Initial Root Password After Live CD Installation

Oracle Solaris IPS Repository

Upgrading to the Oracle Solaris 11 Express Release

How to Upgrade to the Oracle Solaris 11 Express Release

Renaming of Packages (6186)

First Packaging Operation After Upgrade Removes Hundreds of Empty Packages (14507)

Installation Bugs

Users Created During Text Installation Can End Up With an Incorrect Password (6998650)

Installation Fails on the SAS JBOD Device (11999)

x86: Live CD Installation Might Hang on Certain Systems (16216)

SPARC: Text Installer Unusable on Systems Equipped With XVR-2500 Graphics Cards (6961487)

Renaming a Busy Boot Environment Might Fail (1685)

Automated Installer Fails If ZFS Pool rpool Exists on the System (3783)

Distribution Constructor Does Not Recognize ZFS File System Mount Points for Build Areas (3947)

Only the First GRUB menu.lst Entry of the Source Boot Environment Is Created When You Create a New Boot Environment (4061)

Exception Message Generated by the Distribution Constructor Upon Successful Termination (4589)

Creating Multiple Pools With the Same Name Confuses the ZFS Boot Process (5270)

installadm create-service Should Have an Option to Specify IP Address Passed to DHCP Config (6922)

setup-service lookup and delete-service dns-sd Fail If the Service Name Length Is Longer Than 59 Characters (7802)

Automated Installation Fails If Slice 0 Is Configured on a Client With Less Than 8 Gigabytes of Disk Space (8575)

x86: DM_CTYPE Attribute Is Set to unknown for SATA Controllers Handled by the sata Driver (6558646)

Automated Installer Manifests Are Installed World-Readable (15362)

Upgrade Bugs

Migrating an ncrs Attached Driver to the glm Driver

image-update Results in Driver Removal of Policy Warnings (9568)

Driver Action Gets Confused by driver_aliases Entries Not Covered by an Action (10630)

image-update Produces Warnings About the etc/sma/snmp/mibs Directory (10778)

Missing xfs Service Causes inetd Errors After You Upgrade From OpenSolaris 2009.06 (11602)

Upgrade to the Latest Release With Little Spare Memory Fails (9388)

Zones Cloned by Using zoneadm clone Can Cause a Snapshot Name Collision When You Activate a Boot Environment (10990)

2.  Runtime Issues

3.  Documentation Issues

4.  End-of-Software Support Statements

General Information

This section provides general information such as behavior changes in the Oracle Solaris 11 Express release.

Initial Root Password After Live CD Installation

After a Live CD installation, the root password is initially set to the same password as the user account that is created during installation, but it is created in an expired state. In order to work around the issue described in Gksu Does Not Report Expired Password (6995127), immediately change the root password upon your first login. To do so, type the su command and enter your password, followed by typing the new root password, twice.

$ su
Password:
su: Password for user 'root' has expired
New Password:
Re-enter new Password:
su: password successfully changed for root.

Oracle Solaris IPS Repository

When you install or upgrade to the Oracle Solaris 11 Express release, the system initially has one publisher configured: the solaris publisher. This publisher has the following repository origin.

http://pkg.oracle.com/solaris/release/

Upgrading to the Oracle Solaris 11 Express Release

Use the following procedure to upgrade your OpenSolaris system to the Oracle Solaris 11 Express release. First, you upgrade your OpenSolaris system to the current build in the OpenSolaris release repository. Then, you upgrade that system to the Oracle Solaris 11 Express release.


Note - This procedure can be used whether you have an OpenSolaris release or an OpenSolaris development build installed on your system.

Direct upgrade from the Oracle Solaris 10 OS to the Oracle Solaris 11 Express release is not supported at this time. To upgrade an existing Oracle Solaris 10 system, consider using the Oracle Solaris 10 Containers which allows the existing system's image to be installed into a container on an Oracle Solaris 11 Express system.

For more information, see System Administration Guide: Oracle Solaris Zones, Oracle Solaris 10 Containers, and Resource Management


How to Upgrade to the Oracle Solaris 11 Express Release

  1. Upgrade all the packages on your OpenSolaris system to the most current version.
    1. If your preferred publisher is not opensolaris.org with an origin of http://pkg.opensolaris.org/release/, change the publisher, as follows:
      # pkg set-publisher -P -O http://pkg.opensolaris.org/release/ opensolaris.org

      Note - To view your preferred publisher, perform this command:

      # pkg publisher

    2. Update all the packages on the system.
      # pkg image-update
  2. Reboot the system to boot into the updated boot environment.
  3. Upgrade to the Oracle Solaris 11 Express release.
    1. Enable packages on your system to be updated by a new publisher. If your system has the extra publisher configured, also enable its packages to be updated by a new publisher.
      # pkg set-publisher --non-sticky opensolaris.org
      # pkg set-publisher --non-sticky extra
    2. Set the preferred publisher to solaris with the origin set to http://pkg.oracle.com/solaris/release/, as follows:
      # pkg set-publisher -P -g http://pkg.oracle.com/solaris/release/ solaris
    3. Display the Oracle Solaris 11 Express license.
      # pkg image-update 2>&1 | less

      Note - The pkg image-update command may indicate that the packaging software needs to be updated before proceeding with the update. Follow the directions and then reexecute the previous pkg image-update command.


    4. If you accept the terms of the Oracle Solaris Express 11 license, upgrade your system and explicitly accept the license.
      # pkg image-update --accept
  4. Reboot your system to boot into the updated boot environment.

    For more information, see Oracle Solaris 11 Express Image Packaging System Guide. Also, see the pkg(1) man page.

Renaming of Packages (6186)

Over 1500 packages have been renamed in this release. The old names for the packages have been retained for now and point to the new names. The process of updating packages is an automatic process. You can determine the names of the new packages by looking at the Renamed to line in the output of the pkg info -r SUNWoldpackage command.

For a list of package mappings, classifications, and descriptions, see the following link:

http://hub.opensolaris.org/bin/view/Project+pkg/Renamed

First Packaging Operation After Upgrade Removes Hundreds of Empty Packages (14507)

The first packaging operation after you have upgraded your system to the latest release removes hundreds of empty packages. The removed packages are empty, renamed packages that are being purged from the system.

Workaround: This large-scale removal of empty packages can safely be ignored.