mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			17 lines
		
	
	
		
			591 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			591 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 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*
 |