From ad1c0fcfb374ee2a21c63454b99483cbc1472ac7 Mon Sep 17 00:00:00 2001 From: jet777 Date: Tue, 8 Jun 2010 13:02:56 +0000 Subject: [PATCH] defect 3011593 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6382 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/toolscenter.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/toolscenter.pm b/xCAT-server/lib/xcat/plugins/toolscenter.pm index 6ea7623b3..ddaab4c80 100644 --- a/xCAT-server/lib/xcat/plugins/toolscenter.pm +++ b/xCAT-server/lib/xcat/plugins/toolscenter.pm @@ -225,11 +225,11 @@ sub mknetboot print $menush "#!/bin/sh -x\n"; print $menush 'LOG_PATH=/bomc/${hostname}',"\n"; print $menush 'mkdir -p $LOG_PATH',"\n"; - print $menush 'ERROR_FILE=/bomc/${hostname}/error.log',"\n"; + print $menush 'ERROR_FILE=/bomc/${hostname}/bomc.error',"\n"; print $menush 'LOG_FILE=/bomc/${hostname}/bomc.log',"\n"; print $menush '${UXSPI_BINARY_PATH} update --unattended --firmware -l ${UXSPI_BOOTABLE} --timeout=${UXSPI_TIMEOUT} >${LOG_FILE} 2>${ERROR_FILE}'."\n"; print $menush 'DIR=`dirname $0`'."\n"; - print $menush 'ERROR_FILE=/bomc/${hostname}/asu_error.log',"\n"; + print $menush 'ERROR_FILE=/bomc/${hostname}/asu.error',"\n"; print $menush 'LOG_FILE=/bomc/${hostname}/asu.log',"\n"; print $menush 'if [ ${cmos_file} != "" ]; then',"\n"; print $menush " $asu",' batch ${cmos_file} >${LOG_FILE} 2>${ERROR_FILE}', "\n"; @@ -273,7 +273,7 @@ ENDOFAWK if (/^exit 0/) { #the exit line, hijack this print $menush 'DIR=`dirname $0`'."\n"; print $menush 'mkdir -p $LOG_PATH',"\n"; - print $menush 'ERROR_FILE=/bomc/${hostname}/asu_error.log',"\n"; + print $menush 'ERROR_FILE=/bomc/${hostname}/asu.error',"\n"; print $menush 'LOG_FILE=/bomc/${hostname}/asu.log',"\n"; print $menush 'if [ ${cmos_file} != "" ]; then',"\n"; print $menush " $asu",' batch ${cmos_file} >${LOG_FILE} 2>${ERROR_FILE}', "\n";