The Artima Developer Community
Sponsored Link

Web Buzz Forum
How to Hot plug CPU in RHEL 5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vinay Prashar

Posts: 1689
Nickname: ihackintos
Registered: Jan, 2009

Vinay Prashar is Owner & Author of iHackintosh.com a tech blog focused on OS X, Windows & Linux
How to Hot plug CPU in RHEL 5 Posted: Aug 4, 2009 3:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Vinay Prashar.
Original Post: How to Hot plug CPU in RHEL 5
Feed Title: iHackintosh
Feed URL: http://www.ihackintosh.com/feed/
Feed Description: Yours Daily Tech Savoy
Latest Web Buzz Posts
Latest Web Buzz Posts by Vinay Prashar
Latest Posts From iHackintosh

Advertisement
Red Hat Enterprise Linux 5 supports the cpu-hotplug mechanism, which allows for CPUs to be dynamically disabled and re-enabled on a system without requiring a system reboot. Note: CPU hot-plugging will only work if physical hotplug is supported by the hardware. In order to disable a CPU core in a running machine, use the file /sys/devices/system/cpu/cpuX/online. The following command will disable a CPU: # echo 0 > /sys/devices/system/cpu/cpuX/online Where X is the ID of the CPU as determined from /proc/cpuinfo. To re-enable the CPU, run: # echo 1 > /sys/devices/system/cpu/cpuX/online Example: The following output from /proc/cpuinfo shows two ...

Read: How to Hot plug CPU in RHEL 5

Topic: Scan File Online with 24 Antivirus Engines for Free Previous Topic   Next Topic Topic: Google Chrome OS Screenshots Leaked?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use