diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index ae697acd5..2fbf82c0b 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1110,7 +1110,7 @@ sub power_with_context { } my %argmap = ( #english to ipmi dictionary "on" => 1, - "off" => 2, + "off" => 0, "softoff" => 5, "reset" => 3, "nmi" => 4