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