From fa05990afa47f15521d6005eaf90c6576665a158 Mon Sep 17 00:00:00 2001 From: mellor Date: Thu, 8 Apr 2010 17:59:50 +0000 Subject: [PATCH] HPC Integration -- only install LL resmgr on nodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5718 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install b/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install index 66b502ac4..7ac6620c0 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install @@ -32,7 +32,7 @@ if [ $OS != "AIX" ]; then download_dir=`echo $LOADL_DIR | cut -d '/' -f3-` wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 -nH --cut-dirs=3 ftp://$SITEMASTER/$download_dir/*.rpm 2> /tmp/wget.log rpm -Uvh LoadL-resmgr-full-license*.rpm - $linux_loadl_license_script -y -d . + $linux_loadl_license_script -c resmgr -y -d . rm -Rf /tmp/loadl mkdir /dev/cpuset mount -t cpuset none /dev/cpuset @@ -47,7 +47,7 @@ if [ $OS != "AIX" ]; then # The license rpm should already be installed, but just in case... rpm --root $installroot -Uvh $installroot/$tmpdir/LoadL-full-license*.rpm chroot $installroot mount -t proc none /proc - chroot $installroot $linux_loadl_license_script -y -d /$tmpdir + chroot $installroot $linux_loadl_license_script -c resmgr -y -d /$tmpdir umount -l $installroot/proc rm -rf $installroot/$tmpdir fi