![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
![[z/OS]](../images/ngzos.gif)
createDynamicCluster.jacl script
You can use the createDynamicCluster.jacl script to create a dynamic cluster.
Purpose
The createDynamicCluster.jacl script creates a dynamic cluster and associates it with a node group.You can also use the Jacl scripts to create and delete dynamic clusters. For more information about available options for configuring dynamic clusters, read about dynamic cluster administrative tasks.
Location
The createDynamicCluster.jacl script is in the app_server_root/bin directory.Usage
To run the createDynamicCluster.jacl script
with the wsadmin utility, use the following command:
wsadmin -profile createDynamicCluster.jacl node_group_name dynamic_cluster_nameIn place of node_group_name and dynamic_cluster_name, use the name of the node group that you want to associate with your new dynamic cluster. Modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending on your operating environment.
The code in the runtime creates a membership policy when you create your dynamic cluster. For example, if you indicate the node_group_1 node group, the membership policy of node_nodegroup='node_group_1' is created.