Operating System - HP-UX
1836519 Members
2291 Online
110101 Solutions
New Discussion

Quick Way to Tell What Processor we are using?

 
SOLVED
Go to solution
Laurie A. Krumrey
Regular Advisor

Quick Way to Tell What Processor we are using?

Hi Techies,

Is there a quick way to tell what RA RISC
processor I have?

I have several systems and I just wanted to
know if there is a command, like uname -a to
get info.

My models: B160L
K260
N4000
K260
K360
L2000
D390
D270
K100

I know the dmesg commands gives a lot of
info. How can I also tell the amount of
memory? PA RISC 1.1 or 2?

Thank You (you guys are a great help to me)
Laurie
Happiness is a choice
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: Quick Way to Tell What Processor we are using?

Laurie:

One way is this:

# grep `model|awk -F/ '{print $3}` /usr/sam/lib/mo/sched.models

...will return the PA RISC levels and model you seek.

SAM's cumulative patch provides the file above so this works well on 10.20 as well as 11.0

Regards!

...JRF...
Patrick Wallek
Honored Contributor

Re: Quick Way to Tell What Processor we are using?

Here is a link to a thread with several options, including the one James posted above.

http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x977edfe5920fd5118fef0090279cd0f9,00.html
Insu Kim
Honored Contributor

Re: Quick Way to Tell What Processor we are using?

I put a simple shell script at attachment that you might get some help.

Best regards,


Never say "no" first.
James R. Ferguson
Acclaimed Contributor

Re: Quick Way to Tell What Processor we are using?

Laurie:

If you are running 11.0 the latest patch for .supported_bits is PHCO_20894.

...JRF...
paul courry
Honored Contributor

Re: Quick Way to Tell What Processor we are using?

Partial info

B160L PA7300LC 160Mhz
D270 PA8000 160
D390 PA8200 240
K100 sorry! 100
K260 PA8000 180
K360 PA8200 200
L2000 PA8500 360 or 440
N4000 PA8500 360 or 440

or look for a file called sched.models
paul courry
Honored Contributor

Re: Quick Way to Tell What Processor we are using?

PA-RISC information 1.0 1.1 or 2.0 is available by searching this website. I came across several documents covering this topic in detail for all systems.

One is noted here:

http://us-support.external.hp.com/cki/bin/doc.pl/sid=751e31c6167e7b083b/screen=ckiDisplayDocument?docId=200000053928456

It contains the name of the file which contains the info (sched.models) and a small program to query the machine directly.