Skip to content

AdminClusterManagement

The AdminClusterManagement script library provides the script procedures that configure and administer server clusters.

The AdminClusterManagement script library provides the following script procedures. To display detailed information about each script procedure, use the help command for the AdminClusterManagement script library, specifying the name of the script of interest as an argument.

AdminClusterManagement.checkIfClusterExists(*args)

Display whether the cluster of interest exists in your configuration.

AdminClusterManagement.checkIfClusterMemberExists(*args)

Display whether the cluster server member of interest exists in your configuration.

AdminClusterManagement.createClusterMember(*args)

Assigns a server cluster member to a specific cluster. When you create the first cluster member, a copy of that member is stored as part of the cluster data and becomes the template for all additional cluster members that you create.

AdminClusterManagement.createClusterWithFirstMember(*args)

Create a new cluster configuration and adds the first cluster member to the cluster.

AdminClusterManagement.createClusterWithoutMember(*args)

Create a new cluster configuration in your environment.

AdminClusterManagement.createFirstClusterMemberWithTemplate(*args)

Use a template to add the first server cluster member to a specific cluster.

A copy of the first cluster member that you create is stored in the cluster scope as a template.

AdminClusterManagement.createFirstClusterMemberWithTemplateNodeServer(*args)

Use a node with an existing application server as a template to create a new cluster member in your configuration.

When you create the first cluster member, a copy of that member is stored as part of the cluster data and becomes the template for all additional cluster members that you create.

AdminClusterManagement.deleteCluster(*args)

Delete the configuration of a server cluster.

A server cluster consists of a group of application servers that are referred to as cluster members. The script deletes the server cluster and each of its cluster members.

AdminClusterManagement.deleteClusterMember(*args)

Remove a cluster member from your cluster configuration.

AdminClusterManagement.help(*args)

Provides AdminClusterManagement script library online help.

AdminClusterManagement.immediateStopAllRunningClusters(*args)

Stop the server cluster members for each active cluster within a specific cell.

The server ignores any current or pending tasks.

AdminClusterManagement.immediateStopSingleCluster(*args)

Stop the server cluster members for a specific cluster within a cell.

The server ignores any current or pending tasks.

AdminClusterManagement.listClusterMembers(*args)

Display the server cluster members that exist in a specific cluster configuration.

AdminClusterManagement.listClusters(*args)

Display each cluster that exists in your configuration.

AdminClusterManagement.rippleStartAllClusters(*args)

Stop and restarts each cluster within a cell configuration.

AdminClusterManagement.rippleStartSingleCluster(*args)

Stop and restarts the cluster members within a specific cluster configuration.

AdminClusterManagement.startAllClusters(*args)

Start each cluster within a cell configuration.

AdminClusterManagement.startSingleCluster(*args)

Start a specific cluster in your configuration.

AdminClusterManagement.stopAllClusters(*args)

Stop the server cluster members of each active cluster within a specific cell.

Each server stops in a manner that allows the server to finish existing requests and allows failover to another member of the cluster.

AdminClusterManagement.stopSingleCluster(*args)

Stop the server cluster members of a specific active cluster within a cell.

Each server stops in a manner that allows the server to finish existing requests and allows failover to another member of the cluster.