createDynamicCluster.jacl script
Use the createDynamicCluster.jacl script to create a dynamic cluster.
The createDynamicCluster.jacl script creates a dynamic cluster and associates it with a node group.
We 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.
The createDynamicCluster.jacl script is in the app_server_root/bin directory.
To run the createDynamicCluster.jacl script with the wsadmin utility.
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 to associate with the new dynamic cluster. Modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending on the operating environment.The code in the runtime creates a membership policy when we create our dynamic cluster. For example, if you indicate the node_group_1 node group, the membership policy of node_nodegroup='node_group_1' is created.
Related:
Dynamic clusters Create dynamic clusters Intelligent Management: dynamic cluster administrative tasks deleteDynamicCluster.jacl script Wsadmin scripting tool