- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OS version.
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
03-06-2005 04:29 PM
03-06-2005 04:29 PM
OS version.
I installed HP-UX 11.23 IA on an HP integrity rx4640 and have also installed HP-UX 11.23 PI on IPF machine(Hp Integrity rx1600).
Typing uname -a on both the server terminals display the same information "HP-UX 11.23 ia64", no information is given as to if it is a IA or a PI. Is there any option to distinguish between the two.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 04:38 PM
03-06-2005 04:38 PM
Re: OS version.
both the machines are IA machines.
Another way to confirm is "model" command.
On IA box:
$ model
ia64 hp server rx5670
On PA box (A class):
$ model
9000/800/A500-5X
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 04:46 PM
03-06-2005 04:46 PM
Re: OS version.
is "machinfo". This command displays CPU, platform,
firmware, OS information. Note that this command
is not available on PA boxes.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 05:04 PM
03-06-2005 05:04 PM
Re: OS version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 05:09 PM
03-06-2005 05:09 PM
Re: OS version.
on a machine whose architecture is PA, can you?
Both your machines, rx4640 and rx1600 are itanium,
so the HP-UX installed on it has to be 11.23 IA. This
is shown on your uname -a output (ia64 stands for
64bit itanium).
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 05:15 PM
03-06-2005 05:15 PM
Re: OS version.
$ what /usr/bin/ls
If it shows 11.23.0409, that means it is PI is installed.
If it shows 11.23LR, that means it is IA LR box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 05:23 PM
03-06-2005 05:23 PM
Re: OS version.
I might have misunderstood your question. If you
want to findout your OS is 11.23 or 11.23PI, then
here is how you do it.
# swlist | grep HPUXBaseAux
If it prints B.11.23, it's 11.23 original (IA only)
release. If it prints B.11.23.0409, then it's 11.23
Sept 04 release (aka 11.23PI).
Also, 11.23PI supports both Itanium and PA-RISC,
whereas 11.23 supports only Itanium.
Hope this is clear. Sorry about confusion.
- Biswajit