- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Determining IA or PA
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
07-14-2004 10:16 PM
07-14-2004 10:16 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:21 PM
07-14-2004 10:21 PM
Re: Determining IA or PA
Or use model, though I don't know what will be reported on IA systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:22 PM
07-14-2004 10:22 PM
Re: Determining IA or PA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:30 PM
07-14-2004 10:30 PM
Re: Determining IA or PA
11.11 system PA-RISC
uname -a
HP-UX serverX B.11.23 U ia64 12345678090 unlimited-user license
itanium
uname -a
HP-UX serverY B.11.11 U 9000/800 3284783283 unlimited-user license
and another
getconf MACHINE_MODEL
will give some additional info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:35 PM
07-14-2004 10:35 PM
Re: Determining IA or PA
We can get the machine type with uname -m command. But there is a regulation in usign uname with -m as,
----- man uname --
It is recommended that the model command or the getconf command be used to obtain the model name, since future model names may not be compatible with uname. See model(1) and getconf(1).
----------------
Using model command
===================
# model
IA> ia64 hp server rx2600
PA > 9000/800/A500-5X
Using getconf
=============
# getconf MACHINE_MODEL
We can know the machine model effectively.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:36 PM
07-14-2004 10:36 PM
Re: Determining IA or PA
itanium
# uname -a
HP-UX serverX B.11.23 U ia64 12345678090 unlimited-user license
11.11 system PA-RISC
# uname -a
HP-UX serverY B.11.11 U 9000/800 3284783283 unlimited-user license
and another
# getconf MACHINE_MODEL
ia64 hp server rx7620 (itanium)
9000/800/N4000-55 (PA-RISC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 11:15 PM
07-14-2004 11:15 PM
Re: Determining IA or PA
following is not from my head, I red it few days ago here but I can't find it now:
getconf CPU_VERSION - give CPU version:
528-PA1.1,
532-PA2.0,
768-IA64 (aka Itanium, aka IPF)
info is taken from /usr/include/sys/unistd.h
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 03:39 AM
07-16-2004 03:39 AM
Re: Determining IA or PA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 05:59 AM
07-16-2004 05:59 AM
Re: Determining IA or PA
uname -a
model
These three commands will provide you with the needed information.
I personally use the uname -a as the 11.11 and below are PA-RISC and the 11.22 and above are IA-64. There is supposed to be a merged version on the Horizon. Then you would use the command:model.
Hope that helps.
Tim