From 5651808cae86d67b2214a31fb280dad644eaf47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 5 Jan 2022 22:27:34 +0100 Subject: wiki: Scaffold entries for X220 and R710 --- src/w/dell-r710.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/w/dell-r710.md') diff --git a/src/w/dell-r710.md b/src/w/dell-r710.md index e69de29..fcd0ae7 100644 --- a/src/w/dell-r710.md +++ b/src/w/dell-r710.md @@ -0,0 +1,20 @@ +title: dell r710 + +## internal ssd + +It is possible to add an additional hard drive or ssd in the chassis. An +optical drive adapter to ssd can be used, or the disk can be manually +installed: + +- Install the ssd in the DVD bay/DVD blank. +- Plug the ssd to the second SATA port in the motherboard. +- Boot to the BIOS and enable the second SATA port to boot on it. + +## quiet fans + +Disable the automatic fan speed, and slows them down to the minimum. + +``` +$ ipmitool -h ${host} ipmi_cmd raw 0x30 0x30 0x01 0x00 +$ ipmitool -h ${host} ipmi_cmd raw 0x30 0x30 0x02 0xff 0x0 +``` -- cgit v1.2.3