- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to know 32/64 bit?
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-11-2005 05:13 PM
07-11-2005 05:13 PM
How to know 32/64 bit?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:15 PM
07-11-2005 05:15 PM
Re: How to know 32/64 bit?
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:19 PM
07-11-2005 05:19 PM
Re: How to know 32/64 bit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:21 PM
07-11-2005 05:21 PM
Re: How to know 32/64 bit?
or thru SAM > Performance Monitor > System Properties > Processor tab, under Kernel Width Support.
or
# getconf KERNEL_BITS
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 08:50 PM
07-11-2005 08:50 PM
Re: How to know 32/64 bit?
i know 3 ways to get 32/64 information
and they are still suggested.
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 09:47 PM
07-11-2005 09:47 PM
Re: How to know 32/64 bit?
http://mirrors.develooper.com/hpux/faq.html
--8<---
Does my system support 64bit builds
You can find out if your kernel supports 64bit binaries by issuing:
a5:/usr/local 110 > file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
a5:/usr/local 111 > getconf KERNEL_BITS
64
a5:/usr/local 112 > getconf HW_32_64_CAPABLE
1
a5:/usr/local 113 >
HP-UX 10.20 does not support 64bit objects
-->8---
And there probably legio other possible ways to get to that info
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 09:54 PM
07-11-2005 09:54 PM
Re: How to know 32/64 bit?
that should work also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 10:37 PM
07-11-2005 10:37 PM
Re: How to know 32/64 bit?
Part of the information will be the operating system. 11.11 or earlier is 32 bit. 11.23 is 64 bit.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:56 AM
07-13-2005 02:56 AM
Re: How to know 32/64 bit?
If the CPU is PA-8500 or later (including IPF) then the kernel is 64 bit.
If the CPU is PA-7200 or earlier then the kernel is 32-bit.
If the CPU is PA-8000 or PA-8200 then the kernel could be either 32 or 64 bit.
Regardless, 32 bit applications run just fine on a 64-bit kernel. The only "concern" one should have with a 64 vs 32 bit kernel would be if the application wants to muck around with kerne-specific things, or if the application has an in-the-kernel component.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:22 AM
07-13-2005 06:22 AM
Re: How to know 32/64 bit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 12:33 PM
07-13-2005 12:33 PM
Re: How to know 32/64 bit?
# getconf KERNEL_BITS
is the easier way to know the whether the HP-UX is 32 or 64 bit...
Regards,
Babu