1847079 Members
4966 Online
110262 Solutions
New Discussion

Re: firmware version

 
SOLVED
Go to solution
Peter Gillis
Super Advisor

firmware version

Hi,
UX11.00
How can I easily find the firmware version we are running?
Easy points...
thanks heaps
Maria
7 REPLIES 7
Peter Gillis
Super Advisor

Re: firmware version

Hi,
Really easy for you... I found it.
run STM and get info log for the CPU device number;
or reboot and stop auto boot feature, info menu, then FV...
See ya
Maria
Sanjay Kumar Suri
Honored Contributor
Solution

Re: firmware version

Check if the following works:

grep "PDC Version" /var/tombstones/ts99

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Steven E. Protter
Exalted Contributor

Re: firmware version

I would use cstm.

Or I would boot the box. It shows up on boot a few seconds before the kernel load.

My output from previous posts command:

nada, zilch....

Wonder what the trick is. I checked on a D320 which is kinda old.

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
Michael Tully
Honored Contributor

Re: firmware version

Hi Maria,

One of the easiest ways is to use cstm from piped input. Saves roaming around inside the application itself.

# echo "selclass qualifier cpu;info;wait;infolog" | cstm (CPU output)

# echo "selclass type DLT;info;wait;infolog" | cstm (DLT drives)

(I think I got the syntax right, not near a system right now.)

Cheers
Michael
Anyone for a Mutiny ?
Robert-Jan Goossens
Honored Contributor

Re: firmware version

And this one from the command line.

# /usr/sbin/diag/contrib/pdcinfo

Regards,
Robert-Jan
Geoff Wild
Honored Contributor

Re: firmware version

Robert-Jan has it - run it like this for no banner:

/usr/sbin/diag/contrib/pdcinfo -no_banner


Other is via cstm:
To check firmware (PDC Firmware Revision needs to be at 41.02 or higher for 11i - if not - book HP to update.):

server1:/ >/usr/sbin/cstm
Running Command File (/usr/sbin/stm/ui/config/.stmrc).

-- Information --
Support Tools Manager


Version A.38.00

Product Number B4708AA

(C) Copyright Hewlett Packard Co. 1995-2002
All Rights Reserved

Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.

cstm>scl type proc
cstm>info
cstm>il
-- Converting multiple raw log files to text. --
Preparing the Information Tool Log for each selected device...

.... server1 : 192.168.2.101 ....

-- Information Tool Log for CPU on path 33 --

Log creation time: Mon Jul 7 09:06:42 2003

Hardware path: 33


Product ID: CPU Module Type: 0
Hardware Model: 0x5cc Software Model: 0x4
Hardware Revision: 0 Software Revision: 0
Hardware ID: 0 Software ID: 601329313
Boot ID: 0x2 Software Option: 0x91
Processor Number: 0 Path: 33
Hard Physical Address: 0xfffffffffed21000 Soft Physical Address: 0

Slot Number: 8 Software Capability: 0x100000f0
PDC Firmware Revision: 40.25 IODC Revision: 0
Instruction Cache [Kbyte]: 512 Processor Speed: N/A
Processor State: N/A
Monarch: Yes Active: Yes
Data Cache [Kbyte]: 1024
Instruction TLB [entry]: 160 Processor Chip Revisions: 2.3
Data TLB Size [entry]: 160 2nd Level Cache Size:[KB] N/A
Serial Number: 0


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Fabio Ettore
Honored Contributor

Re: firmware version

Hi Maria,

I prefer by STM (as Geoff and Michael suggested):

# cstm
cstm>map
cstm>sel dev
cstm>infolog

and look for PDC firmware revision.

Or in one command:

# echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep PDC


HTH.

Best regards,
Ettore
WISH? IMPROVEMENT!