From 743df92e446462838cac116399280d1390db29d1 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 18 Sep 2017 14:15:45 -0400 Subject: [PATCH] Treat 5104-22C as a ESS Boston node for rflash command --- xCAT-server/lib/xcat/plugins/ipmi.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 923aad072..5bf64ea70 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1991,10 +1991,10 @@ sub do_firmware_update { } # For IBM Power S822LC for Big Data (Supermicro) machines such as - # P9 Boston (9006-22C, 9006-12) or P8 Briggs (8001-22C) + # P9 Boston (9006-22C, 9006-12C, 5104-22C) or P8 Briggs (8001-22C) # firmware update is done using pUpdate utility expected to be in the # specified data directory along with the update files .bin for BMC or .pnor for Host - if ($output =~ /8001-22C|9006-22C|9006-12C/) { + if ($output =~ /8001-22C|9006-22C|5104-22C|9006-12C/) { # Verify valid data directory was specified unless ($pUpdate_directory) { $exit_with_error_func->($sessdata->{node}, $callback,