NAME

rbootseq - Sets the boot order for BladeCenter blades.


SYNOPSIS

rbootseq noderange {hd0|hd1|hd2|hd3|net|iscsi|iscsicrit|cdrom|usbflash|floppy|none|list|stat},...

rbootseq [-h|--help|-v|--version]


DESCRIPTION

rbootseq sets the boot sequence of the specified blades. Up to four different medium can be listed, separated by commas.


OPTIONS

hd0|harddisk0|hd|harddisk

The first hard disk.

hd1|harddisk1

The second hard disk.

hd2|harddisk2

The third hard disk.

hd3|harddisk3

The fourth hard disk.

n|net|network

Boot over the network, using a PXE or BOOTP broadcast.

iscsi

Boot to an iSCSI disk over the network.

iscsicrit

??

cd|cdrom

The CD or DVD drive.

usbflas|usb|flash

A USB flash drive.

floppy

The floppy drive.

none

If it gets to this part of the sequence, do not boot. Can not be specified 1st, or before any real boot devices.

list|stat

Display the current boot sequence.


EXAMPLES

  rbootseq 1,3 c,f,n,hd0
  rbootseq 14-56,70-203 c,f,n,hd0
  rbootseq 1,3,14-56,70-203 c,f,n,hd0
  rbootseq all,-129-256 c,f,n,hd0


SEE ALSO

rsetboot(1)


AUTHOR

Egan Ford <egan@us.ibm.com>