- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to find If my linux OS is 64 bit or 32 ...
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
10-13-2004 03:19 PM
10-13-2004 03:19 PM
how to find If my linux OS is 64 bit or 32 ...
I Couldnt Find any info in
/proc/version
/etc/redhar-release
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 05:49 PM
10-13-2004 05:49 PM
Re: how to find If my linux OS is 64 bit or 32 ...
cd /boot
file
That will tell you for certain.
If you are running on an Itanium box I can tell you already. Its 64 bit.
Otherwise most likely 32 bit.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 03:41 AM
10-14-2004 03:41 AM
Re: how to find If my linux OS is 64 bit or 32 ...
Unless you know for sure that you are on some of the hardware mentioned above, then it is most certainly a 32 bit sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 08:19 PM
10-14-2004 08:19 PM
Re: how to find If my linux OS is 64 bit or 32 ...
what cpu is in your box? if it is an ordinary Intel P4, P4 HT, AMD Athlon, Athlon XP, ... it's only 32 bit OS available.
if you have an 64 bit processor like Itanium, HPPA2.0, AMD64, ... you will be able to use an 64 bit kernel.
best regards
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 08:53 PM
10-14-2004 08:53 PM
Re: how to find If my linux OS is 64 bit or 32 ...
uname -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 11:26 PM
10-14-2004 11:26 PM
Re: how to find If my linux OS is 64 bit or 32 ...
i686 (or i586 if SUSE) 32-bit Intel
athlon 32-bit AMD mode (could
be 64-bit Opteron)
x86_64 new Intel EM64T or
AMD Opteron chip*
ia64 Itanium-based processor
*To tell the difference on a x86_64 server whether you are running an AMD or Intel processor, you would use the values in /proc/cpuinfo. If you find "Genuine Intel", it's an Intel processor. If you find "Genuine AMD" or "Unknown", it is most likely you are running an AMD processor. Some distributions do not know how to handle the AMD Opteron processor values in the cpuinfo file so will list it as Unknown.
A point to note...on a 64-bit capable Intel or AMD processor-based ProLiant server, it is the distribution of Linux that is installed that actually determines whether you are running 32-bit or 64-bit. If you have a 64-bit capable processor, but install a 32-bit distribution, you will only run at 32-bits. To take full advantage of the 64-bit capable ProLiant servers, you must run a 64-bit distribution of Linux.
Michael Garner
Linux PSP Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 05:29 PM
10-15-2004 05:29 PM