From a1c44b58703994dd45da7dff983e437b9320e28f Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 22 Apr 2008 14:14:33 +0000 Subject: [PATCH] Add updateflag.awk to scripts that are run. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1148 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/install/scripts/post.sles | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT-server-2.0/share/xcat/install/scripts/post.sles b/xCAT-server-2.0/share/xcat/install/scripts/post.sles index 55bee93e1..fa56edb43 100644 --- a/xCAT-server-2.0/share/xcat/install/scripts/post.sles +++ b/xCAT-server-2.0/share/xcat/install/scripts/post.sles @@ -53,6 +53,11 @@ echo $HOSTNAME /sbin/portmap export MASTER_IP=#XCATVAR:XCATMASTER# export MASTER_IPS=#XCATVAR:XCATMASTER# +export MASTER="#XCATVAR:XCATMASTER#" + +# +# This script has not yet been updated to work with service nodes +# mkdir -p /xcatpost for i in $(seq 1 20) do @@ -73,6 +78,7 @@ do RAND=$(perl -e 'print int(rand(5)). "\n"') sleep $RAND done +updateflag.awk $MASTER 3002 cd / /xcatpost/#TABLE:nodelist:$NODE:node# umount /xcatpost