HP XC System Software Administration Guide Version 3.1
NOTE: Be sure to use the appropriate disk drive device name for the disk1 and disk2 parameters.
For example, for IDE disks, the values could be /dev/hda and /dev/hdb, respectively.
2. Adjust the boot order:
# /tmp/post-install/50all.bootorder.pl
NOTE: If this file was deleted from the client, you can find it on the head node in
/var/lib/systemimager/post-install/50all.bootorder.pl file.
For CP4000 Systems
You need to update the boot order using the GRand Unified Bootloader, also known as grub.
Enter a command like the following. If you do not use IDE disks /dev/hda and /dev/hdb for your boot
disk, you need to adjust this command.
# grub --no-floppy --no-curses <<EOF
root(hd0,0)
setup(hd0)
device(hd0)/dev/hdb
root(hd0,0)
setup(hd0)
EOF
In this example, the first instance of root and setup apply to the first disk; /dev/hda and the second
instance of root and setup apply to the second disk, /dev/hdb.
For CP4000 Systems 249