- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- ML 110 HEAT SENSORS and lm-sensors
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
Forums
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
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
тАО10-30-2006 09:53 AM
тАО10-30-2006 09:53 AM
ML 110 HEAT SENSORS and lm-sensors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2006 09:43 AM
тАО11-02-2006 09:43 AM
Re: ML 110 HEAT SENSORS and lm-sensors
This is what "sensors" gives me:
stan:/proc:# sensors
smsc47b397-isa-0a80
Adapter: ISA adapter
temp1: +47 C
temp2: +26 C
temp3: +27 C
temp4: +0 C
fan1: 1866 RPM
fan2: 82 RPM
fan3: 82 RPM
fan4: 2570 RPM
I have kernel 2.6.16.2 and these settings turned on in Device Drivers --> Hardware Monitoring Support: SMSC LPC47B397-NC.
I figured that out by looking closely on what is printed on different chips on motherboard :) Then I found a website of lm-sensors which suggested what module to use for a particular chip.
It looks like both temperatures and fan speeds are reported correctly. If your HDD supports it, you can monitor also it's temperature using S.M.A.R.T. (command cmartctl, package smartmontools on debian, not sure how it is in ubuntu).
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2007 03:47 AM
тАО02-04-2007 03:47 AM
Re: ML 110 HEAT SENSORS and lm-sensors
Also, there are problems getting the smart values on SATA disk on ML110G3, but this command work great in SCSI disk:
smartctl -a /dev/sda | grep Temp
HTH
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2007 04:00 AM
тАО02-04-2007 04:00 AM
Re: ML 110 HEAT SENSORS and lm-sensors
I have no problems with SATA drives, just use "smartctl -d ata -a /dev/sda" to get full report of first SATA drive. The "-d" switch tells the program that it should use ATA commands (and not SCSI as the device sda might suggest).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2007 02:14 AM
тАО04-09-2007 02:14 AM
Re: ML 110 HEAT SENSORS and lm-sensors
your answer about:
smartctl -d ata -a /dev/sda
should be put on top of the FAQ !!!
You saved my day!
I was looking for this solutions since 3 years ago, I was thinking it was not posible!