Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.
Perform the following steps to create a cluster without a cluster member:
Using Jacl:
set s1 [$AdminConfig getid /Cell:mycell/]Using Jython:
s1 = AdminConfig.getid('/Cell:mycell/')
Using Jacl:
$AdminConfig create ServerCluster $s1 {{name ClusterName}}Using Jython:
print AdminConfig.create('ServerCluster', s1, '[[name ClusterName]]')
Related concepts
AdminConfig object for scripted administration
Related reference
Commands for the AdminConfig object