- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to know if the installation is 32 bit or 6...
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
12-29-2007 05:47 AM
12-29-2007 05:47 AM
How to know if the installation is 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2007 06:22 AM
12-29-2007 06:22 AM
Re: How to know if the installation is 32 bit or 64 bit
All Itanium servers are 64-bit only, as are the more recent PA-RISC series. You don't offer your server model nor your operating system version. That said:
# getconf KERNEL_BITS
...will tell you the "bitness" of your current kernel, e.g. "64"
# getconf HW_CPU_SUPP_BITS
...will tell you the "bitness" your hardware will support, e.g. "32/64"
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2007 06:24 AM
12-29-2007 06:24 AM
Re: How to know if the installation is 32 bit or 64 bit
Please also see:
http://forums11.itrc.hp.com/service/forums/helptips.do?#28
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2007 11:17 PM
12-29-2007 11:17 PM
Re: How to know if the installation is 32 bit or 64 bit
# getconf KERNEL_BITS
64
Please see the some threads.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1084867&admit=109447626+1198998536536+28353475
Please assign points who ever helps you.
From your profile >>>>"I have assigned points to 0 of 31 responses to my questions."
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 03:19 PM
12-30-2007 03:19 PM
Re: How to know if the installation is 32 bit or 64 bit
The previous postings mention getconf, that covers the OS.
For application code binaries & third party software use the 'chatr' command to determine which libraries were used in the compilation. Even for Itanium running 11.23 & 11.31 there is a lot of 32bit source out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 08:07 PM
12-30-2007 08:07 PM
Re: How to know if the installation is 32 bit or 64 bit
# getconf HW_32_64_CAPABLE