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

Installation Bugs

The following bugs might occur during or after the installation of the Oracle Solaris 11 Express release.

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

Either or both, the primary user and the root user, might end up with an invalid password when using the text installer.

Workaround: During installation, you have to enter the root password and the user password before you get to the Summary screen. At this point, make sure you begin the installation without returning to the Users screen. If the installation has already been completed and you are unable to log in using the given password, use one of the following workarounds:

Installation Fails on the SAS JBOD Device (11999)

During installation, you might see an error message similar to the following:

$ more install_log
<AI Oct 15 17:32:50> /tmp/ai_combined_manifest.xml is a valid manifest
<AI Oct 15 17:32:50> Auto reboot enabled
<AI Oct 15 17:33:11> Cannot find the specified disk c7t2d0 on the targetsystem.
<AI Oct 15 17:33:11> Target validation failed
<AI Oct 15 17:33:11> ai target device not found
<AI Oct 15 17:33:11> Auto install failed
/$

Workaround: Disconnect one of the dual-path SAS JBOD cables.

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

A Live CD installation might hang on systems that have 1 gigabyte of memory with an NVIDIA graphics card and multiple e1000g Ethernet drivers.

Workaround: Use one of the following workarounds while performing a Live CD installation:

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

Some of the console features used by the Text Installer are not fully supported on SPARC based systems that are equipped with XVR-2500 graphics cards. As a result, the Text Installer does not display properly on the console of these systems.

Workaround: Use one of the following workarounds:

Renaming a Busy Boot Environment Might Fail (1685)

Renaming a boot environment might fail if it has a dependent clone that is currently mounted or otherwise busy.

A typical example occurs after the live boot environment has been successfully upgraded. If you then try to rename the autogenerated and upgraded boot environment, the renaming fails. The renaming fails because the upgraded boot environment has been activated, and the live boot environment is now its clone.

Workaround: Use the following procedure:

  1. Activate the live boot environment.

  2. Rename the upgraded boot environment.

  3. Activate the upgraded boot environment.

For example, if the live boot environment name is solaris, and the autogenerated name of the upgraded boot environment is solaris-1, use the following commands:

# beadm activate solaris
# beadm rename solaris-1 new_name
# beadm activate new_name

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

If a ZFS pool named rpool is already present on the system because it was manually imported or created by the user during the current boot of the Live CD, the installation process fails. The last message in the installation log file is as follows:

Root pool rpool exists, we can't proceed with the installation.

This behavior is intentional and ensures that the Automated Installer does not inadvertently corrupt your data.

The Automated Installer recognizes cases when rpool is created by the installer, but the installation process has failed or was interrupted. In such cases, the installer automatically destroys rpool after it is restarted.

Workaround: Choose one of the following workarounds:

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

If a system has an Oracle Solaris ZFS file system, the Distribution Constructor does not recognize or treat a build area as a ZFS file system in the following cases:

For example, consider the following zpool:

$ zfs list disk2_pool/ib/pia

If the following command is run, where the build area in slim_cd.xml is specified as <build_area>/export/home/ib/pia</build_area>:

# distro_const build -p 1 slim_cd.xml

The following message error message is displayed:

/export/home/ib/pia: No such file or directory
/export/home/ib/pia: No such file or directory
Checkpointing is not available
Rerun the build without -p

Workaround: Make the following change in the Distribution Constructor manifest:

Change <build_area>/export/home/ib/pia</build_area> to <build_area>disk2_pool/ib/pia</build_area>.

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

When a new boot environment is created, it has only one entry in the GRUB menu.lst file regardless of how many entries the source boot environment has. The source boot environment's first menu.lst entry is used to create the entry for the new boot environment. All other entries are ignored. This issue occurs when you create the new boot environment either through the beadm command or the pkg update command.

If you need other entries for the new boot environment, they are not available.

Workaround: Edit the /rpool/boot/grub/menu.lst file and copy the desired entries from the original boot environment. Replace the boot environment name in the source entries with the name of the target boot environment.

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

The Distribution Constructor might display the following error message after successfully performing its function:

Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:

Workaround: This error message is displayed just before termination and can be safely ignored.

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

The Automated Installer always creates a ZFS root pool with the name rpool. The ZFS boot process becomes confused if more than one Oracle Solaris instance is installed on the same disk. Only the Automated Installer is affected by this bug. The GUI Installer does not support creating multiple Oracle Solaris instances on one disk.

Workaround: If you need to install more than one instance of Oracle Solaris on a system, make sure that each instance is installed on a separate disk.

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

The Automated Installer does not support multihomed servers.

Workaround: Do not use the Automated Installer on a server with multiple network connections. If you do need to use the Automated Installer, modify the following data sources:

See the following bugs for additional information:

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

If an Automated Installer service name is longer than 59 characters, the dns-sd process continues to run even after the delete-service command is executed. If the service name is longer than 64 characters, then the create-service command fails and leaves orphaned files that cannot be tracked by any of the Automated Installer services.

Workaround: Do not use Automated Installer service names longer than 59 characters.

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

The Automated Installation fails because it runs out of space in slice 0 of the target device. The following error message is displayed:

Auto install failed

Workaround: Choose one of the following workarounds:

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

The Automated Installer allows you to select a target disk for the installation by specifying the disk selection criteria in the Automated Installer manifest. One criteria that you can define in the manifest is the type of disk controller. To do so, use the target_device_type disk selection tag. The following values are currently supported:

Information about the controller type is currently not available for SATA drivers with a device name in c#t#d# format. Such drivers are managed by the Oracle Solaris SATA framework. Information about the disk controller type can be obtained from the Automated Installer client by running the Target Discovery test driver with root privileges when the Automated Installer is booted. In the following example, note that the controller type is under the ctype column:

# /opt/install-test/bin/test_td -dv
Disk discovery
Total number of disks: 1
-------------------------------------------------------------------------------
 num |    name|    vendor|  ctype| mtype| rem| lbl| bsize|#of blocks|size [MB]|
-------------------------------------------------------------------------------
   1 |*   c7d0|   unknown|    ata| FIXED|  No|  VF|   512|1953520128|   953867|
-------------------------------------------------------------------------------

Workaround: Use other disk selection criteria to select the desired SATA disk. See the sata(7D) man page for information.

Automated Installer Manifests Are Installed World-Readable (15362)

The XML manifest files used by the Automated Installer are readable by any user on the Automated Installer server. These files are openly accessible over the network through the Automated Installer HTTP manifest service. Passwords that are provided as part of the configuration manifest are not secure.

Workaround: Choose one of the following workarounds: