- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Detect CPU temperature
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2005 01:41 PM
тАО03-17-2005 01:41 PM
Does anyone has the experience which tool support detect CPU temperature on Linux 4.0 ?
Thanks ..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2005 06:34 PM
тАО03-17-2005 06:34 PM
Re: Detect CPU temperature
http://www.techiekb.com/~drew/rpms/
i could use them on 6.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2005 01:28 AM
тАО03-18-2005 01:28 AM
Re: Detect CPU temperature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2005 05:26 AM
тАО03-18-2005 05:26 AM
Re: Detect CPU temperature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2005 10:50 PM
тАО03-18-2005 10:50 PM
SolutionOn most system (RedHat,fedora,Suse ) you should have a service called lm_sensors this will tell you about various temperatures if you have the right kind of chip(s)/board(s).
If your distribution includes lm_sensors have a look at
man sensors
man sensors-detect
and try (your distribution may put this in a diff location)
/usr/bin/sensors -h
/usr/sbin/sensors-detect -h
you should also find some more informations in /usr/share/doc/lm-sensors*
Hope this helps
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2005 02:59 PM
тАО03-20-2005 02:59 PM
Re: Detect CPU temperature
hplog - hp ProLiant Integrated Management Logging (IML) utility
Here is an example:
( hplog -t = print the current thermal sensor data)
# hplog -t
ID TYPE LOCATION STATUS CURRENT THRESHOLD
1 Maxim 1617 CPU (1) Nominal 86F/ 30C 154F/ 68C
2 Maxim 1617 CPU (2) Nominal 84F/ 29C 154F/ 68C
3 Maxim 1617 CPU (3) Nominal 82F/ 28C 154F/ 68C
4 Maxim 1617 CPU (4) Nominal 82F/ 28C 154F/ 68C
5 LM75 Sensor Processor Zone Nominal 80F/ 27C 125F/ 52C
6 LM75 Sensor Memory Board Nominal 77F/ 25C 125F/ 52C
7 LM75 Sensor I/O Zone Nominal 69F/ 21C 123F/ 51C
8 Internal PS Pwr. Supply Bay Nominal ---F/---C 149F/ 65C
9 Internal PS Pwr. Supply Bay Nominal ---F/---C 149F/ 65C
I think the HP Insight management agents are now available for HP Itanium servers too. Check hp.com
Regards,
Ross