You can define dynamic cluster members when you are creating a dynamic cluster, or you can add dynamic cluster members to an existing dynamic cluster.
To access this administrative console page, click
.To add dynamic cluster members to an existing dynamic cluster, click
. You can only add dynamic cluster members to dynamic clusters that are in manual membership mode and do not have a membership policy defined.You can use rule-based membership with application servers, WebSphere® Application Server Community Edition servers, or PHP servers.
Use the subexpression builder to build a Membership policy. The membership policy specifies which nodes are members of the dynamic cluster. Click Preview membership to view which nodes are in the dynamic cluster with the membership policy that you defined.
node_nodegroup = 'my_node_group'
node_property$APACHE_2_0 IS NOT NULL
node_property$APACHE IS NOT NULL and node_property$PHP IS NOT NULL
node_property$WASCE_2.0* IS NOT NULL
node_property$WASCE_2.0 IS NOT NULL
node_name like 'my_node%'
node_hostname in ('node1.mydomain.com','node2.mydomain.com')
not (node_nodegroup='my_node_group') and node_name like 'my_node%'
Use manually defined membership to add servers that exist in your configuration to the dynamic cluster.