JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade X4-2B Product Notes
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Sun Blade X4-2B Product Notes

Important Operating Notes

Oracle System Assistant Issues

Oracle Solaris Issues

Oracle VM and VMware ESXi Issues

Linux Current Issues

Oracle Linux OS Reports Multiple CE Messages After Hot-plugging 2 PEMs with Different MPS Values Into Same Slot Sequentially (17035011 and 15752501)

Kernel Panic Occurs With BurnInTest 3.1 on a RHEL or OL 6.4 System With Unbreakable Linux Kernel Release 2 (17047864)

Oracle Linux 6.3 and 6.4 Cannot Be Installed on iSCSI Using UEFI Boot Mode (15807672)

hwmgmtd Service Does Not Start Successfully on RHEL 6.4 (16975947)

Oracle Linux 6.4 System Might Hang During Reboot With Sun Blade 6000 Virtualized 40 GbE NEM (16632764)

SLES 11 SP2 and 3 Systems Might Not Boot in UEFI BIOS Mode (16817765)

ACPI C-State Does Not Work on Servers Running Oracle Linux 6.4 (16870068)

CPU Remains at Low Frequency After Oracle Linux 5.9 or 6.4 Reboot or Power Cycle (16728705, 17181067)

Oracle Linux 6.1 Installation Fails During Libparted Disk Probe (15770848)

Host Reset Might Cause a Linux System to Hang (16009236)

Oracle ILOM Not Getting System Information After Oracle Linux 6.2 (7175441)

Unable to Mount Oracle System Assistant USB Device on Some Versions of Linux

Windows Issues

Document Errata

Getting Server Firmware and Software Updates

CPU Remains at Low Frequency After Oracle Linux 5.9 or 6.4 Reboot or Power Cycle (16728705, 17181067)

When the power budget is hard-capped, the CPU might remain at a low frequency after an Oracle Linux 5.9 or 6.4 system is rebooted or power cycled.

Workaround

  1. View the CPU information to be modified. Type:

    # cat /proc/cpuinfo | grep processor

  2. Obtain the maximum CPU frequency supported. Type:

    # cat /sys/devices/system/cpu/cpuN/cpufreq/cpuinfo_max_freq

    where N is the CPU ID to be modified.

  3. Obtain the scaling_max_freq for each CPU ID. Type:

    # cat /sys/devices/system/cpu/cpuN/cpufreq/scaling_max_freq

  4. For each CPU where the scaling maximum frequency is less than the maximum supported frequency, set the new scaling maximum frequency. Type:

    # echo $max_frequency > /sys/devices/system/cpu/cpuN/cpufreq/scaling_max_freq

    where $max_frequency is the determined max frequency shown in step 2

  5. Verify the new scaling max frequency. Type:

    # cat /sys/devices/system/cpu/cpuN/cpufreq/cpuinfo/scaling_max_freq