From 5ae7b488a7b11a8c15ec27135479ca953d619417 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 27 May 2009 06:48:49 +0000 Subject: [PATCH] fixed the bug 2788745, deteting the redundant and misleading prompt git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3452 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index 5d253d2b9..ce4455def 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -679,7 +679,7 @@ sub rflash { xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); push(@value,[$hmc,$rsp->{data}->[0]]); push(@value,[$hmc,"Failed to copy $tmp_file $rpm_file_list $xml_file_list to $hmc"]); - push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh connections"]); + #push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh connections"]); push (@value, [$hmc,"Failed to upgrade the firmware of $mtms_t on $hmc"]); return(\@value); } @@ -715,7 +715,7 @@ sub rflash { xCAT::MsgUtils->message("S", $rsp, $::CALLBACK, 1); dpush(\@value,[$hmc,"failed to run xCAT::DSHCLI->runDsh_api()"]); push(@value,[$hmc,$rsp->{data}->[0]]); - push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh connections"]); + #push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh connections"]); #push (@value, [$hmc,"Failed to run the upgrade command \"rflash\" on $hmc"]); push (@value, [$hmc,"Failed to upgrade the firmware of $mtms_t on $hmc"]); return(\@value);