1847009 Members
4589 Online
110258 Solutions
New Discussion

Firware version

 
SOLVED
Go to solution
avizen9
Esteemed Contributor

Firware version

Hi,, can somebody tell me how to check firmware version in hpux 10.20 and 11.xx servers? while servers are up and running,

NOte:- i know when we are rebooting server that time it shows but i dont want to reboot.
13 REPLIES 13
Sajjad Sahir
Honored Contributor

Re: Firware version

getconf KERNEL_BITS
avizen9
Esteemed Contributor

Re: Firware version

HI Thanks,

root@xtester scp/plugins # getconf KERNEL_BITS

getconf KERNEL_BITS: Invalid argument

its giving error invalid argument, any clue?
Jeeshan
Honored Contributor

Re: Firware version

what do u mean about firmware revision?
System or OS?

If you want to check system firmware revision you need to specify the server model.

You can check your firmware revision from MP.

in MP > cm> sysrev
a warrior never quits
Jeeshan
Honored Contributor

Re: Firware version

sajjad, KERNEL_BITS is related to see the 64-bit or 32-bit system
a warrior never quits
Sajjad Sahir
Honored Contributor

Re: Firware version

change u shell
Sajjad Sahir
Honored Contributor

Re: Firware version

he want to know to 32 bit or 64 bit
Ron Irving
Trusted Contributor

Re: Firware version

The latest tombstone will show you the system f/w revistion, (/var/tombstones/ts99.)

Hope this helps!

ron
Should have been an astronaut.
Dennis Handly
Acclaimed Contributor

Re: Firware version

>sajjad: change u shell
he want to know to 32 bit or 64 bit

I'm not sure how these replies have anything to do with avizen9's question about firmware?

KERNEL_BITS is related to hardware (and software for the very few machines and OS versions that support both 32 and 64 bit).
Manoj Sivan
Regular Advisor

Re: Firware version

Hi there,

If you are looking for different components firmware, run sysrev from MP.

if you are looking for system firmware run stm from your login and get the details from information log.

hope this helps

regards

manoj
Torsten.
Acclaimed Contributor

Re: Firware version

I really doubt if a server that runs hp-ux 10.20 has a GSP or even MP.

It would be easier to tell us the server model (run "model") ... best chance is IMHO to use (c)stm and grep for "PDC".

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!   
avizen9
Esteemed Contributor

Re: Firware version


HI i am still not very clear how to check
firmware version in hpux 11 server, i go through the file /var/tombstones/ts99 and found below line in this file.

System Firmware Rev. = 0x0000000000000000^M

is this correct?
any other way to check it?
Torsten.
Acclaimed Contributor
Solution

Re: Firware version

Try if this works:

# echo "selclass qualifier cpu;info;wait;il"|cstm|grep PDC

If you tell your server model it would be easier.

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!   
Torsten.
Acclaimed Contributor

Re: Firware version

Just to clarify:

You searched the PIM section in file /var/tombstones/ts99 - no PIM = no data (all values are "0").
But you can grep even this file for "PDC".

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!