Operating System - HP-UX
1834470 Members
3090 Online
110067 Solutions
New Discussion

Re: missing L2000 from sched.models

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

missing L2000 from sched.models

Hi all:

Got an L2000 with HPUX11.00 running. Looking through the sched.models file and an entry for L2000 is not present. I have verified this under /usr/sam/... and under /opt/langtools/...

How to determine the PA type if there is no sched.models entry?
5 REPLIES 5
Curtis Larson
Trusted Contributor

Re: missing L2000 from sched.models

mine has these entries:
L1000-36 2.0 PA8500
L1000-44 2.0 PA8500
L2000-36 2.0 PA8500
L2000-44 2.0 PA8500
Rick Garland
Honored Contributor

Re: missing L2000 from sched.models

Curtis;

Thanks for the info. I would believe I can manually insert the entries in the file but I have some scripts that look for the entries as well. If the entries are not there, the script will return nothing - I don't want that.
Curtis Larson
Trusted Contributor

Re: missing L2000 from sched.models

of course, you're going to have to add them manually, unless you're going to wait until hp comes up with an enhancement patch for sam or your compiler.

diagnostics might give you this information, in which case you could run cstm with a command file and parse what you're looking for, but I don't know where the diagnostics gets it information from or weather this is even available information from diagnostics.
James R. Ferguson
Acclaimed Contributor
Solution

Re: missing L2000 from sched.models

Hi Rick:

You might get PHCO_21267 (s700_800 11.00 cumulative SAM/ObAM patch). This carries /usr/sam/lib/mo/sched.models and might provide the updates you want.

...JRF...
Curtis Larson
Trusted Contributor

Re: missing L2000 from sched.models

with diagnostics you can do someting like this:
echo "sc product CPU;info;wait;infolog\ndone\n" | cstm | awk ' /CPU/ { if ($0 ~ "PA" ) print $1;}'

of course you'll have to have diagnostics on every system and while it works for the system I tested on, that doesn't mean it is going to work everywhere.

I know that patch phco_21187 didn't have the L class system. maybe the newer one will