Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Release Notes Oracle Solaris 11.1 Information Library |
SPARC: GPT Labeled Disk Support
x86: Booting in UEFI Mode From the ISO Image Is Very Slow
Custom SMF Site Profiles Should Be Placed in a Subdirectory (7074277)
sysconfig configure Command With the -c Option Flattens Directory Tree (7094123)
SPARC: System Fails to Boot an iSCSI LUN on an iSCSI Storage Array (7148479)
zfs set/inherit mountpoint Shows a Failure Message on Oracle Solaris 10 Branded Zones (7195977)
System Reboots Continuously Because of a ZFS-Related Panic (7191375)
Issues When Replacing or Using New Advanced Format Disk Drives on Oracle Solaris Systems
Installation and Boot Support on 4kn Disks on SPARC Systems Requires a Specific PROM Version
RDSv3 Support Is Required for Successful HCA DR Operation (7098279)
zoneadm attach Command Might Hang With the -a and -n Options (7089182)
svccfg validate Command Fails on a Split Manifest (7054816)
SPARC: System Fails to Boot When SP Is in Degraded Mode (6983290)
Sporadic Runtime Failures in an OpenMP Application (7088304)
32-bit: PCSXREG Triggers EINVAL Error for YMM and Floating-Point Registers (7187582)
FCoE Port Is Not Online After Creation (7191873)
asr-notify Is in Maintenance Mode If Incorrect ASR Properties Are Specified (7195227)
SPARC: IPsec Packet Might Be Dropped on T2 and T3 Series Platforms (7184712)
System Might Hang When Running the tshark Command on an Interface With Network Traffic (7202371)
Evolution Application Crashes After New Installation (7077180)
SPARC: Desktop Issues With USB Keyboard, Mouse, and Physical Monitor (7024285)
D-Bus System Daemon Has a Small File Descriptor Limit for Sun Ray or XDMCP Server Use (7194070)
x86: Bitmapped Console Is Not Shown Properly on the NVIDIA Graphics Chipset (7106238)
x86: Bundled Driver Panics When X Server Is Started in UEFI Mode (7116675)
x86: ZFS Pool Information Becomes Stale After Running the stmsboot Command With -e Option (7168262)
Performance of an Uncached Random Write Workload on a Pool of SSD Devices Is Low (7185015)
x86: CPU Power Level Warnings During System Boot (7146341)
SPARC: Devices on PCI Box Cannot Be Configured by hotplug on Fujitsu M10 Systems (7196117)
Non-GTK Applications Fail to Connect to ATOK Language Engine on Non-UTF-8 Locales (7082766)
A. Previously Documented Bugs That Are Fixed in the Oracle Solaris 11.1 Release
This section describes hardware issues in the Oracle Solaris 11.1 release.
Under certain circumstances, the following warnings are displayed during system boot:
WARNING: Device /fw/cpu@2 failed to power up. WARNING: cpudrv_monitor: instance 1: can't raise CPU power level
Workaround: Ignore the warnings. They do not affect the normal operation of the system once the system is booted.
A peripheral component interconnect (PCI) box cannot be fully configured on Fujitsu M10 systems by using the Oracle Solaris Hotplug Framework. The I/O device node configuration is different for every platform and the resource allocation is assigned by pcicfg_slot variables with a fixed value.
# Fixed values for resource allocation [ uts/sun4/io/pcicfg.c ] static int pcicfg_slot_busnums = 8; static int pcicfg_slot_memsize = 32 * PCICFG_MEMGRAN; /* 32 MB per slot */ static int pcicfg_slot_iosize = 16 * PCICFG_IOGRAN; /* 64 K per slot */
The resources for MEM64, MEM32, and I/O devices are allocated by a fixed value for each child device. For example, to configure four child devices, the value of the pcicfg_slot_busnums variable should be set to 32.
However, the Open Boot PROM (OBP) on the Fujitsu M10 platform supports configuration of the PCI box and you can successfully boot Oracle Solaris with the PCI box. The problem is seen only with the Oracle Solaris Hotplug Framework. The OS can boot with the PCI box but is not recognized by hotplug.
Workaround: To configure the system with the PCI box, perform the following steps:
In the /etc/system file, set the pcicfg:pcicfg_slot_busnums variable.
set pcicfg:pcicfg_slot_busnums = 4
Reboot the system.
# reboot