- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to know the architecture of hpux 11.23 ia64
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 12:41 PM
09-10-2008 12:41 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 12:44 PM
09-10-2008 12:44 PM
Re: how to know the architecture of hpux 11.23 ia64
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 12:55 PM
09-10-2008 12:55 PM
Re: how to know the architecture of hpux 11.23 ia64
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 01:14 PM
09-10-2008 01:14 PM
SolutionSoftware 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 08:16 PM
09-10-2008 08:16 PM
Re: how to know the architecture of hpux 11.23 ia64
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 10:10 PM
09-10-2008 10:10 PM
Re: how to know the architecture of hpux 11.23 ia64
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 02:01 AM
09-11-2008 02:01 AM
Re: how to know the architecture of hpux 11.23 ia64
It got worked.
The architecture is ia64*( give in the link you have provided).
Thanks Patrick...
Again thanks for all, for their suggestions.