BladeSystem - General
1825937 Members
2657 Online
109689 Solutions
New Discussion

Emptying ILO 5 Repository for a large number of servers

 
JanvdBoogaard
Advisor

Emptying ILO 5 Repository for a large number of servers

Hello,

We have large number of blade Gen10 and DL Gen10 ,  is there a handy / elegant way to empty the ILO5 repositories that  have lot of old firmware files. ?

Thanks  in advance for suggestions

 

2 REPLIES 2
Kashyap02
HPE Pro

Re: Emptying ILO 5 Repository for a large number of servers

Hello, 

 

Use redfish API to delete the components in the ILO repository.

 

iLO Repository commands (hpe.com)

 

To delete all firmware on the iLO repository run the command and include the --all option.

 

iLOrest > deletecomp --all
I am a HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

JanvdBoogaard
Advisor

Re: Emptying ILO 5 Repository for a large number of servers

Excellent, thanks a lot ! !