

Temporarily Disabling WebSphere Cluster MembersBackgroundIt seems that in our current configuration the WebSphere plugin does not reliably stop sending requests to a Cluster member when it's been taken down. Or sometimes it seems to take an inordinate amount of time for it to do so, or sometimes it starts sending requests before a restarting member is fully operational. A quick workaround is to manually edit the plugin's configuration file on each web server to comment-out the unwanted servers. The plugin will automatically detect and apply the changes within a minute or so and stop routing requests to those servers until you manually uncomment them. Plugin Configuration File LocationOn our AIX systems, the plugin configuration file is in a location like:
/usr
(If you're ever uncertain you're looking in the correct location, look for the WebS Plugin Configuration File ContentsWithin that file are many configuration items, most should never be manually edited, but the ones we care about for this purpose are the <PrimaryServers> elements within each <ServerCluster> element. The ServerCluster's "Name" attribute will tell you which element to edit. Then the PrimaryServers element in that ServerCluster will list each of the individual <Server> Cluster members which are also defined within ServerCluster. <ServerCluster ... Name="TestCluster" ...>
Removing a specific server from Plugin dispatchingThe only change we have to make is to comment-out the specific Server which we want to cease receiving requests. So to disable the TestApp-B server on serverB: <PrimaryServers>
Notes
Tags:  plugin cluster ihs web-server was webserver failover websphere |