mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2039 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			73 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
=head1 NAME
 | 
						|
 | 
						|
B<rsetboot> - Sets the boot device to be used for BMC-based servers for the next boot only.
 | 
						|
 | 
						|
=head1 SYNOPSIS
 | 
						|
 | 
						|
B<rsetboot> I<noderange> {B<hd>|B<net>|B<cd>|B<default>|B<stat>}
 | 
						|
 | 
						|
B<rsetboot> [B<-h>|B<--help>|B<-v>|B<--version>]
 | 
						|
 | 
						|
 | 
						|
=head1 DESCRIPTION
 | 
						|
 | 
						|
B<rsetboot> sets the boot media that should be used on the next boot of the specified nodes.  After the nodes are
 | 
						|
booted with the specified device (e.g. via L<rpower(1)|rpower.1>), the nodes will return to using the
 | 
						|
default boot device specified in the BIOS.  Currently this command is only supported for IPMI nodes.
 | 
						|
 | 
						|
=head1 OPTIONS
 | 
						|
 | 
						|
=over 7
 | 
						|
 | 
						|
=item B<hd>
 | 
						|
 | 
						|
Boot from the hard disk.
 | 
						|
 | 
						|
=item B<net>
 | 
						|
 | 
						|
Boot over the network, using a PXE or BOOTP broadcast.
 | 
						|
 | 
						|
=item B<cd>
 | 
						|
 | 
						|
Boot from the CD or DVD drive.
 | 
						|
 | 
						|
=item B<def>|B<default>
 | 
						|
 | 
						|
Boot using the default set in BIOS.
 | 
						|
 | 
						|
=item B<stat>
 | 
						|
 | 
						|
Display the current boot setting.
 | 
						|
 | 
						|
=back
 | 
						|
 | 
						|
=head1 EXAMPLES
 | 
						|
 | 
						|
=over 3
 | 
						|
 | 
						|
=item 1.
 | 
						|
 | 
						|
Set nodes 1 and 3 to boot from the network on the next boot:
 | 
						|
 | 
						|
 rsetboot node1,node3 net
 | 
						|
 | 
						|
=item 2.
 | 
						|
 | 
						|
Display the next-boot value for nodes 14-56 and 70-203:
 | 
						|
 | 
						|
 rsetboot node[14-56],node[70-203] stat
 | 
						|
 | 
						|
=item 3.
 | 
						|
 | 
						|
Restore the next-boot value for these nodes back to their default set in the BIOS:
 | 
						|
 | 
						|
 rsetboot node1,node3,node[14-56],node[70-203] default
 | 
						|
 | 
						|
=back
 | 
						|
 | 
						|
 | 
						|
=head1 SEE ALSO
 | 
						|
 | 
						|
L<rbootseq(1)|rbootseq.1>
 |