2008-01-08 15:57:51 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2008-03-05 16:25:43 +00:00
|
|
|
B<rnetboot> - Will force an unattended network install for a range of nodes.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2008-02-15 18:30:47 +00:00
|
|
|
I<rnetboot [-h| --help]>
|
|
|
|
|
|
|
|
I<rnetboot [-v| --version]>
|
|
|
|
|
|
|
|
I<rnetboot [-V| --verbose] noderange>
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2008-03-19 17:57:24 +00:00
|
|
|
The rnetboot command will force an unattended network install for a range of nodes.
|
2008-02-15 18:30:47 +00:00
|
|
|
|
|
|
|
=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.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
rnetboot 1,3
|
|
|
|
rnetboot 14-56,70-203
|
|
|
|
rnetboot 1,3,14-56,70-203
|
|
|
|
rnetboot all,-129-256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-02-15 18:30:47 +00:00
|
|
|
|
2008-03-05 16:25:43 +00:00
|
|
|
|
2008-03-19 17:57:24 +00:00
|
|
|
|