+

Search Tips   |   Advanced Search

Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

 

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. Deprecated feature: Although you can still use the Jacl scripts to create and delete dynamic clusters, the administrative tasks provide all of the options that are available for configuring dynamic clusters in V6.1 and later. See Dynamic cluster administrative tasks for more information.depfeat

 

Location

The createDynamicCluster.jacl script is in the install_root\bin directory.

 

Usage

To run createDynamicCluster.jacl script with the wsadmin utility, use the following command:
wsadmin -profile createDynamicCluster.jacl node_group_name dynamic_cluster_name
In place of node_group_name and dynamic_cluster_name use the name of the node group to associate with your new dynamic cluster. You might need to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending upon 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. Tip: By default, the DefaultNodeGroup node group is created during installation. Never attempt to associate a dynamic cluster with the DefaultNodeGroup node group.


 

Related concepts


Dynamic clusters

 

Related tasks


Creating dynamic clusters

 

Related reference


Dynamic cluster administrative tasks
deleteDynamicCluster.jacl script