1751936 Members
4837 Online
108783 Solutions
New Discussion юеВ

Service Guard 11.18

 
gigiz
Valued Contributor

Service Guard 11.18

Hi guy,
i need to do a modify to a cluster service Guard 11.18 with 4 nodes.
I must modify a node switch parameter and reduce it from 4 at 2 .
Now i have 4 node for package switching. How do reduce it at 2 . What is the command
Can i do online or i must shutdown the cluster.
Help me many point at all .
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: Service Guard 11.18

Can you clarify what it is you wish to do?
Are you looking to remove 2 nodes from the cluster?
or change a package to only fail between two nodes?
And is this permanent? or just temporary?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
gigiz
Valued Contributor

Re: Service Guard 11.18

I Must change a package to only fail or run between two nodes
Permanent .
gigiz
Valued Contributor

Re: Service Guard 11.18

This is my situation:

cmviewcl -vp dwieassepkg

PACKAGE STATUS STATE AUTO_RUN NODE
dwieassepkg up running enabled HUG40003

Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual

Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled HUG40003 (current)
Alternate up enabled HUG40009
Alternate up enabled HUG40015
Alternate up enabled HUG40025
Alternate up enabled HUG40027
Alternate up enabled HUG40041




i must chage in :

HUG40003:/etc/cmcluster/dwieassepkg#cmviewcl -vp dwieassepkg

PACKAGE STATUS STATE AUTO_RUN NODE
dwieassepkg up running enabled HUG40003

Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual

Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME

Primary up enabled HUG40009
Alternate up enabled HUG40015




But with module i never done it
melvyn burnard
Honored Contributor

Re: Service Guard 11.18

>Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled HUG40003 (current)
Alternate up enabled HUG40009
Alternate up enabled HUG40015
Alternate up enabled HUG40025
Alternate up enabled HUG40027
Alternate up enabled HUG40041
>
4 nodes? looks more like 6 nodes!
Anyway, changing the configuration for this package you need to modify the package configuration file to remove the non-required host names:
priority NO_PRIORITY
local_lan_failover_allowed YES
node_name HUG40003
node_name HUG40009
node_name HUG40015
node_name HUG40025
node_name HUG40027
node_name HUG40027

to just:
node_name HUG40009
node_name HUG40015

then run cmapplyconf -v -P

All in the Managing Serviceguard manuals
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!