ProLiant Servers (ML,DL,SL)
1747986 Members
4737 Online
108756 Solutions
New Discussion юеВ

Re: Confussion around System Rom version

 
yaro137
Advisor

Confussion around System Rom version

I'm looking in iLO System Information > Firmware. There is a System ROM Firmware Version listed there e.g. P70 07/01/2015. However, when receiving Critical Alert for your Servers email I see alerts for System ROM version 2.50. The only mention of 2.50 I see in iLO next to iLO firmware version so how to understand that?

5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: Confussion around System Rom version

system ROM - still called BIOS often - version 07/01/15 is probably something like a DL380 Gen8, version 2.50 (maybe 2.52 now) is a DL380 Gen9.

ILO 4 current version is still 2.55.

To be more specific, what server do you have?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
yaro137
Advisor

Re: Confussion around System Rom version

I have DL380 G7,8,9. Mind the Adisory notifications regarding Proliant servers don't mention the BIOS date but version. Could the version number, if not visible in iLO, perhaps be extracted with HPiLO Powershell commandlets?

GokulKS
HPE Pro

Re: Confussion around System Rom version

Hi,

You can get all firmware verison infromation from iLO cmdlets using below cmdlet. BIOS FW verison always contain date information in it. Don't know are you looking for fw version information or anything else.

$out = Get-HPiLOFirmwareInfo -Server 192.168.1.2 -Username admin -Password admin123 -DisableCertificateAuthentication -Verbose

PS C:\Windows\system32> $out.FirmwareInfo | ft

FIRMWARE_NAME FIRMWARE_VERSION Index
------------- ---------------- -----
iLO 5 1.20 Oct 23 2017 1
System ROM I41 v1.20 (07/01/2017) 2
Redundant System ROM I41 v1.20 (07/01/2017) 3
Intelligent Platform Abstraction Data 1.32.0 Build 10 4
Power Management Controller Firmware 0.8.0 5
Power Management Controller FW Bootloader 1.0 6
System Programmable Logic Device 0x1E 7
Server Platform Services (SPS) Firmware 4.0.3.176 8
HPE Smart Storage Battery 1 Firmware 1.3 9
ME SPI Descriptor 1.1 0 10
Innovation Engine (IE) Firmware 0.1.0.19 11
Embedded Video Controller 2.5 12
HP FlexFabric 10Gb 2-port 536FLB Adapter 7.13.29 13
HPE P254br 0.01-560 14


I am a HPE Employee

Accept or Kudo

yaro137
Advisor

Re: Confussion around System Rom version

That's interesting. I see iLO 5 displays somewhat diferenet info than the same commendlet is giving me for a DL380 G8 iLO 4 I only see P70 and the date with no mention on version number. For G9 however it mentions version number, here 2.42 so possibly for G8s it was just not available.

Torsten.
Acclaimed Contributor

Re: Confussion around System Rom version

for gen8 the date is the version.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!