- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can verify if my processor is mono-processor o...
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
04-08-2004 01:47 AM
04-08-2004 01:47 AM
I have understood that information about Processor type is extracted by
(Thanks Sundar):
# model
9000/800/XXX
# grep XXX /usr/sam/lib/mo/sched.models
In my system HP-UX 11.0:
#model
9000/800/L1000-44 (what does means L1000-44? Is the Porcessor model?)
#grep L1000-44 /usr/sam/lib/mo/sched.models
L1000-44 2.0 PA8500 (this means that i have an PA-RRISK 8500 version 2.0.
Is my consideration correct ?)
and most important, how can I verify if the processor is mono or bi-processor??
Thanks in advance
Alex
How can verify if it is mono or bi-processor?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:49 AM
04-08-2004 01:49 AM
Re: How can verify if my processor is mono-processor or bi-processor?
If I understand you correctly, then just run something like this:
top -s 1
At the top you will see a line for each processor, depending on how many you have.
Hope this helps!
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:50 AM
04-08-2004 01:50 AM
Re: How can verify if my processor is mono-processor or bi-processor?
ioscan
you will see an entry for each processor.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:51 AM
04-08-2004 01:51 AM
Re: How can verify if my processor is mono-processor or bi-processor?
If, by "mono or bi-processor", you're referring to the number of processors, simply do "ioscan -k |grep processor |wc -l".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:53 AM
04-08-2004 01:53 AM
Re: How can verify if my processor is mono-processor or bi-processor?
but i need to know if my processor (i have only one processor installed on my system) is mono or bi-processor.
Hope this is clear.
Greetings Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:56 AM
04-08-2004 01:56 AM
Re: How can verify if my processor is mono-processor or bi-processor?
I usually use cstm. I know you can pass what your looking through a pipe on the command line. But to interactively look just do
type cstm
map
which will show you how many cpus you have. And if you want more details on it you can do
sel dev xx (The number of the processor)
info
infolog
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 01:59 AM
04-08-2004 01:59 AM
Re: How can verify if my processor is mono-processor or bi-processor?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:01 AM
04-08-2004 02:01 AM
Re: How can verify if my processor is mono-processor or bi-processor?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:07 AM
04-08-2004 02:07 AM
Re: How can verify if my processor is mono-processor or bi-processor?
wich is the command to verify it?
Thanks in advance
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:24 AM
04-08-2004 02:24 AM
Re: How can verify if my processor is mono-processor or bi-processor?
thanks a lot for your help.
Now is clear.
I have an PA-RISK PA8500 440 MHh and it is
mono-processor
(or as you prefer: an single-core cpu)
Greetings to all
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:25 AM
04-08-2004 02:25 AM
Re: How can verify if my processor is mono-processor or bi-processor?
Your question would have be immediatly understood if you use "core" rather the processor, i.e. dual core processor
Just my 0,02$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 02:29 AM
04-08-2004 02:29 AM
Re: How can verify if my processor is mono-processor or bi-processor?
thanks for your suggestion :-)
Greetings
Alex