Hi Sateesh,
we have spread our application on several IS instances each having their own installation directory.
They all are connecting to the same MWS, Broker, Database (if neccessary).
Broker and MWS are installed in its own installation directory each.
All components that require a database schema have their own set of schema except for shared business data…
Each IS has its own internal, tn, and archiving schema, MWS uses a different schema.
This reduces the need to shutdown several instances in one maintenance window in combination.
Usually the Broker is updated first keeping the ISes running by using local publish/subscribe where possible or buffering the data until Broker is up again.
Then it is possible to update the ISes one be one dependent on the agreed maintenance window with the partners connecting directly to the ISes. Some of the are connecting to multiple instances for different purposes and therefore only part of the interfaces is affected per maintenance window.
MWS will be patched as last component as this updating has the longest downtime.
Broker requires a downtime of approx 30 minutes (usually less).
IS takes approx 1 hour (depends on how many components are installed additionally and if they are affected by the fixes or not)
MWS takes more than 1,5 hour downtime as this one is the most complex component in our landscape.
You can try to evaluate if using a Cluster is an option for you.
If you have a 2-node IS cluster, bring down one node, patch it, bring down the second one, start the first patched one, patch the second one and bring it up again.
Check if the cluster is being reestablished afterwards or manually recreate the cluster.
It is neccessary to stop the second node before restarting the first one to do DB-Migration (if there is a DC_DBS_Fix involved) and to avoid errors due to different patch levels.
By doing so the tolal downtime for which all partners are affected is reduced to the time which is needed to shutdown second node and start the first node, which usually should not exceed 15 minutes at all.
Regards,
Holger
#webMethods-General#Integration-Server-and-ESB#webMethods-Upgrade#webMethods