- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to tell if 11.x was loaded as 32 bit or 64...
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
01-19-2000 05:33 AM
01-19-2000 05:33 AM
How to tell if 11.x was loaded as 32 bit or 64 bit
they where smart and loaded 11.x in 64 bit or 32 bit form. Any utils that will
tell this info. Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2000 06:07 AM
01-19-2000 06:07 AM
Re: How to tell if 11.x was loaded as 32 bit or 64 bit
It cannot run the 32bit version of the Operating System.
However, if in the future you would like to investiaget any other system, the
following steps can be done:
login as root
issue the command:
getconf KERNEL_BITS
this will give you the result you need as per the following examples:
32bit on R-class
hpwing04 # getconf KERNEL_BITS
32
hpwing04 #
64bit on V-class
[melvyn@hpwing27] getconf KERNEL_BITS
64
[melvyn@hpwing27
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2000 08:42 AM
01-19-2000 08:42 AM
Re: How to tell if 11.x was loaded as 32 bit or 64 bit
bits, 64 bits, or both:
# getconf HW_CPU_SUPP_BITS
This will only work on an 11.x system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2000 10:48 PM
01-19-2000 10:48 PM
Re: How to tell if 11.x was loaded as 32 bit or 64 bit
lists most systems and what bit level they will support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2000 02:17 AM
02-04-2000 02:17 AM
Re: How to tell if 11.x was loaded as 32 bit or 64 bit
the CPU will support.
example, on my D390/2way, getconf HW_CPU_SUPP_BITS returns: 32/64. Meaning that
CPU supports 32 or 64 bit versions of the OS.
One way to determine what kernel width is installed, go into SAM ->Performance
Monitors ->System Properties ->Operating System . That will display the
installed kernel width.
Good Luck!