Creating a cluster

An example creating a cluster using an existing server follows:

  • Identify the server to convert to a cluster and assign it to the server variable:

    set server [$AdminConfig getid /Cell:cellname/Node:nodename/Server:servername/]
    

  • Convert the existing server to a cluster by using the convertToCluster command passing in the existing server and the cluster name:

    $AdminConfig convertToCluster $server myCluster1
    
    This command converts a cluster named myCluster with servername as its member.

    An example of this output follows:

    myCluster1(cells/cellname/cluster/myCluster1:cluster.xml#ClusterMember_1)
    

  • Save changes:

    $AdminConfig save
    

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.