2008-03-14 20:54:31 +00:00
=head1 NAME
2011-09-09 05:36:59 +00:00
B<rbootseq> - Persistently sets the order of boot devices for BladeCenter blades or PPC LPARs using Direct FSP Management (DFM).
2008-03-14 20:54:31 +00:00
=head1 SYNOPSIS
2011-03-18 06:43:26 +00:00
B<rbootseq> [B<-h>|B<--help>|B<-v>|B<--version>]
=head2 Blade specific:
2008-03-14 20:54:31 +00:00
B<rbootseq> I<noderange> {B<hd0>|B<hd1>|B<hd2>|B<hd3>|B<net>|B<iscsi>|B<iscsicrit>|B<cdrom>|B<usbflash>|B<floppy>|B<none>|B<list>|B<stat>}B<,>I<...>
2013-08-26 15:08:06 +00:00
=head2 HP Blade specific:
B<rbootseq> I<noderange> {B<hd>|B<net1>|B<net2>|B<net3>|B<net4>|B<cdrom>|B<usbflash>|B<floppy>|B<none>}B<,>I<...>
2011-03-18 06:43:26 +00:00
=head2 PPC (using Direct FSP Management) specific:
2008-03-14 20:54:31 +00:00
2011-03-18 06:43:26 +00:00
B<rbootseq> I<noderange> B<[hfi|net]>
2008-03-14 20:54:31 +00:00
=head1 DESCRIPTION
2011-09-09 05:36:59 +00:00
For Blade specific:
2011-03-18 06:43:26 +00:00
2008-08-19 01:29:31 +00:00
B<rbootseq> sets the boot sequence (the order in which boot devices should be tried) for the specified blades.
Up to four different medium/devices can be listed, separated by commas. The boot sequence will remain
in effect for these blades until set differently.
2008-03-14 20:54:31 +00:00
2011-03-18 06:43:26 +00:00
For PPC (using Direct FSP Management) specific:
2013-06-07 14:01:19 +00:00
B<rbootseq> sets the ethernet (net) or hfi device as the first boot device for the specified PPC LPARs.
The B<rbootseq> command requires that the ethernet or hfi mac address is stored in the mac table, and that the network information is correct in the networks table.
2011-03-18 06:43:26 +00:00
2008-03-14 20:54:31 +00:00
=head1 OPTIONS
=over 7
=item B<hd0>|B<harddisk0>|B<hd>|B<harddisk>
The first hard disk.
=item B<hd1>|B<harddisk1>
The second hard disk.
=item B<hd2>|B<harddisk2>
The third hard disk.
=item B<hd3>|B<harddisk3>
The fourth hard disk.
=item B<n>|B<net>|B<network>
2013-06-07 14:01:19 +00:00
Boot over the ethernet network, using a PXE or BOOTP broadcast.
2013-08-26 15:08:06 +00:00
=item B<n>|B<net>|B<network>|B<net1>|B<nic1> (HP Blade Only)
Boot over the first ethernet network, using a PXE or BOOTP broadcast.
=item B<net2>|B<nic2> (HP Blade Only)
Boot over the second ethernet network, using a PXE or BOOTP broadcast.
=item B<net3>|B<nic3> (HP Blade Only)
Boot over the third ethernet network, using a PXE or BOOTP broadcast.
=item B<net3>|B<nic3> (HP Blade Only)
Boot over the fourth ethernet network, using a PXE or BOOTP broadcast.
2013-06-07 14:01:19 +00:00
=item B<hfi>
Boot p775 nodes over the HFI network, using BOOTP broadcast.
2008-03-14 20:54:31 +00:00
=item B<iscsi>
Boot to an iSCSI disk over the network.
=item B<iscsicrit>
??
=item B<cd>|B<cdrom>
The CD or DVD drive.
2013-08-26 15:08:06 +00:00
=item B<usbflash>|B<usb>|B<flash>
2008-03-14 20:54:31 +00:00
A USB flash drive.
=item B<floppy>
The floppy drive.
=item B<none>
If it gets to this part of the sequence, do not boot. Can not be specified 1st, or before any real boot devices.
=item B<list>|B<stat>
Display the current boot sequence.
=back
=head1 EXAMPLES
2008-08-19 01:29:31 +00:00
=over 3
2008-03-14 20:54:31 +00:00
2008-08-19 01:29:31 +00:00
=item 1.
2008-03-14 20:54:31 +00:00
2008-08-19 01:29:31 +00:00
Set blades 14-56 and 70-203 to try to boot first from the CD drive, then the floppy drive, then
the network, and finally from the 1st hard disk:
rbootseq blade[14-56],blade[70-203] c,f,n,hd0
=back
2008-03-14 20:54:31 +00:00
=head1 SEE ALSO
2008-08-02 16:18:07 +00:00
L<rsetboot(1)|rsetboot.1>
2008-03-14 20:54:31 +00:00