Question
1
Replies
95
Views
Bank of Nova Scotia
Posted: March 2, 2020
Last activity: March 2, 2020
Pega 8.3 Node Type Groupings
In our Pega 7.4 environment, we have a four node system with the node type as follows:
- 2X WebUser
- 1X Search
- 1X Multiple Node Types: BIX, BackgroundProcessing, and Batch
As we move to Pega 8.3, it's my understanding that we need 2 Stream Nodes.
My Questions are:
1) Do we need to have two additional dedicated Stream Nodes?
2) If we keep our current 4 node system, which nodes should we add the Stream node type?
3) What are the considerations for having multiple node types for a single node?
thx
Terence
Hi Terrence,
1) Do we need to have two additional dedicated Stream Nodes?
Ans:- One Stream nodeType is mandatory & As per the installation guide having 2 Stream nodes is recommended to avoid the single point of failures.
2) If we keep our current 4 node system, which nodes should we add the Stream node type?
Ans:- If possible, it is recommended to isolate Stream nodeType from WebUser nodes. Considering the above 4 node system, you may either pick any one or two nodes (which are not web user nodes).
3) What are the considerations for having multiple node types for a single node?
Ans:- Effective usage of system resources? Like instead of having a dedicated node for every nodeType.
Based on the agent's processes, If the system permits You may very associate Stream,BackgroundProcessing,Search,BIX nodetypes with a single node or 2 nodes or distribute it like below based on your usage.
2 WebUser - 1 BackgroundProcessing, Stream - 1 Search, BIX,Stream
2 WebUser - 1 BackgroundProcessing, Stream, BIX - 1 Search,Stream
Let me know if that clarifies.