How to install lm_sensors on XenServer

This is tested on Xenserver 6, may also work on other similar OS

1. ssh to server as root

2. type

wget ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.org/fedora/linux/releases/9/Fedora/i386/os/Packages/lm_sensors-3.0.1-5.fc9.i386.rpm

rpm -ivh lm_sensors-3.0.1-5.fc9.i386.rpm

3. run

sensors-detect

and just select YES to all default options

4. to check temp, run

sensors

Esta resposta lhe foi útil?

 Imprimir este Artigo

Veja também

How to restore all data from old drive to a new drive on a cpanel server

You basically ssh to server as root and look for your old/original drive via command fdisk -l...

How to create KVM template

Creating KVM Templates Overview From version 1.13.00 a script is supplied on...

How to change cPanel password from command line?

cPanel password of a domain can be changed from command line using cPanel script. Given below are...

How to change hostname of a server

Simply ssh as root and type hostname s1.boxintense.com Then to make it permanent, modify this...

Why my drive is slow

First, check to make sure write cache is enabled. On Centos, you type hdparm -I /dev/sda Then...