Is it possible to check the temperature of the CPU and locally attached SATA/IDE HDDs under XenServer 5.6? Can I install lm-sensors?
Asked
Active
Viewed 8,953 times
4
-
1+1 As I run XenServer on high-end desktop, not a "real" server, IPMI/BMC or ILO are completely out of the question. – Hubert Kario Oct 12 '10 at 18:34
3 Answers
1
You might be able to use smartmontools for that. If those hard drives are in a RAID array, you may be able to pick up the SMART data through the controller. Be sure to check the "-d" option in the smartctl man page.

majorhayden
- 576
- 3
- 5
1
smartmontools will do the job. It is however not trivial to install on XenServer. Here is a tutorial: http://www.schirmacher.de/display/INFO/Install+smartmontools+on+Citrix+XenServer .

Arne Schirmacher
- 31
- 1
-
2I'm assuming that this is only an answer to the "hdd" part of the question. Is there a solution for checking CPU temperature? – Nanne May 15 '11 at 14:49