2008-01-08 15:57:51 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot> - Cause the range of nodes to boot to network.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot> [B<-V>|B<--verbose>] I<noderange>
|
2008-02-15 18:30:47 +00:00
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot> [B<-h>|B<--help>] [B<-v>|B<--version>]
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
The rnetboot command will do what is necessary to make each type of node in the given noderange
|
|
|
|
boot from the network. This is usually used to boot the nodes stateless or to network install
|
|
|
|
system p nodes.
|
2008-02-15 18:30:47 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<-V> Verbose output.
|
2008-02-15 18:30:47 +00:00
|
|
|
|
|
|
|
B<-h> Display usage message.
|
|
|
|
|
|
|
|
B<-v> Command Version.
|
|
|
|
|
|
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
|
|
|
|
0 The command completed successfully.
|
|
|
|
|
|
|
|
1 An error has occurred.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot 1,3>
|
2008-02-15 18:30:47 +00:00
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot 14-56,70-203>
|
2008-03-05 16:25:43 +00:00
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot 1,3,14-56,70-203>
|
2008-03-19 17:57:24 +00:00
|
|
|
|
2008-04-02 21:42:29 +00:00
|
|
|
B<rnetboot all,-129-256>
|