Operating System - HP-UX
1827953 Members
3448 Online
109973 Solutions
New Discussion

Dynamic CPU configuration

 
Melvin M.
Established Member

Dynamic CPU configuration

I'm trying to create a DB in on a machine running HP-UX 11.32. When I run my script to create the oracle db it core dumps. The reason I'm told by oracle support is that I need to enable dynamic cpu configuration. The oracle software adds cpu's using vpar which causes the core dump. Does anyone know what would be the actual setting/command they are talking about?Thanks in advance.
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: Dynamic CPU configuration

"Does anyone know what would be the actual setting/command they are talking about?"

I would ask them what they are talking about ...

At this point I don't even know if you are using vPars or not.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Amit Parui
Valued Contributor

Re: Dynamic CPU configuration

Hi Melvin,

Are you working on a vpar? If yes, just check the configuration of your partitions and cpu configurations through -

vparstatus -v

Hope this helps, just tell what you get after issuing the above command.
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
Melvin M.
Established Member

Re: Dynamic CPU configuration

Hi amit,
# vparstatus -v
sh: vparstatus: not found.

I'm not working with vpars at all. I have not created any psets either. Is it possible to enable RTE on the default pset? My theory is oracle thinks one dual core is cpu is 2 processors. RTE isn't enabled and I'm not sure if this is the problem. That's the closest I can find to dynamic cpu configuration.