1829263 Members
1613 Online
109988 Solutions
New Discussion

cluster problem

 
jhingoor
Frequent Advisor

cluster problem

Hi,
i have got a cluster problem,
we have rp8420 server which is node partitioned....which contains both of nodes in cluster...i had 2 shutdown cluster...so i gave cmhaltcl -v -f ..which then shutoff both the packages..APP and DB and cluster was down...
After completing our activity we had to restart cluster for which we gave cmruncl -v...but it only started the DB package...while..the other AAP package is still in halted condition....

What should i do in such case...restart the APP package manually in APP node or what????

Why didnt the app package start automatically after running cmruncl -v command....
4 REPLIES 4
RAC_1
Honored Contributor

Re: cluster problem

what errors do you get package log files? Did you try starting package seperately with cmrunpkg? Also before you do that, can you post cmviewcl -p "package_name" -v
There is no substitute to HARDWORK
Torsten.
Acclaimed Contributor

Re: cluster problem

The log files should contain the reason.

BTW, it makes no sense to configure both cluster members in only one box. I guess this is even not supported, because a hardware failure will bring down the whole cluster.

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!   
melvyn burnard
Honored Contributor

Re: cluster problem

You need to check the syslogs of the servers, and also the package logs for this app package, as this should give a reason whythere was/is a problem.

To answer Torsten's question, this IS a supported configuration, as many customers do this for testing, DR clusters etc.
There is a white paper about "Clusters in a box" that discusses the issues around this, but again I stress it IS supported.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Darrel Louis
Honored Contributor

Re: cluster problem

Hi,

Is the package enabled.
Check with cmviewcl -v -p .
If not you should run cmmodpkg -e

Darrel