Network Deployment (Distributed operating systems), v8.0 > Establishing high availability
Disable or enable a high availability manager
A unique HAManagerService configuration object exists for every core group member. The enable attribute in this configuration object determines if the high availability manager is enabled or disabled for the corresponding process. When the enable attribute is set to true, the high availability manager is enabled. When the enable attribute is set to false, the high availability manager is disabled. By default, the high availability manager is enabled. If the setting for the enable attribute is changed, the corresponding process must be restarted before the change goes into effect. Use the wsadmin tool to disable or enable a high availability manager.
Determine if use a high availability manager to manage members of a core group. When you disable the high availability manager, make sure disabling it for a core group so that all members are disabled. Do not disable the high availability manager for select members of the core group. See the following documents:
- "2.1.6.1 High availability is not needed" section of the "Best Practices for Large WebSphere Topologies" document
- "6.3.3 Partitioned cell with HA manager-disabled core group topology" section of the "Techniques for Managing Large WebSphere Installations" Redbooks publication.
You might want to disable a high availability manager if you are trying to reduce the amount of resources, such as CPU and memory, that the product uses and have determined that the high availability manager is not required on some or all of the processes in a core group.
You might need to enable a high availability manager that you previously disabled because you are installing applications on core group members that must be highly available.
Complete the following steps if disable a high availability manager or to enable a high availability manager that you previously disabled.
Procedure
- In the admin console, navigate to the Core group service page for the process.
- For a dmgr, click System Administration > Deployment manager > Core group service .
- For a node agent, click System Administration > Node agent > node_agent > Core group service.
- For an application server, click...
Servers > Server Types > WebSphere application servers > server_name
> Core group service.
- To disable the high availability manager for this process, deselect the Enable service at server startup option.
- To enable the high availability manager for this process, select the Enable service at server startup option.
- Click OK and then click Review.
- Select Synchronize changes with nodes, and then click Save.
- Restart all of the processes for which you changed the Enable service at server startup property setting.
Results
The processes start with the high availability manager in the changed state.
What to do next
To verify that the high availability manager is in the proper state, check the log file for one of the following messages:
HMGR0005I: The Single Server DCS Core Stack transport has been started for core group DefaultCoreGroup.This message indicates that the high availability manager is disabled because the high availability manager communication transport can only establish communication with a single server process.
HMGR0001I: The DCS Core Stack transport has been started for core group DefaultCoreGroup. There are x members.This message indicates that the high availability manager is enabled because the high availability manager communication transport can establish communication with multiple server processes. x indicates the number of server processes with which communication is established.
Start the wsadmin scripting client using wsadmin.sh
Create a new core group (high availability domain)
Set up a high availability environment
Related
When to use a high availability manager
Best Practices for Large WebSphere Topologies
Techniques for Managing Large WebSphere Installations