2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Remove trailing spaces in file xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 21c0f96d73
commit 2ed8da4ebb

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
#
# Sample script to accept license and install LoadLeveler resmgr package
@ -13,7 +13,7 @@
# Change the owner of these directories (modify "loadl_admin" and
# "loadl_group" if not using loadl:loadl)
# If run from genimage, copy in /etc/LoadL.cfg from MN into image
#
#
OS=`uname`
@ -81,16 +81,16 @@ fi
# Create LoadLeveler Directories:
# For stateless nodes, these directories need to be created in the image
# since they will be in memory only, and will be lost on node reboot.
# You may choose to modify this approach and use a more
# persistent location.
# For statelite, make sure the directory is writable;
# this will also be a memory-only copy of the files unless you set
# the directory "persistent" in the statelite table.
# since they will be in memory only, and will be lost on node reboot.
# You may choose to modify this approach and use a more
# persistent location.
# For statelite, make sure the directory is writable;
# this will also be a memory-only copy of the files unless you set
# the directory "persistent" in the statelite table.
if [ $NODESETSTATE != "genimage" ]; then
# running as a postscript in a full-disk install or AIX diskless install
installroot=""
fi
fi
mkdir -p $installroot$logdir/execute
mkdir -p $installroot$logdir/spool
mkdir -p $installroot$logdir/log
@ -111,7 +111,7 @@ chown -R $loadl_admin:$loadl_group $installroot$logdir/
#fi
# UNCOMMENT to Start loadleveler during postscripts
# UNCOMMENT to Start loadleveler during postscripts
#if [ $NODESETSTATE != "genimage" ]; then
# /usr/lpp/LoadL/resmgr/full/bin/llrctl start
#fi