HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
85 stars 41 forks source link

ILOREST How add ISCSI BOOT Attempts #17

Closed DietzCJ closed 2 years ago

DietzCJ commented 5 years ago

iscsiconfig --add [1] iscsiconfig --add [2] iscsiconfig --add [3] iscsiconfig --add [4] It will only add 3 and 4. "Failed to add NIC. All NICs have already been configured." I know I can add them manually, then Iscsiconfig --list -f c:\output.txt Then modify, but how can you create them programmatically ?

Yergidy commented 5 years ago

You can only have 4 attempts, so if you have any attempts already on the system before running those commands it will fail when it has filled up all attempts.

Currently the only way to modify an iscsi boot attempt is to modify the output file. The current programmatic way would be to open the file and modify it in a script.

We are open to making this command easier to use without a file in the future.

sahanaramavana commented 2 years ago

Hi @Yergidy ,

iscsiconfig --add 1 iscsiconfig --add 2 iscsiconfig --add 3 iscsiconfig --add 4

we are able to add all ports and if we need to add again , we can remove and add them back again. We are able to do same in our environment .

Kindly check with our latest released version which is iLORest 3.3.0 .

Thanks & Regards, iLORest