Create clusters without cluster members using scripting
Procedure
- Start wsadmin
- Identify the cell configuration ID and set it to the s1 variable:
Jacl:
set s1 [$AdminConfig getid /Cell:mycell/]s1 = AdminConfig.getid('/Cell:mycell/')- Create a new cluster without a cluster member:
Using Jacl:
$AdminConfig create ServerCluster $s1 {{name ClusterName}} $AdminConfig saveprint AdminConfig.create('ServerCluster', s1, '[[name ClusterName]]')- In a network deployment environment only, synchronize the node.
See Also
AdminConfig object for scripted administration
See Also
Commands for the AdminConfig object