From b1946e3f5c2781469bbf71bca3fec94eec55d544 Mon Sep 17 00:00:00 2001 From: jjhua Date: Mon, 28 Nov 2011 10:16:43 +0000 Subject: [PATCH] add the message before starting rflash: If you use Direct FSP/BPA management(DFM) to do the firmware update, You can find the log files in the /var/log/xcatd/dfm/rflash/. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11053 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index 99d55c6e9..55020ea06 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -50,7 +50,6 @@ sub parse_args { my $cmd = $request->{command}; my $args = $request->{arg}; - ############################################# # Change CEC/Frame node into FSPs/BPAs ############################################# @@ -209,7 +208,7 @@ sub parse_args { return(usage()); } - $request->{callback}->({data =>[ "It may take considerable time to complete, depending on the number of systems being updated. In particular, power subsystem updates may take an hour or more if there are many attached managed systems. Please waiting."]}); + $request->{callback}->({data =>[ "It may take considerable time to complete, depending on the number of systems being updated. In particular, power subsystem updates may take an hour or more if there are many attached managed systems. Please waiting. If you use Direct FSP/BPA management(DFM) to do the firmware update, You can find the log files in the /var/log/xcatd/dfm/rflash/."]}); #################################### # No operands - add command name