- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU bits
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-14-2008 08:46 PM
тАО04-14-2008 08:46 PM
i want some information about the CPU. i wonder to know that if my system is 64 bit then does it mean that the CPU is also 64 bits.
kindly help and thanks in advance..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:14 PM
тАО04-14-2008 09:14 PM
Re: CPU bits
pls try
getconf KERNAL_BITS.
As per my knowledge sytem is 64 bits means
cpu processing speed is 64 bits
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:23 PM
тАО04-14-2008 09:23 PM
Re: CPU bits
# getconf KERNEL_BITS
32
unless you have a system let's say at least 8 or 10 years old you should see "64" as a result.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:28 PM
тАО04-14-2008 09:28 PM
Re: CPU bits
thanks all for replying and givin their valuable time..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:28 PM
тАО04-14-2008 09:28 PM
Re: CPU bits
man getconf
a lot of options u can find there
data1# getconf KERNEL_BITS
64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:34 PM
тАО04-14-2008 09:34 PM
Re: CPU bits
# echo "sel dev all;info;wait;il"|cstm
capture the output and post.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:35 PM
тАО04-14-2008 09:35 PM
Re: CPU bits
but later systems using 64 bit kernel
so 64 bit is better
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:36 PM
тАО04-14-2008 09:36 PM
Solution64bit is faster and powerfull than 32 bit CPU.
First of all if ur system is 64bit it only means that u have 64bit CPU.
64bit CPU means it can process 64bits at a time same with 32 bit so it means 64 bit CPU can do double work in same time what a 32 bit CPU can do.
1) When programs are written to support 64-bit processors, those programs will generally perform faster than on a 32-bit processor of the same speed. This is partially because 32-bit computers must handle 64-bit numbers in two steps, whereas 64-bit computers only need to use one step.
2) 64-bit processors can address more memory than 32-bit processors. This means your server can have more RAM, and therefore can store more data in memory, making memory-intensive programs like databases faster.
from Google.... ;)
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:45 PM
тАО04-14-2008 09:45 PM
Re: CPU bits
Sure?
;-)
SCNR
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:54 PM
тАО04-14-2008 09:54 PM
Re: CPU bits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 09:58 PM
тАО04-14-2008 09:58 PM
Re: CPU bits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 10:02 PM
тАО04-14-2008 10:02 PM
Re: CPU bits
print CPU HW Support:
getconf HW_CPU_SUPP_BITS
print Kernel Support:
getconf KERNEL_BITS
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 10:30 PM
тАО04-14-2008 10:30 PM
Re: CPU bits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 11:22 PM
тАО04-14-2008 11:22 PM
Re: CPU bits
While some PA8000 could still run 32 bit kernels, the whole idea of PA2.0 was to be 64 bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2008 03:18 AM
тАО04-21-2008 03:18 AM