HewlettPackard / python-redfish-utility

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

iloreset rpm does not install on FIPS enabled system #91

Closed ScottEmeryHPE closed 8 months ago

ScottEmeryHPE commented 9 months ago

The ilorest rpm does not install when FIPS mode is enabled on a system. On the surface the rpm is not installing because it lacks a sha256 hash. Please build the ilorest rpm so that it can be installed on a system with FIPS mode enabled.

rajeevkallur commented 8 months ago

Please use --nodigest and --nofiledigest during rpm install

Eg: rpm -ivh --nodigest --nofiledigest ilorest*.rpm