- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to find out whether 32 / 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
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-20-2004 07:45 PM
05-20-2004 07:45 PM
In SuSE Linux how do I find out whether my OS is 32 bit or 64 bit
Kaps
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:58 PM
05-20-2004 07:58 PM
Re: how to find out whether 32 / 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 08:29 PM
05-20-2004 08:29 PM
Re: how to find out whether 32 / 64 bit
from AMD Opteron (AMD64):
Linux spe189 2.4.21-15.EL #1 Thu Apr 22 00:20:14 EDT 2004 x86_64 x86_64 x86_64 GNU/Linux
from Itanium II (Intel 64):
Linux spe178 2.4.21-4.EL #1 SMP Fri Oct 3 17:29:39 EDT 2003 ia64 ia64 ia64 GNU/Linux
from Pentium Xeon (Intel 32):
Linux notes.promed.com.au 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 EST 2004 i686
i686 i386 GNU/Linux
from Alphastation XP1000 (Alpha 32):
Linux spe142 2.4.18-generic #1 Sat Apr 6 20:51:38 EST 2002 alpha unknown
Simply put, 'uname -m' will have '64' in it somewhere, whether it be 'ia64' or 'x86_64'. Everything else will be 32bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 08:33 PM
05-20-2004 08:33 PM
Re: how to find out whether 32 / 64 bit
file /proc/kcore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 08:53 PM
05-20-2004 08:53 PM
Re: how to find out whether 32 / 64 bit
Thank you ...
It gives me
/proc/kcore: ELF 32-bit LSB core file of 'vmlinux' Intel 80386, version 1, from 'vmlinux'
So it is a 32 bit operating system. To be honest this is running on an IBM Server
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:00 PM
05-20-2004 09:00 PM
SolutionHowever, Stuart, as mentioned above gets it pretty much right in that if you're running on an i386 box, you are running 32 bit regardless.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:18 PM
05-20-2004 09:18 PM
Re: how to find out whether 32 / 64 bit
All of the alpha stuff is still 32bit, as well as the powerpc and sparc stuff.
The only thing I'm not sure of is the S370 and IBM Mainframe support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:14 AM
05-21-2004 03:14 AM
Re: how to find out whether 32 / 64 bit
For the mainframe question, we are running SuSE on a s390 here. It is 31-bit, but there is a 64-bit version available if you have the right model of mainframe.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 12:10 PM
05-21-2004 12:10 PM
Re: how to find out whether 32 / 64 bit
Umm, is 31bit a typo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:44 PM
05-21-2004 02:44 PM
Re: how to find out whether 32 / 64 bit
No, that isn't a typo. The IBM S/390 series is a 31-bit machine. Their newer zSeries models are 64-bit machines. I'm not a mainframe wizard, so I can't really explain it, but I think it has to do with addressing in the registers.
Here is a link to a web page that goes into the technical details of running Linux on a mainframe.
http://linuxvm.org/penguinvm/notes.html
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 07:59 PM
05-21-2004 07:59 PM
Re: how to find out whether 32 / 64 bit
Thanks for the fast replies .. i think i was little late (busy in the hpux forum :) )
Nice place again like hpux( I am here(linux) for the first time).
Regds,
Kaps