mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| =head1 NAME
 | |
| 
 | |
| B<setupiscsidev> - creates a LUN for a node to boot up with, using iSCSI
 | |
| 
 | |
| =head1 SYNOPSIS
 | |
| 
 | |
| B<setupiscsidev> [B<-s|--size>] I<noderange>
 | |
| 
 | |
| B<setupiscsidev> [B<-h|--help|-v|--version>]
 | |
| 
 | |
| 
 | |
| =head1 DESCRIPTION
 | |
| 
 | |
| The B<setupiscsidev> command will create a LUN on the management node (or service node) for each node
 | |
| specified.  The LUN device can then be used by the node as an iSCSI device so the node can boot diskless,
 | |
| stateful.
 | |
| 
 | |
| 
 | |
| =head1 OPTIONS
 | |
| 
 | |
| =over 10
 | |
| 
 | |
| =item B<-s|--size>
 | |
| 
 | |
| The size of the LUN that should be created.  Default is 4096.
 | |
| 
 | |
| =item B<-v|--version>
 | |
| 
 | |
| Display version.
 | |
| 
 | |
| =item B<-h|--help>
 | |
| 
 | |
| Display usage message.
 | |
| 
 | |
| =back
 | |
| 
 | |
| 
 | |
| =head1 RETURN VALUE
 | |
| 
 | |
| =over 2
 | |
| 
 | |
| =item 0. 
 | |
| The command completed successfully.
 | |
| 
 | |
| =item 1. 
 | |
| An error has occurred.
 | |
| 
 | |
| =back
 | |
| 
 | |
| =head1 SEE ALSO
 | |
| 
 | |
| L<nodeset(8)|nodeset.8>
 | |
| 
 |