remove -I option

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2010-08-12 14:26:48 +00:00
parent c7721d058a
commit cf0d1c0092

View File

@ -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]> B<[-f]> [B<-I>|B<--iscsiboot>] 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>]
@ -23,8 +23,6 @@ B<-F> Force reboot the system no matter what state the node is. By def
B<-f> Force immediate shutdown of the partition.
B<-I> Make rnetboot do a iscsi dump on AIX.
B<-m> Use one or multiple -m flags to specify the node attributes and the expected status for the node installation monitor
ing and automatic retry mechanism. The operators ==, !=, =~ and !~ are valid. This flag must be used with -t flag.