Operating System - HP-UX
1833873 Members
1843 Online
110063 Solutions
New Discussion

How to distinguish between ia64 and pa-risc?

 
SOLVED
Go to solution
Estelle Agregado
New Member

How to distinguish between ia64 and pa-risc?

Which command can help me figure out if a machine is ia64 or pa-risc? (Something in the line of uname or getconf for example)

Thanks
Estelle
4 REPLIES 4
Robert_Jewell
Honored Contributor
Solution

Re: How to distinguish between ia64 and pa-risc?

The model command is probably the easiest to decipher. I can tell you that a pa-risc output will have the "9000" designation.

uname -a:
root@hprp4440(lab)# uname -a
HP-UX hprp4440 B.11.23 U 9000/800 2596697767 unlimited-user license

or

model:
root@hprp4440(lab)# model
9000/800/rp4440

However, I do not have an Integrity server to compare the value to :(

HTH
-Bob
----------------
Was this helpful? Like this post by giving me a thumbs up below!
Rodney Hills
Honored Contributor

Re: How to distinguish between ia64 and pa-risc?

Under /usr/bin is "hp-pa", which will return true if machine is a pa-risc.

example-
if /usr/bin/hp-pa then echo "I am parisc" ; else echo "not parisc" ; fi

HTH

-- Rod Hills
There be dragons...
Pete Randall
Outstanding Contributor

Re: How to distinguish between ia64 and pa-risc?

Estelle,

Issue the model command. If the output contains an x(rx7620), it's Itanium, if it's a p(rp7410), it's pa-risc. The older boxes (like N's, L's, etc) were all pa-risc.


Pete

Pete
Betty Fessler
Frequent Advisor

Re: How to distinguish between ia64 and pa-risc?

Our Itanium/intergity machine comes back with ia64 in the uname -a response;

uname -a
HP-UX B.11.23 U ia64