sample SLES pkglist, postinstall, and litefile files for IB
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5546 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7e68619239
commit
5b4e8e9933
18
xCAT-server/share/xcat/ib/netboot/sles/ib.pkglist
Normal file
18
xCAT-server/share/xcat/ib/netboot/sles/ib.pkglist
Normal file
@ -0,0 +1,18 @@
|
||||
# List of packages required for Infiniband support
|
||||
libehca-rdmav2
|
||||
libehca-rdmav2-32bit
|
||||
libgomp43-32bit
|
||||
libibcm
|
||||
libibcm-32bit
|
||||
libibcommon1
|
||||
libibcommon1-32bit
|
||||
libibmad1
|
||||
libibmad1-32bit
|
||||
libibumad1
|
||||
libibumad1-32bit
|
||||
libibverbs
|
||||
libibverbs-32bit
|
||||
libmthca-rdmav2
|
||||
libmthca-rdmav2-32bit
|
||||
ofed
|
||||
|
16
xCAT-server/share/xcat/ib/netboot/sles/ib.postinstall
Executable file
16
xCAT-server/share/xcat/ib/netboot/sles/ib.postinstall
Executable file
@ -0,0 +1,16 @@
|
||||
# Sample script for diskless image changes for IB support
|
||||
# Invoke this script from your
|
||||
# /install/custom/netboot/<os>/<arch>/<profile>.postinstall script as:
|
||||
# /opt/xcat/share/xcat/ib/sles/ib.postinstall $1
|
||||
#
|
||||
installroot=$1
|
||||
cd $installroot/usr/lib
|
||||
ln -s libibverbs.so.1.0.0 libibverbs.so
|
||||
cd $installroot/usr/lib64
|
||||
ln -s libibverbs.so.1.0.0 libibverbs.so
|
||||
|
||||
/usr/bin/sed -i 's/SDP_LOAD=yes/SDP_LOAD=no/g' $installroot/etc/infiniband/openi
|
||||
b.conf
|
||||
/usr/bin/sed -i 's/MLX4_EN_LOAD=yes/MLX4_EN_LOAD=no/g' $installroot/etc/infiniba
|
||||
nd/openib.conf
|
||||
|
3
xCAT-server/share/xcat/ib/netboot/sles/statelite.csv
Normal file
3
xCAT-server/share/xcat/ib/netboot/sles/statelite.csv
Normal file
@ -0,0 +1,3 @@
|
||||
#image,file,options,comments,disable
|
||||
"ALL","/etc/modprobe.conf.local",,"for IB",
|
||||
"ALL","/etc/infiniband/openib.conf",,"for IB",
|
|
Loading…
Reference in New Issue
Block a user