HewlettPackard / python-redfish-utility

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

Enhancement: multisave command should continue to save when components are not found #46

Closed callanac closed 1 year ago

callanac commented 2 years ago

The command I'm running at the moment is:

ilorest.exe save --filename=%4 --multisave Chassis.,ManagerNetwork,TaskCollection,Drive.,EthernetInterface.,Storage.,Bios.,ManagerNetworkProtocol.,Volume.,Processor.,SoftwareInventory.,Memory.,HpeSmartStorageHostBusAdapter.,HpeSmartStorageDiskDrive.,ComputerSystem.

Result:

Saving configuration...
Unable to locate instance for managernetworkprotocol

It would be helpful if the command would continue running in spite of not finding the managernetworkprotocol, saving the file without this component.

sahanaramavana commented 2 years ago

Hi @callanac ,

Fix has been added in code and will be part of the next release of iloRest tool 3.6.0.0.

Thanks & Regards, iLORest Team

rajeevkallur commented 1 year ago

Feature working with latest ilorest tool