- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Difference between 32 bit OS and 64 bit OS
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
05-05-2003 09:58 PM
05-05-2003 09:58 PM
Difference between 32 bit OS and 64 bit OS
On HP-UX what are all ways to identify weather it is 32 bit or 64 bit OS?
Thank you in advance.
Paresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 10:07 PM
05-05-2003 10:07 PM
Re: Difference between 32 bit OS and 64 bit OS
following can/will help you:
swlist | grep -i hp-ux
getconf HW_32_64_CAPABLE
getconf HW_CPU_SUPP_BITS
getconf KERNEL_BITS
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 10:07 PM
05-05-2003 10:07 PM
Re: Difference between 32 bit OS and 64 bit OS
The best way to find if its a 32/64 bit OS on HPUX is give a command
getconf KERNEL_BITS
this will tell you whether its 32 bit or 64 bit OS.
Do a man on getconf and you'll see more things you can find by this ...like 32/64 bit capability etc..
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 12:06 AM
05-06-2003 12:06 AM
Re: Difference between 32 bit OS and 64 bit OS
Here's a good link which also leads to other links
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0b1f543254bfd611abdb0090277a778c,00.html
If you need others simply search under "32-bit 64-bit"
Regards
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:17 PM
05-06-2003 05:17 PM
Re: Difference between 32 bit OS and 64 bit OS
In a nutshell the 64 bit OS runs on 64 bit processors. A previous response talked about the size of the registers but what does this really mean.
Well programs can be bigger in size and data structures they can manipulate. The system can have more physical memory on it and because of more memory more programs can run on the system. So 64 bit although fully compatible with 32 bit is a evolution of the processor line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:25 PM
05-06-2003 06:25 PM
Re: Difference between 32 bit OS and 64 bit OS
I am sure after read this thread,you understand what's difference between those.
Take some time to read under
http://devrsrc1.external.hp.com/STK/partner/64what.html
have a good day!