Operating System - HP-UX
1847849 Members
2739 Online
104021 Solutions
New Discussion

problem while checking the processor

 
SOLVED
Go to solution
A.K.
Frequent Advisor

problem while checking the processor

Hi Friends,

I have a problem while checking the processor type .

I have checked with sam -> performance monitoring -> System Properties,
but i got a message :
"Model 813 not found in the database /usr/lib/sched.models or the file
was missing."
and the display of CPU Version field of processor window was blank.

The sched.models is there but there is no 813 model inside (the output
of uname -a command says that the machine model is 9000/813).

Anybody can help me ?

Thanks a lot.
Amir
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: problem while checking the processor

Hi:

I don't have "813" in said file either. What does 'model' return?

...JRF...
S.K. Chan
Honored Contributor

Re: problem while checking the processor

Copy scheds.model file from /opt/langtools/lib to /usr/lib and it should work.

enjoy ..
S.K. Chan
Honored Contributor

Re: problem while checking the processor

oops .. I mean sched.models file ..
SAM only looks at /usr/lib for that file.
Roger Baptiste
Honored Contributor
Solution

Re: problem while checking the processor

hi,

the sched.models in the
/usr/lib is an old one.
Is this an old Hpux install
on a Kbox? I had this problem
before and installed a patch.
(don't remember it).

An easier way to do this would be to copy the updated
version of the sched.models
file in /usr/lib.

On my 11.00 box , i have it
in /usr/sam/lib/mo directory
and yes it has the
entry for 813!

Attached is the file. Try it out. (make a backup of your
existing sched.models!).

-raj
Take it easy.
James R. Ferguson
Acclaimed Contributor

Re: problem while checking the processor

Hi (again):

Oops, yup, I do have an entry for "813". One way to get a current version of the models file is to get the latest SAM cumulative patch. For 11.0 its PHCO_23876 and no reboot is required to install it.

Regards!

...JRF...
harry d brown jr
Honored Contributor

Re: problem while checking the processor

Why not run xstm, instead of sam to get the processor info you need?


live free or die
harry
Live Free or Die
A.K.
Frequent Advisor

Re: problem while checking the processor

thanks all,
i solve the problem due to your answers