Operating System - HP-UX
1826164 Members
4175 Online
109691 Solutions
New Discussion

how to know the architecture of hpux 11.23 ia64

 
SOLVED
Go to solution
satishmarigoudar
Occasional Advisor

how to know the architecture of hpux 11.23 ia64

Hi,
Could anybody please let me know, how to find the architecture of hp-ux 11.23 ia 64 EOE?.
The uname -a shows
HP-UX khp002a B.11.23 U ia64 3154351895 unlimited-user license

and the command model shows
ia64 hp server rx7640.
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: how to know the architecture of hpux 11.23 ia64

What exactly do you want to find? What do mean "how to find the architecture....?"

Anything with IA or ia64 is an Itanium Architecture server.

You can also tell by the model.

All current Itanium server models start with 'rx'.

All current PA-RISCserver models start with 'rp'.

If this isn't what you want, please further explain your requirements.
satishmarigoudar
Occasional Advisor

Re: how to know the architecture of hpux 11.23 ia64

Hi Ptrick,
Is there any command to know the architecture name for hp-ux 11.23 ia64?

Actually we are trying here to swinstall the our custom build package. So while installing it is throwing the below error
===============
ERROR: Could not apply the software selection "MIS-Tier3" because
there are no product variations that are compatible with the
destination host(s).
* Software selection failed for
"khp002a:/mis/misadm/MIS.t3.update".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
==========
We are able to swinstall The same custom build package on hp-ux 11.0( compiled on 11.0) where the architecture we specified was 800.

Patrick Wallek
Honored Contributor
Solution

Re: how to know the architecture of hpux 11.23 ia64

Have a look in this manual:
Software Distributor Administration Guide
http://docs.hp.com/en/5992-4826/5992-4826.pdf

Specifically on page 68.

I think you want to key on the 'ia64' output. I think that will be the closest to '800' or '9000/800' that you used previously.
Prashanth Waugh
Esteemed Contributor

Re: how to know the architecture of hpux 11.23 ia64

Hi Satish,

check

#getconf KERNAL_BITS
it will show 64 bit or something

===================================
#print_manifest
It will show all the sever details
Check the manpages for it.

Regards
Prashant
For success, attitude is equally as important as ability
Sandeep_Chaudhary
Trusted Contributor

Re: how to know the architecture of hpux 11.23 ia64

#model

this command gives u hardware architecture

sandchau@suxde900 /home/sandchau/.ssh > model
9000/785/B1000


"9000/785" is related to hardware architecture. and B1000 is server model
satishmarigoudar
Occasional Advisor

Re: how to know the architecture of hpux 11.23 ia64

Patrick,
It got worked.
The architecture is ia64*( give in the link you have provided).
Thanks Patrick...
Again thanks for all, for their suggestions.