meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:server:dellr720 [2024/11/12 12:14] – niziak | hw:server:dellr720 [2025/12/11 08:52] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Dell PowerEdge R720 ====== | ====== Dell PowerEdge R720 ====== | ||
| + | [[https:// | ||
| + | |||
| + | * MB: | ||
| + | * Intel C602 Chipset | ||
| + | * Manufacturer: | ||
| + | * 2 x LGA2011 socket | ||
| + | * MAX CPU Xeon E5-2697v2 12 core @ 2.7GHz (30MB cache) | ||
| + | * CPU: | ||
| + | * 2 x Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz (max speed 3.4GHz) 8C/16T IvyBridge based (20MB cache) | ||
| * LSI SAS2 MPT Controller SAS2308 (PCI ID 0x2: | * LSI SAS2 MPT Controller SAS2308 (PCI ID 0x2: | ||
| * mpt2sas_cm0: | * mpt2sas_cm0: | ||
| + | * BIOS Information | ||
| + | * Vendor: Dell Inc. | ||
| + | * Version: 2.9.0 | ||
| + | * Release Date: 12/06/2019 | ||
| + | |||
| + | |||
| ===== boot speedup ===== | ===== boot speedup ===== | ||
| Line 42: | Line 57: | ||
| * Enable checkmark in column '' | * Enable checkmark in column '' | ||
| * test remote syslog using '' | * test remote syslog using '' | ||
| + | |||
| + | |||
| + | ===== ENERGY_PERF_BIAS ===== | ||
| + | |||
| + | Despite of BIOS setting to '' | ||
| + | |||
| + | <code bash> | ||
| + | kernel: ENERGY_PERF_BIAS: | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | The EPB MSR (ENERGY_PERF_BIAS Machine Specific Register) is a feature of some Intel CPUs. It can be set to a value from 0-15 to tell the CPU (microcode) whether it should prefer performance (0) over powersave (15) power management. | ||
| + | Intel has observed that on many systems after the hardware platform firmware (BIOS/UEFI) finishes initialization, | ||
| + | |||
| + | ENERGY_PERF_BIAS: | ||
| + | * 0 - performance (140W) | ||
| + | * 3 - (140W) | ||
| + | * 4 - balance-performance (126W) | ||
| + | * 6 - normal (126W) | ||
| + | * 8 - balance-power | ||
| + | * 15 - power (max power saving) (126W) | ||
| + | |||
| + | <code bash> | ||
| + | apt instal linux-cpupower | ||
| + | |||
| + | # x86_energy_perf_policy | ||
| + | cpu0: EPB 6 | ||
| + | cpu1: EPB 6 | ||
| + | ... | ||
| + | cpu30: EPB 6 | ||
| + | cpu31: EPB 6 | ||
| + | |||
| + | # x86_energy_perf_policy balance-performance | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | ipmitool sensor reading 'Pwr Consumption' | ||
| + | </ | ||