From dd35306f0d79c7a439f966857b7b43797995ce5a Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 28 Nov 2017 22:10:16 -0500 Subject: [PATCH] Improve the message to help Admin figure out where the file is missing --- xCAT-server/lib/xcat/plugins/openbmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index bb5c591b0..069ff0877 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -1365,7 +1365,7 @@ sub parse_command_status { } # Verify file exists and is readable unless (-r $::UPLOAD_FILE) { - xCAT::SvrUtils::sendmsg([1,"Cannot access $::UPLOAD_FILE"], $callback); + xCAT::SvrUtils::sendmsg([1,"Cannot access $::UPLOAD_FILE. Check the management node and/or service nodes."], $callback); return 1; } if ($activate) {