Operating System - HP-UX
1754375 Members
3204 Online
108813 Solutions
New Discussion юеВ

L2000 How can i tell if it is a PA-RISC or Itanium machine

 
SOLVED
Go to solution
whiteSox
Frequent Advisor

L2000 How can i tell if it is a PA-RISC or Itanium machine


Hello,

the uname -a and the model command does not tel me that is there a way to find out if the machine is PA-RISC or ITANIUM working remotely .What command will tel me that ..
Thanks
8 REPLIES 8
melvyn burnard
Honored Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

L-class machines are ALL PA-RISC
uname -a will tell you the OS version, if it is below 11.23 it is cannot be an Itanium based server
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

Hi,

Try
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

in above example PA_Risc.

Regards,
Robert-Jan
Steven E. Protter
Exalted Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

You ask ITRC.

PA-RISC.

Will run 11i v1 11i v2 and when released 11i v3 (probably).

64 bit btw.

Rule of thumb: rp series are PA-RISC
rx series are Itanium

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Rick Garland
Honored Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

If the "uname -a" returns a pattern "ia-64" then you have an Itanium system. If using the model command, the system model will being with "rx"
Example, rx4640

L class is definitely a PA-RISC.
Torsten.
Acclaimed Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

If you have a L2000 you can be sure to have a PA-RISC system.

In all other cases run "model".
If the command returns something like

ia64 hp server rx4640

the "ia64" stands for an Itanium or better Integrity machine.

Anyway, if you see an "x" in the name, this means Integrity, a "p" means PA-RISC, e.g.

rx4640 - Integrity
rp4440 - PA-RISC

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!   
rick jones
Honored Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

Actually uname -m would be sufficient - that will return _just_ ia64 and none of the other stuff.

The uname -m command on a PA-RISC system (well, one from HP anyway) will have "9000" in the output.

Strictly speaking 11.22 and 11.20 were Itanium-only releases, so the release _could_ be below 11.23 and be Itanium. Of course, those two releases are quite obsolete today :)

It is correct to say that anything that says 11.11 or lower is PA-RISC
there is no rest for the wicked yet the virtuous have no pillows
Sandman!
Honored Contributor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

Hi,

Lookup your server's model in the "/usr/sam/lib/mo/sched.models" file to determine whether it belongs to the PA-RISC or Itanium family.

~cheers
whiteSox
Frequent Advisor

Re: L2000 How can i tell if it is a PA-RISC or Itanium machine

Thanks All for your reply the command below will do the job Thank you All .
Try
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

Thanks