Operating System - HP-UX
1752767 Members
5334 Online
108789 Solutions
New Discussion юеВ

cluster form but package not run

 
harjeet_3
Occasional Advisor

cluster form but package not run

I want to tell that we have HP-UX machine which is cluster based. It has one disk station that is used to store the database. My problem is that cluster is running node is running but the package does not run it gives and error SCRIPT failed:......


feel free to ask any further information

8 REPLIES 8
F Verschuren
Esteemed Contributor

Re: cluster form but package not run

can you post:
/var/cmcluster/package name/pakagename*log

To verify the cluster configuration while restricting the connectivity
check to the volume groups specified in the clusterA.config file,

cmcheckconf -k -C clusterA.config -P pkg1.config -P pkg2.config
Avinash20
Honored Contributor

Re: cluster form but package not run

package control log file will tell you what exactly the issue you are facing

Please post the output of

# cmviewcl -v
# cat /etc/cmcluster//.cntl.log

:: THis is the package name
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
harjeet_3
Occasional Advisor

Re: cluster form but package not run

can you post:
/var/cmcluster/pkg1/control.sh.log

Avinash20
Honored Contributor

Re: cluster form but package not run

HArjeet... You forgot to attach the log file
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
sujit kumar singh
Honored Contributor

Re: cluster form but package not run

if u can attach the log file for the package as this is started on the other node that we can see for the exact reasons.

the reasons can be various:

1)mount points do not exist on the other node.
2)package not getting an IP address
3)VGs not properly imported on the other node and various


if u can attach the package control of the packge then we can ezxctluy analyse...


regards
Sujit
Avinash20
Honored Contributor

Re: cluster form but package not run

We are still waiting for output of

# cmviewcl -v
# cat /etc/cmcluster//.cntl.log
# vgdisplay -v
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Emil Velez
Honored Contributor

Re: cluster form but package not run

When the script fails then the package attempts to run the script on other nodes.

The current node that attempted to run the script becomes disabled.

What you need to do is examine the script log file for the package

usually the script name with a .log extension

and

1. Fix the script
2. Distribute the script to all nodes
3. do a commodpkg -e -n

for each node in the cluster
4. do a cmmodpkg -e

to allow autostart in the package and it should attempt to start at that time hopefull with no errors

Avinash20
Honored Contributor

Re: cluster form but package not run

Hi Harjeet,

There is no reply on this post from your end.
Also observed that you have opened new post on other issues

You could close this thread if your issue is resolved.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."