From f6f5f91370a3c4e1b94b87ce46b057b46a00794a Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Sat, 19 Oct 2024 17:58:39 -0500 Subject: [PATCH] Update Hardware/Dell/remote_fan_spindown.sh --- Hardware/Dell/remote_fan_spindown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware/Dell/remote_fan_spindown.sh b/Hardware/Dell/remote_fan_spindown.sh index 2caebfb..2d9c68f 100644 --- a/Hardware/Dell/remote_fan_spindown.sh +++ b/Hardware/Dell/remote_fan_spindown.sh @@ -1,3 +1,3 @@ -ipmitool raw 0x30 0x30 0x01 0x00 +ipmitool -I lanplus -H 10.0.100.15 -U root -P $PASS raw 0x30 0x30 0x01 0x00 sleep 5 -ipmitool raw 0x30 0x30 0x02 0xff 0x18 \ No newline at end of file +ipmitool -I lanplus -H 10.0.100.15 -U root -P $PASS raw 0x30 0x30 0x02 0xff 0x18 \ No newline at end of file