From c0deadd4f6704281d1748cdbcada163f8772037b Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 2 May 2012 07:53:35 +0000 Subject: [PATCH] Added top level files for compute.sles11.x86_64 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12462 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../xcat/IBMhpc/compute.sles11.x86_64.exlist | 3 + .../compute.sles11.x86_64.otherpkgs.pkglist | 3 + .../xcat/IBMhpc/compute.sles11.x86_64.pkglist | 2 + .../IBMhpc/compute.sles11.x86_64.postinstall | 65 +++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.exlist create mode 100644 xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.otherpkgs.pkglist create mode 100644 xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.pkglist create mode 100644 xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.postinstall diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.exlist b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.exlist new file mode 100644 index 000000000..02de289b8 --- /dev/null +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.exlist @@ -0,0 +1,3 @@ +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.sles11.x86_64.exlist# +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/gpfs/gpfs.exlist# +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe.exlist# diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.otherpkgs.pkglist b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.otherpkgs.pkglist new file mode 100644 index 000000000..a89726c45 --- /dev/null +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.otherpkgs.pkglist @@ -0,0 +1,3 @@ +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/gpfs/gpfs.x86_64.otherpkgs.pkglist# +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe-1200.sles11.x86_64.otherpkgs.pkglist# +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/loadl/loadl.otherpkgs.pkglist# diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.pkglist b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.pkglist new file mode 100644 index 000000000..c92adfe12 --- /dev/null +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.pkglist @@ -0,0 +1,2 @@ +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.sles11.x86_64.pkglist# +#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe-1200.x86_64.pkglist# diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.postinstall new file mode 100644 index 000000000..0e4ede8cb --- /dev/null +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.x86_64.postinstall @@ -0,0 +1,65 @@ +#!/bin/sh +# Sample postinstall script for building a diskless SLES11 PPC64 image +# with all IBM HPC products +# +#-- this script is run after all packages from $profile.pkglist are installed +#-- +#-- it gets these arguments: +#-- +#-- $1 = install root (chroot directory for profile) +#-- $2 = OS version +#-- $3 = architecture +#-- $4 = profile name +#-- $5 = work dir (where genimage is located) +#-- +#-- +installroot=$1 +osver=$2 +arch=$3 +profile=$4 +workdir=$5 + +otherpkgs=/install/post/otherpkgs/$osver/$arch + +################ +# This script runs other postinstall scripts from the $hpc directory +# If you have created a custom copy of ANY of these scripts, +# make sure to change the execution path from $hpc/ to the location +# you have placed your script in +############### +hpc=/opt/xcat/share/xcat/IBMhpc +custom=/install/custom/netboot/sles +installps=/install/postscripts + +# Run default postinstall shipped with xcat +/opt/xcat/share/xcat/netboot/sles/compute.sles11.postinstall $1 $2 $3 $4 $5 + + +# Run general IBMhpc postinstall script +$hpc/IBMhpc.sles.postinstall $1 $2 $3 $4 $5 + + +# Run script to install gpfs updates +installroot=$installroot NODESETSTATE=genimage $hpc/gpfs/gpfs_updates +# Run script to update GPFS mmsdrfs file in the image +installroot=$installroot $hpc/gpfs/gpfs_mmsdrfs + + +# Run script to accept compiler license. x86_64 is using gcc, comment this line. +#installroot=$installroot NODESETSTATE=genimage $hpc/compilers/compilers_license + + +# Run script to install PE and accept license +installroot=$installroot pedir=$otherpkgs/pe NODESETSTATE=genimage $hpc/pe/pe_install-1200 + + +# Run script to install ESSL and PESSL rpms. Not available on x86_64. +#installroot=$installroot essldir=$otherpkgs/essl NODESETSTATE=genimage $hpc/essl/essl_install + + +# Run script to accept LoadLeveler license, install product rpms, +# and do some config +installroot=$installroot loadldir=$otherpkgs/loadl NODESETSTATE=genimage $hpc/loadl/loadl_install + +# Run script to install RSCT rpms. Not available on x86_64 +#installroot=$installroot rsctdir=$otherpkgs/rsct NODESETSTATE=genimage $hpc/rsct/rsct_install