HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
187 stars 92 forks source link

Volume creation fails "Unable to locate instance for volume. " #150

Closed alexbarta closed 9 months ago

alexbarta commented 1 year ago

Hi

I have trying to figure out the right syntax createvolume command. Currently w/ iLO 6 v1.30:

createvolume volume Raid1  Slot=14:Port=2:Box=3:Bay=4,Slot=14:Port=2:Box=3:Bay=8 --storageid=DE00C000 --controller=0
Unable to locate instance for volume. 

whatever you put into drive_indices positional argument results in the same error.

rajeevkallur commented 1 year ago

Command should be as below:

createvolume volume Raid1 2:3:4,2:3:8 --storageid=DE00C000 --controller=0 Unable to locate instance for volume.

Please try again with latest ilorest 4.5.0 and let us know.

rajeevkallur commented 9 months ago

Closed.