WebSphere Extended Deployment provides Jacl scripts that you can use as scripting options to create or delete dynamic clusters.
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. You might have to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending upon your operating environment.
wsadmin> source createDynamicCluster.jacl wsadmin> createDynamicCluster 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.
wsadmin -f deleteDynamicCluster.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 disassociate with your deleted dynamic cluster. You might have to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending upon your operating environment.
wsadmin> source deleteDynamicCluster.jacl wsadmin> deleteDynamicCluster 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 disassociate with your deleted dynamic cluster.