1833011 Members
2989 Online
110048 Solutions
New Discussion

PA-RISC

 
Manuales
Super Advisor

PA-RISC

Hi
how can i see if the processor of the server than i have is PA-RISC or not?


Thanks in advance.
Daniela.
7 REPLIES 7
Tim Nelson
Honored Contributor

Re: PA-RISC

uname -m

if it does not say ia then it is rp

or

model
if it does not say rx then it is rp



Pete Randall
Outstanding Contributor

Re: PA-RISC

See your other question. I would use the model command. "rp" = PA-RISC / "rx" = IA (Itanium).


Pete

Pete
Steven Schweda
Honored Contributor
d_bachelor01
Frequent Advisor

Re: PA-RISC

If your output is similar to this, its a PA-RISC
#uname -a
HP-UX hostname B.11.23 U 9000/800 2432934297 unlimited-user license

# model
9000/800/rp4440


This one is for itanium

#uname -a
HP-UX hostname B.11.23 U ia64 3519346248 unlimited-user license

# model
ia64 hp server rx2620

You can also use print_manifest command.


Regards,
-jef
Torsten.
Acclaimed Contributor

Re: PA-RISC

If the question is related to your other thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1186894

you have an old PA-RISC based system - a K-CLASS.

$ model
9000/899/K570

The CPU is probably a PA-8200 PA-RISC version 2.0 64-bit (now ~10 years old).

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!   
Matti_Kurkela
Honored Contributor

Re: PA-RISC

If the output of the "model" command displays anything that starts with "9000/7nn" or "9000/8nn" (where n = any number), the machine is a PA-RISC machine.

Furthermore, the 9000/7nn models are PA-RISC "workstation" models and 9000/8nn models are PA-RISC "servers", although sometimes workstation-type hardware was sold to be used as a low-end server or server-type hardware as a heavy-duty workstation.

MK
MK