HPE 9000 and HPE e3000 Servers
1822536 Members
2625 Online
109642 Solutions
New Discussion юеВ

Re: CPU Speed Conflict?

 
SOLVED
Go to solution
Steven Chen_1
Super Advisor

CPU Speed Conflict?

Hi,

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
Steve
8 REPLIES 8
linuxfan
Honored Contributor

Re: CPU Speed Conflict?

Hi Steven,


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
They think they know but don't. At least I know I don't know - Socrates
linuxfan
Honored Contributor
Solution

Re: CPU Speed Conflict?

Hi Steven,

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
They think they know but don't. At least I know I don't know - Socrates
linuxfan
Honored Contributor

Re: CPU Speed Conflict?

Hi Steven,

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
They think they know but don't. At least I know I don't know - Socrates
linuxfan
Honored Contributor

Re: CPU Speed Conflict?

Hi Steven,

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
They think they know but don't. At least I know I don't know - Socrates
Steven Chen_1
Super Advisor

Re: CPU Speed Conflict?

Ramesh,

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
Steve
A. Clay Stephenson
Acclaimed Contributor

Re: CPU Speed Conflict?

Hi Steven,

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
If it ain't broke, I can fix that.
paul courry
Honored Contributor

Re: CPU Speed Conflict?

If you had CPU's in your box with different speeds your box would not boot and you would have a series of FLT codes cycling endlessly in the lower left corner of your screen.
linuxfan
Honored Contributor

Re: CPU Speed Conflict?

Hi Steven,

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
They think they know but don't. At least I know I don't know - Socrates