aboutsummaryrefslogtreecommitdiffstats
path: root/src/w/dell-r710.md
blob: 80c20700be93f6d877656df180c5fab1a5380a19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_ip} raw 0x30 0x30 0x01 0x00
$ ipmitool -H ${host_ip} raw 0x30 0x30 0x02 0xff 0x0
```
remember that computers suck.