=head1 Name B - Begin OS provision on a noderange =head1 B B [B<-O>|B<--osimage>] [B<-c>|B<--console>] [I] =head1 B B is a convenience command that will change tables as requested for operating system version, profile, and architecture, call B to modify the network boot configuration, call B net to set the next boot over network (only support nodes with "nodetype.mgt=ipmi", for other nodes, make sure the correct boot order has been set before B), and B to begin a boot cycle. If [B<-O>|B<--osimage>] is specified or nodetype.provmethod=B is set, provision the noderange with the osimage specified/configured, ignore the table change options if specified. If -c is specified, it will then run rcons on the node. This is allowed only if one node in the noderange. If need consoles on multiple nodes , see L. =head1 B =over 7 =item B<-h>|B<--help> Display usage message. =item B<-v>|B<--version> Display version. =item B<-O>|B<--osimage> Specifies the osimage to provision. =item B<-c>|B<--console> Requests that rinstall runs rcons once the provision starts. This will only work if there is only one node in the noderange. See L for starting nsoles on multiple nodes. =back =head1 B =over 2 =item 1. Provision nodes 1 through 20, using their current configuration. rinstall node1-node20 =item 2. Provision nodes 1 through 20 with the osimage rhels6.4-ppc64-netboot-compute. rinstall node1-node20 -O rhels6.4-ppc64-netboot-compute =item 3. Provision node1 and start a console to monitor the process. rinstall node1 -c =back =head1 B B L, L, L