BladeSystem - General
1752794 Members
6529 Online
108789 Solutions
New Discussion

Re: How do I identify the Revision of the Power Management Controller Firmware

 
ccooley
Occasional Advisor

Re: How do I identify the Revision of the Power Management Controller Firmware

Some observations:

If OA 2.51 and ILO 1.77 show unknown "Power Management Controller Version" You might need to remove and re-insert the blade. (or you can SSH to the OA and run 'reset server x' which will cut power to blade x for a second or 2.)

To power reset all blades from a MS Command prompt (c:\for /L %i in (1,1,16) do plink.exe OANAME -l OAuser -pw "password" reset server %i)

A handy way to update the ILOs is to put the .bin file on an HTTP share, and run this command:

(plink.exe OANAME -l OAuser -pw "password" update ilo all http://server/ilofirmware/ilo2_177.bin)