diff options
Diffstat (limited to 'src/w/dell-r710.md')
-rw-r--r-- | src/w/dell-r710.md | 20 |
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 +``` |