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@1980 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			50 lines
		
	
	
		
			851 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			851 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| =head1 NAME
 | |
| 
 | |
| B<rnetboot> - Cause the range of nodes to boot to network.
 | |
| 
 | |
| =head1 SYNOPSIS
 | |
| 
 | |
| B<rnetboot> [B<-V>|B<--verbose>] B<[-f]> I<noderange>
 | |
| 
 | |
| B<rnetboot> [B<-h>|B<--help>] [B<-v>|B<--version>]
 | |
| 
 | |
| 
 | |
| =head1 DESCRIPTION
 | |
| 
 | |
| The rnetboot command will do what is necessary to make each type of node in the given noderange
 | |
| boot from the network.  This is usually used to boot the nodes stateless or to network install
 | |
| system p nodes.
 | |
| 
 | |
| =head1 OPTIONS
 | |
| 
 | |
| B<-f>          Force immediate shutdown of the partition.
 | |
| 
 | |
| B<-V>          Verbose output.
 | |
| 
 | |
| B<-h>          Display usage message.
 | |
| 
 | |
| B<-v>          Command Version.
 | |
| 
 | |
| 
 | |
| =head1 RETURN VALUE
 | |
| 
 | |
| 0 The command completed successfully.
 | |
| 
 | |
| 1 An error has occurred.
 | |
| 
 | |
| 
 | |
| =head1 EXAMPLES
 | |
| 
 | |
| B<rnetboot 1,3>
 | |
| 
 | |
| B<rnetboot 14-56,70-203>
 | |
| 
 | |
| B<rnetboot 1,3,14-56,70-203>
 | |
| 
 | |
| B<rnetboot all,-129-256>
 | |
| 
 | |
| 
 | |
| =head1 SEE ALSO
 | |
| 
 | |
| L<nodeset(8)|nodeset.8>
 |