+

Search Tips   |   Advanced Search

CoreGroupPolicyManagement

Use the Jython scripting language to administer policies for high availability groups with the wsadmin tool. Use the commands in the CoreGroupPolicyManagement group to create, delete, and modify policies.

Use the following commands to define policies for high availability groups. Policies are defined at the core group level and apply only to matching high availability groups associated with the core group of interest.


createAllActivePolicy

Create a high availability group policy that keeps each of the application components running on each server in the high availability group at all times.

Target object: None.

Required parameters:

Optional parameters:

Return value: The command does not return output.

Batch mode example usage

Interactive mode example usage


createMOfNPolicy

Creates a high availability group policy that allows us to specify the number (M) of high availability group members to keep active if it is possible to do so. The number of active members must be greater than one and less than or equal to the number of servers in the high availability group.

Target object: None.

Required parameters:

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


createNoOpPolicy

Create a high availability group policy that indicates that no high availability group members are made active.

Target object: None.

Required parameters:

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


createOneOfNPolicy

Create a high availability group policy that keeps one member of the high availability group active at all times. This is used by groups that want singleton failover. If a failure occurs, the high availability manager starts the singleton on another server.

Target object: None.

Required parameters:

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


createStaticPolicy

Create a high availability group policy that allows us to statically define the active members of the high availability group.

Target object: None.

Required parameters:

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


deletePolicy

Delete a specific core group policy from the configuration.

Target object: None.

Required parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


modifyPolicy

Modify a specific core group policy of interest. Use the modifyPolicy command to change one or many policy settings.

Target object: None.

Required parameters:

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


  • Configure a core group policy for messaging engines
  • Configure a Static policy for service integration
  • Configure a One of N policy for service integration
  • Configure a 'No operation' policy for service integration
  • Core group policies
  • Core group policy settings