The following is the workaround you may need to use until we get the fix from TIBCO Administrator and that will eventually resolve the Silver Fabric behavior.
- Deploy the archive using AppManage, not TIBCO Administrator (basically to change the value of isFT to false before deploying).
Eg:
./AppManage -export -out bw1par-5.xml -genEar -ear bw1par-5.ear -app bw1par-5 -user <user> -pw <pw> -domain <yourdomain>
in the XML file you have the <isFt> set to false.
- Then if you delete the application you just created in TIBCOAdmin and then when the archive scale up is activated, it won't redeploy the original BW service instance. (By this step the isFT default setting is changed to false so further archive scaling up or adding will not affect the running application archives).
OR
- When you create the deployment configuration via TIBCO Administrator, add another instance to a machine in non FT mode. Save it, then remove the added service instance to the machine and save it. The isFT mode will be set in non FT mode and the service will not restart.