Operating System - Linux
1752754 Members
4737 Online
108789 Solutions
New Discussion юеВ

How to check firmware version on DL380 server?

 
nataris
Advisor

How to check firmware version on DL380 server?

I would like to know firmware version of mainboard, fiber card and any hardware component.

Anyone know utility to use.

Thanks for your help
6 REPLIES 6
Wolf_12
Occasional Advisor

Re: How to check firmware version on DL380 server?

Hi,

try this:

/opt/hp/hpdiags/hpdiags -t >/tmp/hpdiags.txt

search for "Firmware"

prerequisite:

PSP: 8.25
OS: Linux

Kind Regards, Michael
Steven E. Protter
Exalted Contributor

Re: How to check firmware version on DL380 server?

Shalom,

If you have installed PSP, the insight web interface also has information on firmware.

http://hostname:2381 or maybe 2301

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hakki Aydin Ucar
Honored Contributor

Re: How to check firmware version on DL380 server?

it depends which flavor of Unix you use on Proliant , for example my customer use RedHat Enterprise and following commands are useful:

dmesg | grep -i cpu

More useful:
cat /proc/version
cat /proc/cpuinfo
cat /proc/meminfo

(Check in under directory /proc to find more..)

Very useful one:
dmidecode

And recommend you to visit to find more and more at the address:
http://bhami.com/rosetta.html
Hakki Aydin Ucar
Honored Contributor

Re: How to check firmware version on DL380 server?

Nataris,


If you are satisfied with the answers you have received it would be appreciated if you would assign points:

http://forums11.itrc.hp.com/service/forums/helptips.do?#28
Robert Sch├╝ttler
Occasional Collector

Re: How to check firmware version on DL380 server?

You can also try using "dmi-decode". For example:

dmidecode -s bios-version
dmidecode -s bios-release-date
dmidecode -s system-product-name
dmidecode -s system-serial-number

etc. Depending on what it is that you want to find out, this works fine.
kvelayutham
Advisor

Re: How to check firmware version on DL380 server?

to check SCSI or FC HBA firmware and bios version, use the command:

#cat /proc/scsi//

- substitute this field with FC HBA's driver name like qla2x00 or lpfc or mptspi

- substitute this field with port number on the FC HBA like 0,1, etc..