From a8be5f2049ce24a66455a9a65b738b638eaf6814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Fri, 7 Jan 2022 19:35:26 +0100 Subject: wiki/dell-r710: Fix usage of ipmitool --- src/w/dell-r710.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/w/dell-r710.md b/src/w/dell-r710.md index fcd0ae7..80c2070 100644 --- a/src/w/dell-r710.md +++ b/src/w/dell-r710.md @@ -15,6 +15,6 @@ installed: 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 +$ ipmitool -H ${host_ip} raw 0x30 0x30 0x01 0x00 +$ ipmitool -H ${host_ip} raw 0x30 0x30 0x02 0xff 0x0 ``` -- cgit v1.2.3