We have an environment where IS on two different servers are configured for failover.
We have two boxes, both of which have IS installed. At any time, only one of the boxes has IS running. If one of them is down, the clustering software brings the other server up along with the IS. We are not using the webMethods supplied clustering solution
This kind of configuration is causing two issues:
- Replication of packages across two IS. When a package needs to be migrated to production, it is imported into the IS which is running at that time and copied into the inbound replication area of the IS that is not running. When a fail-over situation occurs, someone needs to manually import the packages from the inbuond replication area. This requires human intervention and has been error prone.
Is there a simple way to import packages automatically at startup, as in several app servers? I have devised a round about way of accomplishing this (a java service lists the zip files present in the inbound area. A flow service gets the list imports them one by one. This flow service can be called at server startup. If there is an easier option, I can try that)
2. If there are active JDBC polling notifications at the time of active IS shutdown, this causes issues in enabling them on the failed-over IS. Is there a facility of having a service to be executed at server shutdown? If there is, I can create a flow service that disables the JDBC polling notifications gracefully