- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to know if it is 32 bit or 64 bit
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
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
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
тАО07-04-2007 11:54 PM
тАО07-04-2007 11:54 PM
how to know if it is 32 bit or 64 bit
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 12:19 AM
тАО07-05-2007 12:19 AM
Re: how to know if it is 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 12:48 AM
тАО07-05-2007 12:48 AM
Re: how to know if it is 32 bit or 64 bit
i386
so i guess this means my system is 32 bits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 01:06 AM
тАО07-05-2007 01:06 AM
Re: how to know if it is 32 bit or 64 bit
Your server has 32 bit hardware
Ps : points are always appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 06:08 AM
тАО07-05-2007 06:08 AM
Re: how to know if it is 32 bit or 64 bit
However, it does *not* always mean your hardware is 32-bit only. For example, AMD Opterons can be used with either 32- or 64-bit OS.
If you install a 32-bit OS on a 64-bit AMD Opteron, "uname -i" will say "i386" exactly as on a 32-bit hardware. Only /proc/cpuinfo will reveal that your hardware would be capable of more. We had to do this to ensure a certain commercial software was supported (there was no official support for 64-bit platforms at the time we installed it, and the support was essential).
Mk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2007 07:44 AM
тАО07-07-2007 07:44 AM
Re: how to know if it is 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2007 09:49 AM
тАО07-09-2007 09:49 AM
Re: how to know if it is 32 bit or 64 bit
The "getconf" command returns the appropriatte output:
[root@Test01]# getconf LONG_BIT
32 -- 32bit OS
64 -- 64 bit OS
Regards,
SaC...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2007 11:37 PM
тАО07-09-2007 11:37 PM
Re: how to know if it is 32 bit or 64 bit
I think Mike Stroyan has provided the right solution for EMT-64 processors when using 32 bit Linux OS.
Regards
Maaz