- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting 32/64 bit and processor info
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
06-11-2002 10:26 AM
06-11-2002 10:26 AM
Am I running 32 or 64 bit kernel?
(some releases/platforms can run either)
How many processors are on my system?
Currently I'm using ioscan to look for processors and counting each but I'm thinking there is a better way.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:32 AM
06-11-2002 10:32 AM
Re: Getting 32/64 bit and processor info
getconf HW_CPU_SUPP_BITS
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:32 AM
06-11-2002 10:32 AM
Re: Getting 32/64 bit and processor info
# getconf KERNEL_BITS will give u the info about ur os kernel bits.
# top 10 ...will give u the no of CPU's
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:32 AM
06-11-2002 10:32 AM
Re: Getting 32/64 bit and processor info
will give you 32/64 info.
`ioscan -k |grep -n processor |wc -l`
will give you # of processors
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:32 AM
06-11-2002 10:32 AM
Re: Getting 32/64 bit and processor info
Hi,
To see if you are running a 32- or 64-bit
kernel use this command:
getconf KERNEL_BITS
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:40 AM
06-11-2002 10:40 AM
Re: Getting 32/64 bit and processor info
==> gives 32 or 64 bits info
# echo runningprocs/D | adb -k /stand/vmunix /dev/mem
==> gives # of processors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:47 AM
06-11-2002 10:47 AM
Re: Getting 32/64 bit and processor info
getconf KERNEL_BITS
for 32 or 64 bit kernel
for no. of processors
top
cstm
print_manifest if you are using Ignite UX
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 11:02 AM
06-11-2002 11:02 AM
Re: Getting 32/64 bit and processor info
1. getconf KERNEL_BITS if you aer using 11.00 and above 10.2 is 32 bits only.
2.ioscan | grep proc | wc -l
/var/adm/syslog
stm
print_manifest
sam--->perforamnce monitors--->system properties
will all give you the no of processors.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 11:36 AM
06-11-2002 11:36 AM
Re: Getting 32/64 bit and processor info
getconf HW_32_64_capable .
if it returns 1, then you can install 64 bit kernel on the box if it is not already installed.
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:01 AM
06-12-2002 08:01 AM
Re: Getting 32/64 bit and processor info
>bits=`getconf KERNEL_BITS`;echo Bits $bits;proc=`dmesg|grep process|wc -l`;echo Processors $proc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:25 AM
02-04-2004 08:25 AM
Re: Getting 32/64 bit and processor info
running top will give u the number of processors