aboutsummaryrefslogtreecommitdiffstats
path: root/src/w/dell-r710.md
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-01-05 22:27:34 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-01-06 18:59:11 +0100
commit5651808cae86d67b2214a31fb280dad644eaf47b (patch)
tree6e38924080d1759fa4c4047d89c3076ee4c8696b /src/w/dell-r710.md
parenta140e5fd0d7e9543392be55eca8405f37a265fd4 (diff)
downloadwebsite-5651808cae86d67b2214a31fb280dad644eaf47b.tar.gz
wiki: Scaffold entries for X220 and R710
Diffstat (limited to 'src/w/dell-r710.md')
-rw-r--r--src/w/dell-r710.md20
1 files changed, 20 insertions, 0 deletions
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
+```
remember that computers suck.