57a645b5f8
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
48 lines
634 B
Plaintext
48 lines
634 B
Plaintext
=head1 NAME
|
|
|
|
B<rnetboot> - Will force an unattended network install for a range of nodes.
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
I<rnetboot [-h| --help]>
|
|
|
|
I<rnetboot [-v| --version]>
|
|
|
|
I<rnetboot [-V| --verbose] noderange>
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The rnetboot command will force an unattended network install for a range of nodes.
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
B<-h> Display usage message.
|
|
|
|
B<-v> Command Version.
|
|
|
|
B<-V> Verbose output.
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
0 The command completed successfully.
|
|
|
|
1 An error has occurred.
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
rnetboot 1,3
|
|
rnetboot 14-56,70-203
|
|
rnetboot 1,3,14-56,70-203
|
|
rnetboot all,-129-256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|