Unsolved
This post is more than 5 years old
8 Posts
0
226686
September 26th, 2013 05:00
How to set bios boot order via racadm ?
Hi,
I'm trying to boot a default VFLASH partition every time the server boots.
get bios biosbootSettings bootseq
shows
BootSeq=Optical.vFlash.IPXE-1,HardDisk.List.1-1,NIC.Integrated.1-1-1,Disk.vFlash.IPXE2-1
but
set bios biosbootSettings bootseq BootSeq=Optical.vFlash.IPXE-1,HardDisk.List.1-1,NIC.Integrated.1-1-1,Disk.vFlash.IPXE2-1
returns
ERROR: BOOT016: Input source argument value for the boot device is incorrect or
not found among the boot devices on the system.
Can't find anything documenting how to configure this, other than using the idrac with
config -g cfgVFlashPartition -i 1 -o cfgVFlashPartitionattachState 1
and
racadm config -g cfgserverinfo -o cfgServerbootOnce 0
but on every reboot the bootonce parameter is reset to 1
Regards
Kristoffer
0 events found


DELL-Shine K
6 Operator
•
3K Posts
0
September 26th, 2013 11:00
I am seeing couple of error on the command. Can you try thi
racadm set BIOS BiosBootSettings.bootseq Optical.vFlash.IPXE-1,HardDisk.List.1-1,NIC.Integrated.1-1-1,Disk.vFlash.IPXE2-1
Kristoffer Egef
8 Posts
0
September 27th, 2013 02:00
It seems that the issue is that sometimes it works, some times it does not - whitespace issue maybe...
racadm>>set BIOS BiosBootSettings.bootseq Optical.vFlash.IPXE-1
racadm set BIOS BiosBootSettings.bootseq Optical.vFlash.IPXE-1
ERROR: RAC0909 : Invalid subcommand syntax. Specify the object name.
and then all of a sudden:
racadm>>set BIOS.BiosBootSettings.bootseq Optical.vFlash.IPXE-1
racadm set BIOS.BiosBootSettings.bootseq Optical.vFlash.IPXE-1
[Key=BIOS.Setup.1-1#BiosBootSettings]
RAC1017: Successfully modified the object value and the change is in
pending state.
To apply modified value, create a configuration job and reboot
the system. To create the commit and reboot jobs, use "jobqueue"
command. For more information about the "jobqueue" command, see RACADM
help.
I'm not sure why but now it works on all servers - it must have been a whitespace issue.
On one server at least, sometimes the VFLASH are not available from the bios via USC - after reboot and going to BIOS via F2, VFLASH is back both via USC and F2
Thanks