Operating System - HP-UX
1753961 Members
7206 Online
108811 Solutions
New Discussion юеВ

Re: Not able to start a package in a node in cluster

 
Shahrukh Ahamed
Occasional Advisor

Not able to start a package in a node in cluster

Hi experts...

I have NNMi 8.10 installed in cluster. When i try to run nnmpkg in a node it says.
Unable to run the Package.The node is not eligible.

can you help me on the same.
18 REPLIES 18
Sunny123_1
Esteemed Contributor

Re: Not able to start a package in a node in cluster

Hi

Check the configuration file also post more details about cluster.


Regards
sunny
Shahrukh Ahamed
Occasional Advisor

Re: Not able to start a package in a node in cluster

Hi.. thanks for your reply.

I have SG cluster in HP UX.
where there are two packages nnmpkg and orannmpkg. One for NNM and one for the oracle process.

Can you tell me which config file you are referring to. The cluster files and ascii files are fine. ANything specific i should look??
Sunny123_1
Esteemed Contributor

Re: Not able to start a package in a node in cluster

Hi

look out for pkg conf file also can you post what error exactly you got during you try to run the pkg.Also look log file of pkg for more details which is located in pkg directory.

Regards
sunny
Shahrukh Ahamed
Occasional Advisor

Re: Not able to start a package in a node in cluster

this is the error

Hi sunny,

root@ap3g-ch2-nms01:/var/adm/syslog # cmrunpkg nnmpkg
Unable to run package nnmpkg on node ap3g-ch2-nms01. Node is not eligible.
cmrunpkg: Unable to start some package or package instances


There is no logging in either /etc/cmcluster/nnmpkg/nnmpkg.cntl.log nor
/var/cmcluster/log/nnmpkg.log.

Last updates are on august 6th which says about shutting down the package and no error.
Sunny123_1
Esteemed Contributor

Re: Not able to start a package in a node in cluster

Hi

Try

cmrunpkg -n pkg name

Regards
Sunny
melvyn burnard
Honored Contributor

Re: Not able to start a package in a node in cluster

cmviewcl -v -p nnmpkg

Does that show disabled or enabled for the nodes?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Roopesh Francis_1
Trusted Contributor

Re: Not able to start a package in a node in cluster

you may try
cmmodpkg -e

Thanks
melvyn burnard
Honored Contributor

Re: Not able to start a package in a node in cluster

>you may try
cmmodpkg -e

All that will do is enable Global package switching. If the node (Local ) switching is not enabled, then he will not be able to run the package on the node.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Shahrukh Ahamed
Occasional Advisor

Re: Not able to start a package in a node in cluster

here are my investiogations..

cmrunpkg -n ap3g-ch2-nms01 nnmpkg
Unable to run package nnmpkg on node ap3g-ch2-nms01. Node is not eligible.
cmrunpkg: Unable to start some package or package instances

cmviewcl -v -p nnmpkg

UNOWNED_PACKAGES

PACKAGE STATUS STATE AUTO_RUN NODE
nnmpkg down halted disabled unowned

Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual

Script_Parameters:
ITEM STATUS NODE_NAME NAME
Subnet down ap3g-ch2-nms01 10.130.42.128
Subnet up ap3g-ch2-nms02 10.130.42.128

Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled ap3g-ch2-nms01
Alternate up enabled ap3g-ch2-nms02

Other_Attributes:
ATTRIBUTE_NAME ATTRIBUTE_VALUE
Style legacy
Priority 500

this shows subnet down... how can i check ???


cmmodpkg -e nnmpkg runs the package on the other node...