Operating System - HP-UX
1827857 Members
1713 Online
109969 Solutions
New Discussion

enable mode on adoptive node

 
FrCs-RGB
Occasional Contributor

enable mode on adoptive node

Hi all,

2 nodes cluster
package ascii file so configured

FAILBACK_POLICY MANUAL

AUTO_RUN YES

NODE_FAIL_FAST_ENABLED NO

when the package is on adoptive node I can'set it permanently in enable AUTO_RUN with cmmodpkg -e command.After a while a reset (disable mode) is done
Thak you in advance
3 REPLIES 3
Geoff Wild
Honored Contributor

Re: enable mode on adoptive node

I'm not too sure I understand your question...

When a package fails over, it disables package switching. So if you are on the adoptive node, package switching should be disabled.


Once you fix why it failed over, to re-enable package switching:

cmmodpkg -e

Are you saying that you can NOT get it to be enabled after a failover?

Make sure the package.cfg file is the same on both nodes...

Check the syslog on both nodes to see why it can not be enabled...

BTW - which version of MC/SG are you using and were the ascii file all generated with that versions cmquerycl?

Post output of cmviewcl -v

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Stephen Doud
Honored Contributor

Re: enable mode on adoptive node

AUTO_RUN as set in the package configuration file is an initial setting that will be taken when the cluster forms. After the cluster formation, this setting can be changed by using

# cmmodpkg -e|d

There is no way to set AUTO_RUN permanently because package switching states may change based on package start failures or some other event.

-StephenDoud
sachin_26
New Member

Re: enable mode on adoptive node

If I understand it right..
your package is set to manual policy for failback and thats why you cant set it to enable when its running on adoptive node.

SS