- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Processor Features
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
01-19-2007 03:48 AM
01-19-2007 03:48 AM
Processor Features
How can i know what kind of processor my servers have?
I don't own any documentation about the model and neither somebody else :(
Through the command "model" and "uname -a" I find out that I have 2 kind of servers:
9000/800/N4000-55 operative system is HP-UX 11
9000/800/rp4440 operative system is HP-UX 11.11
I need to know velocity, number of operations, etc....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 03:52 AM
01-19-2007 03:52 AM
Re: Processor Features
try "machinfo"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 03:54 AM
01-19-2007 03:54 AM
Re: Processor Features
From that document, I can tell you that your rp4440 has either pa8800 or pa8900 processors. From other documents that I have accumulated, I can tell you that your N4000 has pa8600 processors - because the 55 tells me that they're running at 550 MHz - other wise they would be pa8500).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 04:00 AM
01-19-2007 04:00 AM
Re: Processor Features
FAQ (by procura):
How many CPU's does my system have?
grep processor /var/adm/syslog/syslog.log
What is my CPU speed?
echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
What is my CPU type?
(model for ex. 9000/800/D390)
grep -i d390 /opt/langtools/lib/sched.models
or
grep -i d390 /usr/sam/lib/mo/sched.models
or
echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep "CPU Module"
more infos (except HP sites):
http://www.openpa.net/systems/
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 05:36 PM
01-19-2007 05:36 PM
Re: Processor Features
1. sam and then go ..
2. performance monitors then...
3. system properties.
Regards
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 09:31 PM
01-19-2007 09:31 PM
Re: Processor Features
This only works on IPF. The author is on PA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 04:26 AM
01-22-2007 04:26 AM