diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe-1200.rhels6.ppc64.otherpkgs.pkglist b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe-1200.rhels6.ppc64.otherpkgs.pkglist index cfb12384c..cca7fcd6b 100644 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe-1200.rhels6.ppc64.otherpkgs.pkglist +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe-1200.rhels6.ppc64.otherpkgs.pkglist @@ -1,5 +1,5 @@ pe/src -pe/bsr +pe/libbsr #ENV:IBM_PPE_RTE_LICENSE_ACCEPT=yes# pe/ppe_rte_license* diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1200 b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1200 index c6d18d359..5c9790e4d 100644 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1200 +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1200 @@ -87,3 +87,12 @@ if [ "$OS" != "AIX" ]; then chroot $installroot $gen_xlf fi fi + + +# BSR configuration for Power Linux nodes +if [ "$OS" != "AIX" ]; then + chroot $installroot groupadd bsr + chroot $installroot mkdir -p /var/lib/bsr + chroot $installroot chown root:bsr /var/lib/bsr + chroot $installroot chmod g+sw /var/lib/bsr +fi