Operating System - HP-UX
1831349 Members
2862 Online
110024 Solutions
New Discussion

determine serial # of cpu

 
Colin Jensen
Occasional Advisor

determine serial # of cpu

Is there a way to determine what the serial # of a cpu is for a HP9000/K360 machine, other than removing the cpu? Was wondering if this information was stored somewhere on the system.
7 REPLIES 7
RAC_1
Honored Contributor

Re: determine serial # of cpu

echo "selclass qualifier cpu;info;wait;infolog"|cstm will give all details about cpu.

You need to have STM(support tools Manager) installed for this.
There is no substitute to HARDWORK
harry d brown jr
Honored Contributor

Re: determine serial # of cpu

I was thinking stm, cstm or xstm but they don't appear to show the CPU's serial number, so I guess the answer would be no? Shouldn't HP have this information?

live free or die
harry
Live Free or Die
S.K. Chan
Honored Contributor

Re: determine serial # of cpu

Not on a K class machine. The serial number information somehow is not there in STM. On the newer machines like the Ns and Ls you can get the CPU's serial number with STM.
harry d brown jr
Honored Contributor

Re: determine serial # of cpu

Anil,

There's no CPU serial # there.

live free or die
harry
Live Free or Die
Jose Mosquera
Honored Contributor

Re: determine serial # of cpu

Hi,

Use xstm (Xwindows)
select CPU
select menu tool -> information -> Run

- or -

Download sysinfo from HP Porting Centre:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sysinfo-3.3.1/

Rgds
MANOJ SRIVASTAVA
Honored Contributor

Re: determine serial # of cpu

No CPU serial no from the cstm / stm etc , , I think the best bet would be to call HP and take the CPU out and read the no .


Manoj Srivastava
Colin Jensen
Occasional Advisor

Re: determine serial # of cpu

I had previously looked in the STM prior to this post, to no avail. The echo command in this thread also showed a n/a for the cpu's. I physically looked at the CPU's for this information. Thanks to everyone who replied.