Server :: Temperature Above Threshold - CPU Clock Throttled
Jun 14, 2010
Got HP proliant dl360 g6 running RHEL 5 (x86_64). 10 days ago full update was done, inc kernel was upgraded. Everything has worked normally until today I got in log:
Jun 14 09:28:02 hp_proliant kernel: CPU3: Temperature above threshold, cpu clock throttled
Jun 14 09:30:41 hp_proliant kernel: Machine check events logged
Jun 14 10:01:01 hp_proliant mcelog: Processor 371118208 heated above trip temperature. Throttling enabled.
Jun 14 10:01:01 hp_proliant mcelog: Please check your system cooling. Performance will be impacted
Jun 14 10:01:01 hp_proliant mcelog: Processor 371118208 heated above trip temperature. Throttling enabled.
Jun 14 10:01:01 hp_proliant mcelog: Please check your system cooling. Performance will be impacted
Server room as AC, temperature is normal all the time.
hpasmcli -s "show temp" shows everything (AMBIENT, CPU#-s , CPU ZONE ) is normal, belowe threshold.
Current kernel: 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
View 2 Replies
ADVERTISEMENT
Jun 25, 2011
It's from my /var/log/messages
Jun 25 12:27:19 nl kernel: CPU0: Temperature/speed normal
Jun 25 12:27:19 nl kernel: CPU4: Temperature/speed normal
Jun 25 12:27:19 nl kernel: CPU6: Temperature/speed normal
Jun 25 12:27:19 nl kernel: CPU2: Temperature/speed normal
Jun 25 12:27:19 nl kernel: CPU3: Temperature/speed normal
Jun 25 12:27:19 nl kernel: CPU7: Temperature/speed normal
[Code]...
I checked the temps with ln_sensors, KVM and DC temps, everything is running great. I didn't get any shutdown in the meantime. I basically need a way to disable those warnings but reboot is out of question, means no BIOS. Hope its possible to disable it from the console itself, with blacklistinh some kernel module(s) or something like that.
View 3 Replies
View Related
Jun 3, 2010
I'm running on a Xenon L5408 and my OS is CentOS 5.4. The system I'm developing needs to be able to run in a room that *may* get rather hot. When the core temperatures gets up to around 99DegC I get the following message sent to the terminal. "temperature above threshold cpu clock throttled". So Linux some how knows whats going on. So I'm now running in a degraded state. My question is, from an application I'm writting (c++), how would I go about detecting a throttled clock.
View 6 Replies
View Related
Sep 21, 2010
Is there any way to monitor ambient temperature over the net?
For example I want to put one thermometer in the front of the cabinet (cold isle) and one in the back (hot isle) and monitor them over the internet, or have them report to a linux box.
What is the best way to do that?
View 6 Replies
View Related
Apr 19, 2011
I have had a fairly perplexing problem with my Lubuntu Maverick installation on my laptop for the past few weeks. My laptop is connected to a DSL-based LAN via 100mbps Ethernet - pretty typical. Usually, the download speed from most websites tends to be around 340-350kb/s. However, its Ethernet connection seems to be having some strange hiccups. The speed starts out at normal ranges, but after about 5-10 minutes of internet use through any means (be it loading normal web pages, streaming video, downloading a file via a browser, or even other uses such as downloading a torrent using Transmission, or even a command line application such as apt, aptitude or wget, etc), the speed suddenly drops to around 40kb/s and will not raise again.
Once this happens, the drop is seen across the board. Again, once it happens, the speed of everything that accesses the internet is affected. Web pages load slowly, all downloads will only operate at a maximum of 40kb/s, whether it is from any browser, or wget in a terminal. The speed stayed slow until I restarted, which would give me another 5-10 minutes. My troubleshooting attempts yielded some very strange results, which I will relate here:.......
View 2 Replies
View Related
Mar 3, 2011
I was playing around with a script that seems to work relatively for my needs when SSH comms fail - AKA a user or someone attacking. This works. But, how would I add a threshold value? lets say if there are 3 entries, then perform add the IP to iptables as a rule.
Code:
#!/bin/sh
#
# FIREWALL SCRIPT
#
# March 1st, 2011
#
# Purpose:
# Add offending IP from failed SSH connections
# to the iptables (firewall) rules.
#
## Vars:
TIMETHRESHOLD="10" .....
View 3 Replies
View Related
Jun 8, 2010
i am looking for any advice what tool to use for temperature monitoring on server dual xeon F29 board intel se7501wv2 running CentOS 5.5
View 4 Replies
View Related
Apr 24, 2010
Did anyone else notice in the 10.04 RC that it is very difficult to expand a window from the left or right side? The threshold is one pixel long before the arrow disappears.
View 2 Replies
View Related
Sep 14, 2010
I want to check if traffic to a specific URL is being throttled by a hospital acting as an ISP. A client is having great trouble accessing a hosted web-app from inside the hospital, but access is fine from outside. The hospital IT dept are not interested as the rest of the Internet is fine. I need to trace where the latency is creeping in or where the throttling is happening, if I can do that, the hospital will remove it. Traffic is standard http to a specific URL.
View 9 Replies
View Related
Jan 5, 2010
I have installed nagios in a CentOS vm and now its monitoring the local host, one remote host which is also a vm with CentOS 5.3 and one windows xp system. Is there any option for me to change the threshold time for the services given? For e.g. I had a service of current_load which comes as a default plugin while installing nagios itself. What should I do to change the threshold value of the current_load so that I might get the warning or error alert some time earlier as it was now.
View 5 Replies
View Related
May 27, 2011
I'm using a very simple conky script to diplay the date and time on my desktop. I've noticed that he conky clock is a few seconds early compared to the time displayed in the right hand side of the top panel (Natty). I guess both displays are based on the same "internal" time, so I'm left wondering how this could happen, and how to sync back the clocks.
It seems that Conky is in sync with the system date, while the panel clock is 2 seconds late (on my system). Checked with while true; do date; sleep 0.1; done
View 2 Replies
View Related
Aug 2, 2011
Just curious as to if it is possible to have the clock in the center of the task bar centered clock in Ubuntu 11.04?
View 1 Replies
View Related
May 2, 2011
Does anyone know of an interface to a quartz clock that can be used for a TOD clock?? I want to interface it to an Arduino board. Can be GPIO or USB.
View 1 Replies
View Related
Sep 2, 2011
I had cloned a centos 5.6 installation from virtualbox virtual machine to physical box. Everything work fine. However, the time showing in os using date command differs from bios time by roughly 4 hours. I am running ntp services which sync the time with another centos server on the network. It appears that some services are using virtual clock and some use physical clock. How do I get rid of virtual clock and only use physical clock?
View 1 Replies
View Related
Feb 28, 2011
I try to setup a HPC cluster with CentOS 5.5. But now there is no Internet connection available in the room where the hardware is located so I set up ntpd server using synchronization with local clock (maybe I do something wrong). Here is my ntp.conf file on a master node (the master node has IP 10.0.1.1, a file server has IP 10.0.1.2 and compute nodes are 10.0.1.3..10.0.1.11, comments are omitted):
restrict 127.0.0.1
restrict -6 ::1
restrict 10.0.1.1 mask 255.255.255.255 notrust[code].....
View 1 Replies
View Related
Jun 6, 2011
In my system, the temperature of the CPU can be known from the file,/sys/bus/acpi/devices/LNXTHERM:00/ thermal_zone/temp . But I have found that not all systems have this file. Is there a generic method to get the temperature. Installing a package for this purpose won't be a solution as I'm building a simple gnome-shell extension. Something that comes along with the kernel would be perfect.
What could be other files that can possibly store temperature information, so that it would work on most atleast if not all? Any help like the file that stores temperature on your particular system only would also be highly appreciated.
View 3 Replies
View Related
Mar 5, 2011
Does anybody know wich temperatures a VIA C7 processor can tolerate (max) ?
If i let the server run without the top: ~40C (104 Fahrenheit)
If i let the server run _with_ the top on: ~65C (149 Fahrenheit)
Someone over at silentpcreview.com suggests that the C7 can easely tolerate temperatures of 100C (212 Fahrenheit)
View 4 Replies
View Related
Mar 29, 2010
There is a question, i'd like to ask: is there any decent program to monitor HDD temperature for linux? WHy are they so few? Suse Install repositories do not show any that could be installed. I used to use hddtemp on my previous 11.2 gnome installation, but it seems now something gone wrong, and i cant get this program anymore through: "sudo apt-get install hddtemp" and receive "sudo: apt-get: command not found", so as i am a newbie i can barely guess what is wrong. maybe there are any other programs to get this thing running. Its really puzzling because every laptop user need such tool badly, and i do not understand why is there so many monitor tools for cpu temperature and not a single good for hard drive which is far more important than cpu temperature, that rises and drops constantly as soon as your fans are fine???
View 2 Replies
View Related
Sep 3, 2010
I installed opensuse 11.3 to my laptop.Toshiba L505-13w satellite. core i5 2.27 ghz , 4gb ram, 1gb ati display.I can't measure cpu temperature. I tried "acpi -t" and sensors but nothing happened.I also tried system information widgets from plasma menu.Still I can't see my cpu temperature. Can anyone help me about this problem? I want to see my cpu temp.
View 1 Replies
View Related
Jan 2, 2010
I've recently installed Karmic on my new machine with the following specs;
Asus M4A785TD-V EVO Motherboard
AMD Athlon II X4 620 2.6GHz
Crucial 4GB (2x2GB) DDR3
Coolermaster Elite 330 Case
Western Digital WD5000AAKS 500GB
I'm looking to install some sort of temperature monitoring for my cpu and have had luck using either lm-sensors or acpi. With lm sensors, I've followed the various how to's on the forum and am still coming back with nothing. Trying to add hardware monitoring to panel brings up a 'no sensors found!' error, and x-sensors just starts up with a blank screen.
'sensors' in terminal spits back this -
Code:
lou@lou-quad:~$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
lou@lou-quad:~$
I've added the relevant lines into etc/modules as per the last question during configuration but still no joy. I've just run 'sensors-detect and had a gander at the output, and I'm wondering if its as simple as no one has written a driver for my mobo yet.
[Code]...
View 2 Replies
View Related
Oct 1, 2010
So I just got a MSI 870A-G54 and have been trying to get the CPU temperature on the command line. I ran the following
Code:
sudo apt-get install lm-sensors hddtemp sensors-applet computertemp
And ran sensors-detect
Code:
sudo sensors-detect
# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: MSI MS-7599
# Board: MSI 870A-G54 (MS-7599)
[Code].....
View 9 Replies
View Related
Sep 1, 2011
So I would like to check out my cpu temperature in function of time. I've followed [URL]...gpu-en-ubuntu/ but unfortunately in the description it was for the old version of Ubuntu and despite having downloaded the program, I simply can't add it in the taskbar. I did in a terminal: sudo apt-get install sensors-applet. Then I installed a few remaining packets from synaptic. Now how do I run the program?
View 6 Replies
View Related
Apr 5, 2011
My nVidia graphics card gets too hot to touch very quickly. Below is current statistics, but it is usually 93C.Is this too hot? Should I speed up the fan? How I do this without risking frying the thing?
View 10 Replies
View Related
Jun 5, 2011
i need a script that can log simultaneously the individual cpu core load and individual cpu core temp, like the "cpu core temp" software in window. write that script that can log these values for over a certain period of time with a fixed time of interval in between the two values?or is there any such tool in unix?
View 7 Replies
View Related
Oct 24, 2010
Trying to find the CPU temperature, I found this lm_sensors is what I need..I do this;
wget http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.2.0.tar.bz2
bzip2 -dv lm_sensors-3.2.0.tar.bz2
tar xvf lm_sensors-3.2.0.tar[code].....
View 9 Replies
View Related
Apr 25, 2011
openSUSE 11.4 64 bitsI have "sensors" package installed and configured with sensors-detect.The cpu temperature monitor plasmoid worked on kde 4.6.0 without problems but after installing 4.6.2 the monitor do not show any info.By running "sensor" from konsole I can see the temperature for both processors so it seems to be something related with the kde update
View 9 Replies
View Related
Nov 28, 2010
I'm using default KDE openSUSE 11.3 64 bit In windows I can see the temperature of my HP laptop (cpu I suppose). Is there a facility for viewing that in Linux / openSUSE. Maybe in KDE, maybe in Yast, wherever?
The reason is that my laptop's temperature and fan speed increases slowly when I convert large video files from one format to another and the computer eventually shuts down spontaneously when the temperature becomes critical. I'd like to watch this so I can prevent it. So I need the app.
View 9 Replies
View Related
Apr 13, 2010
I have a notebook with AMD Athlon 64 QL-62 2 cores CPU. Normally the temperature is 50-52 Celsius in idle but with Ubuntu 10.04 beta 2 idle temp is 60 Celsius. /proc/cpuinfo shows both cores on 1GHz which is good but still temp is higher than usual. I tried to find solution using Google but I didn't find anything.
View 1 Replies
View Related
May 3, 2010
If I install Linux Mint 8 or Open Suse , temperature is 48 as windows mostly.If I install any other distro, temperature goes to 80-85 and fan is always On.Ive a laptop dell just bought it, dell studio 15, 4ghz ram dual core etc, a monster for linux but ive this problem, kinda annoying when you wanna have something silent and that doesnt become a furnace.
View 2 Replies
View Related
May 20, 2010
How to control at what temperature the fan comes on and shuts off. I am running Jaunty on a Compaq 610 laptop.
View 4 Replies
View Related