To disable high availability on a node, in the WebSphere Application Server administrative console, set
the value for com.ibm.isc.ha custom property
to false.
Procedure
- Log in to the Dashboard Application Services Hub.
- In the navigation pane, click and click Launch Websphere administrative
console.
- In the WebSphere Application Server administrative
console navigation pane, click .
- In the Application Servers panel,
click the console server name link.
- In the Configuration tab, expand
the Java and Process Management list in the Server
Infrastructure section.
- Select the Process definition link
and in the page that is displayed, click the Java Virtual
Machine link.
- In the page that is displayed, click the Custom
properties link.
- In the Custom properties page, select
the com.ibm.isc.ha link to display its properties
page; or if the property is not listed, click New and
create a property named com.ibm.isc.ha.
- Set the com.ibm.isc.ha property
value to false and click OK to
save your settings.
- Close the WebSphere Application Server administrative
console.
- Stop and restart the server.
- In the JazzSM_WAS_Profile/bin directory,
for a server named server1,
run the following command:
- On Windows
- stopServer.bat server1
- On UNIX
- stopServer.sh server1
Note: You are prompted to provide an administrator
username and password.
- In the JazzSM_WAS_Profile/bin directory,
for a server named server1,
run the following command:
- On Windows
- startServer.bat server1
- On UNIX
- startServer.sh server1
Results
The node is disabled. You can subsequently delete the
com.ibm.isc.ha property
to return the node to the high availability cluster.