Operating System - HP-UX
1829622 Members
2144 Online
109992 Solutions
New Discussion

Unable to start the package

 
SOLVED
Go to solution
Sanjiv Sharma_1
Honored Contributor

Unable to start the package

Hi,

I have two node cluster (2*N-Class with HP-UX 11.00).
Nodes are tiger1 and tiger2.
Package pkg1 is running on tiger1.
Package pkg2,pkg3 and pkg4 are running on tiger2.

I have added a new package pkg5 to run on tiger1 as primary node.
When I try to run the package it gives an error :
tiger1:[root]/> cmrunpkg -v -n tiger1 pkg5
Running package pkg5 on node tiger1.
cmrunpkg : Node tiger1 is currently unable to run package pkg5.
Check the syslog on node tiger1 and pkg log files for more detailed information.

/var/adm/syslog/syslog.log

Jun 12 12:48:46 tiger1 CM-CMD[16844]: cmrunpkg -v -n tiger1 pkg5
Jun 12 12:48:46 tiger1 cmcld: Request from node tiger1 to start package pkg5 on node tiger1.
Jun 12 12:48:46 tiger1 cmcld: Unable to start package pkg5. Node tiger1 not enabled to run it.

**** Node tiger1 not enabled to run it ****
This can give some clue....

pkg5.sh.log does n't have any error.

Thanks in advance.

Raje.




Everything is possible
4 REPLIES 4
Tom Geudens
Honored Contributor

Re: Unable to start the package

Hi,
I'm absolutely no specialist on packages, but (and I hope I'm not stating the obvious here) are the NODE_NAME / SUBNET parameters in the package configuration OK ?

Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
Frederic Sevestre
Honored Contributor
Solution

Re: Unable to start the package

Hi,

After checking the package configuration (NODE_NAME set to tiger1 and tiger2),
try :
# cmmodpkg -e -n tiger1 pkg5

Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Stephen Doud
Honored Contributor

Re: Unable to start the package

Hi Raje,

Perform a cmviewcl -v -p pkg5 and verify that tiger1 is one of the nodes configured to run the package. Also not the AUTO_RUN state as well as the Node_Switching states on both nodes. Example:

PACKAGE STATUS STATE AUTO_RUN NODE
aclk down halted disabled unowned !!! NOTE "disabled"
<<< snip >>>
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled dracula

To set AUTO_RUN to enabled:
cmmodpkg -e

To set Node_Switching to enabled:
cmmodpkg -e -n

-s.
Hans Hendriks_1
Frequent Advisor

Re: Unable to start the package

Maybe you shoud do a vgchange to make your vg clusteraware.

vgchange -a n
vgchange -c y (c makes it clusteraware)