I'm using iDRAC9 (v5.10.10.00) on PowerEdge R750.
get storage.physicalDisk
shows it has a disk AHCI.SL.6-1
:
racadm>> get storage.physicalDisk
Storage.physicalDisk.1 [Key=Disk.Bay.0:Enclosure.Internal.0-1#PhysicalDisk]
Storage.physicalDisk.2 [Key=Disk.Bay.1:Enclosure.Internal.0-1#PhysicalDisk]
Storage.physicalDisk.3 [Key=Disk.Direct.0-0:AHCI.SL.6-1#PhysicalDisk]
But AHCI.SL.6-1
cannot be recognized when setting UefiBootSeq
:
racadm>> set BIOS.UefiBootSettings.UefiBootSeq AHCI.SL.6-1
ERROR: BOOT016: Input source argument value for the boot device is incorrect or
not found among the boot devices on the system.
Instead I must use AHCI.SL.6-2
:
racadm>> set BIOS.UefiBootSettings.UefiBootSeq AHCI.SL.6-2
[Key=BIOS.Setup.1-1#UefiBootSettings]
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.
So how can I get the "correct" disk ID AHCI.SL.6-2
with racadm commands?