- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- CPU Speed Conflict?
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
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
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
тАО08-16-2001 10:30 AM
тАО08-16-2001 10:30 AM
We have K260 with 2 CPUs. According to some posting in this forum, the CPU speed should be 180mhz. But I observe that speed happens to be 120mhz on rebooting screen.
Would someone verify that? The importance of it is if the CPU is not the proper one, we may have problem installing hpux11 (32bit or 64bit).
Thanks a lot,
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:44 PM
тАО08-16-2001 12:44 PM
Re: CPU Speed Conflict?
First of all to determine the processor speed, you could use
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
This would return your processor speed in MHz.
Now looking at the HP site, The processor speed for a K260 is 180MHz, the speed for a K220 is 120MHz. A nice comparision can be found at http://www.hp.com/products1/unixservers/midrange/kclass/infolibrary/index.html
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:45 PM
тАО08-16-2001 12:45 PM
SolutionFirst of all to determine the processor speed, you could use
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
This would return your processor speed in MHz.
Now looking at the HP site, The processor speed for a K260 is 180MHz, the speed for a K220 is 120MHz. A nice comparision can be found at http://www.hp.com/products1/unixservers/midrange/kclass/infolibrary/index.html
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:46 PM
тАО08-16-2001 12:46 PM
Re: CPU Speed Conflict?
First of all to determine the processor speed, you could use
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
This would return your processor speed in MHz.
Now looking at the HP site, The processor speed for a K260 is 180MHz, the speed for a K220 is 120MHz. A nice comparision chart for all the K-class systems can be found at http://www.hp.com/products1/unixservers/midrange/kclass/infolibrary/index.html
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:48 PM
тАО08-16-2001 12:48 PM
Re: CPU Speed Conflict?
Didn't mean to reply thrice, the web site is acting up again, when i hit the submit button, it came back to me with an error. so i resubmit it. anyway hope you found the answer you were looking for.
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:55 PM
тАО08-16-2001 12:55 PM
Re: CPU Speed Conflict?
Thank you for the help. I have not used adb before and would like to know if it is safe to use it while many db applications are running.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:57 PM
тАО08-16-2001 12:57 PM
Re: CPU Speed Conflict?
The K260 is indeed a PA8000 at 180MHz.
I think you may be confusing Processor Speed (180Mhz) with Central Bus Speed (120 MHz).
To verify, interrupt the boot process and enter the firmware monitor.
INformation->PRocessor.
This should display both the processor speed and the central bus speed.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:59 PM
тАО08-16-2001 12:59 PM
Re: CPU Speed Conflict?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 02:21 PM
тАО08-16-2001 02:21 PM
Re: CPU Speed Conflict?
adb can be run while other applications are running.
Here is a link for a tutorial on adb (somewhat old )
http://docs.hp.com/hpux/onlinedocs/92432-90006/92432-90006.html
This link tells you about the feature of adb on 11i
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90003/B9106-90003_top.html&con=/hpux/onlinedocs/B9106-90003/00/00/70-con.html&toc=/hpux/onlinedocs/B9106-90003/00/00/70-toc.html&searchterms=adb&queryid=20010816-151621
This discussion in the forums on adb gives us some useful information (especially the response by Eran Maor)
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x53f9d211e18ad5118ff10090279cd0f9,00.html
This should get you started on adb
-Regards
I am RU