- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 32-Bit or 64 Bit processor?
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
02-18-2002 10:10 AM
02-18-2002 10:10 AM
How can I tell what processor I am using? I have
used the getconf command and it returns 32, but
others in my group are arguing that it is actually a
64-Bit processor running at 32-Bit. How can I verfiy this?
TIA,
Daniel N.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:15 AM
02-18-2002 10:15 AM
Re: 32-Bit or 64 Bit processor?
Secondly, I believe you run the command getconf KERNEL_BITS
If it returns 32, you are running 32bit OS, if 64, then it is 64bit OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:19 AM
02-18-2002 10:19 AM
Re: 32-Bit or 64 Bit processor?
For finding out processor speed, use this command:
# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
Also the getconf KERNEL_BITS will report the version (32 or 64bit) of your operating system, not your CPU speed
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:33 AM
02-18-2002 10:33 AM
Re: 32-Bit or 64 Bit processor?
Sometimes your print_manifest command can tell you if you are running 32-bit or 64-bit .. (if you have ignite loaded)
(you need to be root to execute this command)
>print_manifest | more
-Shabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:39 AM
02-18-2002 10:39 AM
Re: 32-Bit or 64 Bit processor?
To find out if the kernel is 32 or 64 bits try this,
On 32bit systems you will get following:
# getconf KERNEL_BITS
32
On 64bit systems you will got following:
# getconf KERNEL_BITS
64
to find out if the cpu supports 32/64 bit,
start sam
goto Performance Monitors -> System Properties -> Processor
verify Kernel Width Support:
The following summarizes the HP 9000 Server implementations:
32-Bit Only: D, E, G, H, and I-class, K-class (PA7 x 00), T500, and T520.
32/64-Bit: K-class (PA8x00), and T600,
64-Bit Only:V2200, N-Class, L-Class
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:48 AM
02-18-2002 10:48 AM
Re: 32-Bit or 64 Bit processor?
I don't think getconf KERNEL_BITS will work on 10.20... It works for sure on 11.00 ...
-Shabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:21 AM
02-18-2002 11:21 AM
Re: 32-Bit or 64 Bit processor?
# getconf KERNEL_BITS
does not work on 10.20, but if you are running 10.20 you are running a 32-bit OS anyway, so it's a moot point.
:)