=============================================================================== Readme file for: IBM Platform LSF for SAS Product/Component Release: LSF 10.1 Update name: Fix 600371 Fix ID: LSF-10.1-build 600371 APAR: P104196 Publication date: 25 May 2021 Last modified: 25 May 2021 This update fixes the following problem: Failed to upgrade LSF for SAS from 10.1.0.3 to 10.1.0.9. =============================================================================== ========================= CONTENTS ========================= 1. Abbreviations 2. About IBM Platform LSF for SAS 3. Supported operating systems 4. Products or components affected 5. Installation and Configuration 6. Copyright ========================= 1. Abbreviations ========================= N/A ========================= 2. About IBM Platform LSF for SAS ========================= The IBM Platform LSF ("LSF", short for load sharing facility) software is industry-leading enterprise-class software that distributes work across existing heterogeneous IT resources creating a shared, scalable, and fault-tolerant infrastructure, delivering faster, more reliable workload performance while reducing cost. LSF balances load and allocates resources, while providing access to those resources. ========================= 3. Supported operating systems ========================= aix-64 hpuxia64 sparc-sol10-64 x86-64-sol10 ========================= 4. Products or components affected ========================= Affected components include: - None ========================= 5. Installation and Configuration ========================= 1) Download the LSF 10.1 installation package. 2) Go to the downloaded installation package and extract it. 3) Change to directory lsf10.1_lsfinstall/. 4) Edit the lsf10.1_lsfinstall/patchlib/commonlib.sh file. Change 'EGO_PADMIN_GROUP=`id -g $EGO_PADMIN`' to the following: OS_TYPE=`uname -s` if [ "$OS_TYPE" = "SunOS" ]; then EGO_PADMIN_GROUP=`id $EGO_PADMIN |$AWK ' { print $2 } ' | sed -e 's/[^=]*=\([^=]*\)(.*/\1/'` else EGO_PADMIN_GROUP=`id -g $EGO_PADMIN` fi Note: the step is required for sparc-sol10-64, x86-64-sol10 platform. 5) Follow the instructions in the lsf_upgrade_unix.pdf file to upgrade LSF. ========================= 6. Copyright ========================= ©Copyright IBM Corporation 2021 U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. IBM®, the IBM logo and ibm.com®, are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.