248de38a9f
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12997 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
16 lines
600 B
Bash
16 lines
600 B
Bash
#!/bin/sh
|
|
# Sample postscript for HPC software additional configurations
|
|
# AIX:
|
|
# TBD
|
|
#
|
|
# Linux: for statefull (full-disk install) and stateless/statelite nodes
|
|
# For statefull nodes: run as postbootscript as part of IBMhpc.postbootscript.
|
|
# For stateless/statelite nodes: run as postscript, you will need to copy this
|
|
# script to /install/postscripts and specify it to nodes' postscripts attribute.
|
|
#
|
|
|
|
|
|
# BSR configuration on Power 775 cluster. More BSR configuration should be done by
|
|
# PE postinstall in genimage or postbootscript in statefull install
|
|
#chown root:bsr /dev/bsr*
|