doc update for rnetboot that will not reboot the system if node is in boot state
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3903 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e08beffb10
commit
cac2e54596
@ -4,7 +4,7 @@ B<rnetboot> - Cause the range of nodes to boot to network.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<rnetboot> [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-f]> I<noderange> [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount]
|
||||
B<rnetboot> [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-F]> B<[-f]> I<noderange> [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount]
|
||||
|
||||
B<rnetboot> [B<-h>|B<--help>] [B<-v>|B<--version>]
|
||||
|
||||
@ -19,6 +19,8 @@ system p nodes.
|
||||
|
||||
B<-s> Set the boot device order. Accepted boot devices are hd and net.
|
||||
|
||||
B<-F> Force reboot the system no matter what state the node is. By default, rnetboot will not reboot the node if node is in 'boot' state.
|
||||
|
||||
B<-f> Force immediate shutdown of the partition.
|
||||
|
||||
B<-m> Use one or multiple -m flags to specify the node attributes and the expected status for the node installation monitor
|
||||
|
Loading…
Reference in New Issue
Block a user