- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to know HP-UX 11 is run on 32-bit or 64-bit mo...
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-14-2006 02:54 PM
03-14-2006 02:54 PM
As mention above, is there any way to check the HP-UX is run on 32-bit or 64-bit mode?
Machine: HP 9000 rp2470
OS: HP-UX B11.11
Thanks for reading.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:09 PM
03-14-2006 03:09 PM
SolutionTo see what bitness is running:
# getconf KERNEL_BITS
It will return 32 or 64, which indicates 32-bit or 64-bit HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:33 PM
03-14-2006 03:33 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
After I issued the command above, it return the value : 64.
The reason I want to check this because recently I request Oracle database ugrade CD to upgrade from 8i to 9i, but they shipped the CD only in 64-bit version, so I wonder whether the 64-bit Oracle 9i database can run on that machine or not.
Cheers~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:38 PM
03-14-2006 05:38 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
#getconf KERNEL_BITS
#getconf HW_CPU_SUPP_BITS
Attached is the document shows 32/64 Bits hardware compatibility.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:39 PM
03-14-2006 06:39 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
The attach pdf is very imformative ^_^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:48 PM
03-14-2006 07:48 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
yes your 64bit Oracle will run on your 64bit OS (given all the other Oracle pre-requisites like memory etc)
Footprint for Oracle 9 is bigger than Oracle 8 and the IAS install can be a bit of a nightmare.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:56 PM
03-14-2006 07:56 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
SAM -> Performance Monitors -> System Propeties -> Processor -> Kernel bits information
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:25 PM
03-14-2006 08:25 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
Another way is to do:
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Here it tells you 64Bit and CPU arcitecture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:40 PM
03-14-2006 08:40 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
use these commands;
#getconf KERNEL_BITS
#getconf HW_CPU_SUPP_BITS
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:38 AM
03-15-2006 12:38 AM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
getconf KERNEL_BITS
HTH,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:23 PM
03-15-2006 01:23 PM
Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode
SAM > Performance Monitors > System Propeties > Processor > Kernel bits information