mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			586 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			586 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| # Sample postscript for HPC software additional configurations
 | |
| # AIX:
 | |
| #     TBD
 | |
| #
 | |
| # Linux: for stateful (full-disk install) and stateless/statelite nodes
 | |
| #     For stateful 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 stateful install
 | |
| #chown root:bsr /dev/bsr*
 |