User Tools

Site Tools


hardware:power_thermal

Get thermal information and power consumption

Starting with latest firmware on Power 8 servers, support was added for Redfish API SV860_103_056 / FW860.30 (06/30/2017)

Support for the Redfish API for power and thermal properties for the chassis. The new URIs are as follows::

https://<fsp ip>/redfish/v1/Chassis/<id>/Power  : Provides fan data
https://<fsp ip>/redfish/v1/Chassis/<id>/Thermal : Provides power supply data

Only the Redfish GET operation is supported for these resources.

Processor informations

Connect to one partition to get charcteristics of CPUs, cores, socket, chip.

Number of Cores into the physical server: here 24 cores active

[root@nim]/root# lparstat -i
...
Type                                       : Shared-SMT-8
....
Maximum Physical CPUs in system            : 24
Active Physical CPUs in system             : 24
Active CPUs in Pool                        : 24
Shared Physical CPUs in system             : 24

Cores frequency: here 3.525 Ghz

[root@nim]/root# lsattr -El proc0
frequency   3525000000     Processor Speed       False
smt_enabled true           Processor SMT enabled False
smt_threads 8              Processor SMT threads False
state       enable         Processor state       False
type        PowerPC_POWER8 Processor type        False

How many cores per socket: Here 2 socket with 12 cores

[root@nim]/root# lscfg -vp | grep -p WAY
      12-WAY PROC CUOD:
        Record Name.................VINI
        Flag Field..................XXPF
        Hardware Location Code......U78C9.001.Wxxxx-P1-C32
        Customer Card ID Number.....54E3
        Serial Number...............YA193xxxxxxx
        FRU Number..................00FX516
        Part Number.................00FX736
        Product Specific.(HE).......0001
        Product Specific.(CT).......00000000
        Product Specific.(HW).......0001
        Product Specific.(B3).......000000000000
        Product Specific.(B4).......00
        Product Specific.(B7).......000000000000000000000000
        Power.......................3500600111008001
        Product Specific.(VZ).......01
        CCIN Extender...............1
        Version.....................ipzSeries
      Physical Location: U78C9.001.Wxxxx-P1-C32

      12-WAY PROC CUOD:
        Record Name.................VINI
        Flag Field..................XXPF
        Hardware Location Code......U78C9.001.Wxxxx-P1-C33
        Customer Card ID Number.....54E3
        Serial Number...............YA193xxxxxxx
        FRU Number..................00FX516
        Part Number.................00FX736
        Product Specific.(HE).......0001
        Product Specific.(CT).......00000000
        Product Specific.(HW).......0001
        Product Specific.(B3).......000000000000
        Product Specific.(B4).......00
        Product Specific.(B7).......000000000000000000000000
        Power.......................3500600111008001
        Product Specific.(VZ).......01
        CCIN Extender...............1
        Version.....................ipzSeries
      Physical Location: U78C9.001.Wxxxx-P1-C33
hardware/power_thermal.txt · Last modified: 2021/01/01 21:24 (external edit)