Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

adding a node to a service group

Updated: 21 May 2010 | 1 comment
Sidanat's picture
0 0 Votes
Login to vote

I have added the node to the cluster but i am unable ot add the node to the service group. Windows 2008 64Bit

Discussion Filed Under:

Comments

Roger Zimmermann's picture
03
Jul
2009
0 Votes 0
Login to vote

Adding a node to a service

Adding a node to a service group:

Look if you can see the new node via GAB (gabconfig -a). If the node is visible:

GUI:
right click on the service group -> view -> properties view -> show all attributes -> SystemList (edit button) -> plus sign -> enter node name and priority for this node

Then put this new node also in the AutoStartList if you want just the same way as modifying the SystemList attribute.

or

CLI: 
hagrp -modify  <service_group>  SystemList  -add  <new_node_name>  <priority>
hagrp -modify  <service_group>  AutoStartList  <old_list>  <new_node_name>

The node name ist the same one as in llttab. Normally.

Good Luck
Roger