Hi,
We automate deployments. We are creating logical volumes through iLOREST.
On the "exact" same XL450 models we see controllers in a different order
[1] Slot 0, [2] Slot 2, [3] Slot 1, [4] Slot 0b
or
[1] Slot 2, [2] Slot 0, [3] Slot 1, [4] Slot 0b
To create logical drives, we use
createlogicaldrive customdrive Raid1 1,2 --name=OS --capacityGiB=-1 --accelerator-type=None --controller=1
What is the syntax to address the controller via "Slot x" rather than controller number?
Thanks and Regards
Greetings!
The controller in the syntax can be labelled/addressed using only controller number. Please find the user guide mentioned below
https://hewlettpackard.github.io/python-redfish-utility/#smart-arrary-commands
We could not find a syntax to address controller by name, rather than numbering.
We adapted the code.
Okay @Manu