- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Processor speed and type on H60 and K410?
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
09-07-2000 09:52 AM
09-07-2000 09:52 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 09:58 AM
09-07-2000 09:58 AM
Solutiontake a look in /usr/sam/lib/mo/sched.models for a detailed list of all HP servers and their CPU types. Your H60 probably runs at 48/64 or 96 Mhz. There are scripts available to check your cpuspeed - use the search button on the left, select forums from the search form and search for cpu speed and you will see tons of answers on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 10:00 AM
09-07-2000 10:00 AM
Re: Processor speed and type on H60 and K410?
heres a script to determine cpu speed;
echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/10000}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 10:02 AM
09-07-2000 10:02 AM
Re: Processor speed and type on H60 and K410?
oops, for 10.xx the file is in /usr/lib/sched.models
and for 11.xx the file is /opt/langtools/lib/sched.models
Grep for your model (from uname -a)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 10:11 AM
09-07-2000 10:11 AM
Re: Processor speed and type on H60 and K410?
http://www.unixsolutions.hp.com/products/servers/kclass/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 10:34 AM
09-07-2000 10:34 AM
Re: Processor speed and type on H60 and K410?
SAM
/Performance Monitor
/System Properties
... then just look under the tab for what you want.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 12:49 PM
09-07-2000 12:49 PM
Re: Processor speed and type on H60 and K410?
With the K class designation, the first digit indicates the bussing arrangement and the last two digits indicate the processor speed and sometimes the cache size (but not quantity). A K?10 has one or more 120mhz cpu's with 512K cache (a K?20 has 120mhz w/2048K cache) (PA7200).