From fbb196448804326e89535cbe6bae83261c6786af Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 3 May 2012 05:55:44 +0000 Subject: [PATCH] Add the BSR support for Power Linux nodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12492 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../IBMhpc/pe/pe-1200.rhels6.ppc64.otherpkgs.pkglist | 2 +- xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1200 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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