- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SuSE Linux find kernel bit version
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-06-2004 03:01 AM
10-06-2004 03:01 AM
How can I find out if I am running 32bit or 64bit linux?? uname doesnt show this info!
Thanks in advance,
Karthik S S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 03:28 AM
10-06-2004 03:28 AM
Re: SuSE Linux find kernel bit version
cd /boot on my distribution.
file vmlinux....
That will give you the bit size.
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-06-2004 05:01 PM
10-06-2004 05:01 PM
Re: SuSE Linux find kernel bit version
Thanks for you response.
However file vmuniz.XXX didnt return any useful info. on the bit version.
Thanks,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:56 PM
10-06-2004 08:56 PM
Re: SuSE Linux find kernel bit version
Because, I needed this info. for one of my friend and he says that he has a IA64 machine running with a 32 bit version of SuSE Linux!
Thanks,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:59 PM
10-06-2004 08:59 PM
Re: SuSE Linux find kernel bit version
Which is mildly amusing, but it runs without any issues at all...
Please bear in mind that I'm running on an Intel EM64T processor, but the theory is the same for the AMD 64bit processor...
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 03:53 AM
10-07-2004 03:53 AM
Re: SuSE Linux find kernel bit version
IA64 machines from HP are the Integrity systems with Itanium processors. You cannot load an IA32 version of the OS on these machines.
And, yes, you can run the IA32 bit OS on the EM64T and AMD64 based machines. As I remember SUSE doesn't have a 64bit version for the EM64T machines, so if you need SUSE9 to support some app, then you must run it in IA32 mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 04:00 AM
10-07-2004 04:00 AM
Re: SuSE Linux find kernel bit version
And SLES9 is the Enterprise Linux that is 64-bit capable, I wouldn't recommend installing the normal SuSE Linux on HP hardware as it's not supported!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 10:37 PM
11-03-2004 10:37 PM
Re: SuSE Linux find kernel bit version
Try using "/usr/bin/isainfo -kv". This will show the kernet bit version.
Subbu