Solved

Steps clustering for batch processor in IFS 10

  • 25 November 2021
  • 1 reply
  • 83 views

Userlevel 3
Badge +8

Pls share the step how to do the clustering of IFS 10 batch processor.

icon

Best answer by Charith Epitawatta 25 November 2021, 23:07

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +31

Hi @Sujeet Saxena,

Batch Processor is deployed as a part of ifsapp-int.ear in IFSAPP10, which means it is deployed in Integration cluster. Further to that, a light version of batch processor is deployed as a part of ifsapp-main.ear as well, which is deployed in main cluster.

Therefore if you need to extend the batch processor, all you need to do is extend the Integration cluster.

You can find the documentation for extending a cluster horizontally(servers spanning more than one machine) here:

https://docs.ifs.com/techdocs/foundation1/020_installation/020_installing_fresh_system/040_installing_ifs_applications/030_deploy_middle_tier/hidden_itd/200_configure_cluster_nodes.htm.

Extending the cluster vertically(multiple servers on the same machine) is much easier in IFSAPP10, compared to earlier version. Please refer to the first comment on below post for instructions on vertical clustering:

Hope this helps!