All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: "linux-parisc@vger.kernel.org" <linux-parisc@vger.kernel.org>
Cc: pannonmage <pannonmage@googlemail.com>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: Board & CPU temperature of C8000 workstation with IPMI
Date: Fri, 14 Oct 2016 15:30:54 +0200	[thread overview]
Message-ID: <5800DE0E.80809@gmx.de> (raw)
In-Reply-To: <57FFB7C1.1040809@gmx.de>

Hi all,

I was asked about how to remotely find out the board/CPU temperature
of a HP C8000 workstation. Here is the way I found on Debian Linux:

Instruct the kernel to load the IPMI modules:
 modprobe ipmi_si
 modprobe ipmi_devintf

You need to have the "ipmitool" installed:
 apt-get install ipmitool

Then, you can run "ipmitool sdr" to get quite some information:
root@savaria:/# ipmitool sdr
Chassis Intrus   | 0x01              | ok
Chassis Open     | 0x00              | ok
Security         | Not Readable      | ns
Power Button     | 0x01              | ok
Power Button     | 0x00              | ok
Clear CMOS Jmpr  | 0x00              | ok
Safe Mode Jmpr   | 0x00              | ok
Clr Passwd Jmpr  | 0x00              | ok
Rsvd Jmpr        | Not Readable      | ns
Rsvd2 Jmpr       | Not Readable      | ns
Watchdog Timer   | Not Readable      | ns
Cooling 2 (CPU)  | 0x01              | ok
Cooling 3 (Mem)  | 0x01              | ok
Cooling 4 (Disk) | 0x01              | ok
Wake-on-LAN      | Not Readable      | ns
Missing Device   | Not Readable      | ns
Power Supply     | 0x01              | ok
Power Control    | 0x01              | ok
Pwr Pod 0 Fault  | 0x00              | ok
Pwr Pod 1 Fault  | Not Readable      | ns
Battery Voltage  | 0x00              | ok
Over-Voltage     | 0x00              | ok
Power Good       | 0x00              | ok
Ambient Temp     | 24 degrees C      | ok
Processor 0 Temp | 86 degrees C      | ok
Processor 1 Temp | no reading        | ns
Chassis Fan Tach | disabled          | ns
CPU0 Fan Tach    | disabled          | ns
CPU1 Fan Tach    | disabled          | ns
Memory Fan Tach  | disabled          | ns
Disk Fan Tach    | disabled          | ns
Chassis Fan      | 0x00              | ok
CPU0 Fan         | 0x00              | ok
CPU1 Fan         | 0x00              | ok
Memory Fan       | 0x00              | ok
Disk Fan         | 0x00              | ok
ACPI State       | 0x01              | ok
TOC Interrupt    | 0x00              | ok
SDR Time Set     | 0x00              | ok
SEL Time Set     | 0x00              | ok
Intrnl Watchdog  | Not Readable      | ns


Another temperature information can be gathered from the 
built-in SATA/SCSI drives:

Install smartmontools:
 apt-get install smartmontools

Get drive information:
 smartctl --all /dev/sda | grep -i temp
Temperature Warning:  Enabled
Current Drive Temperature:     44 C
Drive Trip Temperature:        68 C


Any other ideas ?
Additionally I wonder if it's possible to get more information filled in
for IPMI on C8000 machines. E.g. is it possible on HP-UX to remotely turn
the machine on and off ?

Helge

       reply	other threads:[~2016-10-14 13:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <xfk3dgbwtml2ipflw4qteta4.1476373659232@email.android.com>
     [not found] ` <CAL2AjcemWWonjOWNa+X+2Qsewfzohp0C4pFjh8CmAk2UbbC=-A@mail.gmail.com>
     [not found]   ` <57FFB7C1.1040809@gmx.de>
2016-10-14 13:30     ` Helge Deller [this message]
2016-10-14 13:51       ` Board & CPU temperature of C8000 workstation with IPMI John David Anglin
2016-10-14 23:30         ` John David Anglin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5800DE0E.80809@gmx.de \
    --to=deller@gmx.de \
    --cc=linux-parisc@vger.kernel.org \
    --cc=pannonmage@googlemail.com \
    --cc=tsbogend@alpha.franken.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.