Default Node Type Assigned when application is up in our internal cloud

Hi

Our Application is hosted in internal cloud. We have 4 instances. In Pega 7.4 we didnt specify and node type under -DNodeType and the Node Type shows “Untyped”.

After we upgraded to 8.51, we see the node type as “WebUser,BackgroundProcessing,Search,Stream”. How this is assigned? and how to make it Untyped?

@Arvind

looks like while deploying you have assigned node types to handle resources optimize the performances. you may refer to below links if it helps serve your purpose.

@kumam7 Thanks. Question is if we dont specify node-type, why and how does it assign “WebUser,BackgroundProcessing,Search,Stream”?

@Arvind I think, earlier If a node is not configured with any node type, the node classification feature does not apply to that node. In that case, the node starts with the Untyped node type, the agents run based on the Data Agent Queue configuration for that node, and the listeners associated with a node type do not run. but now this has changed. please refer https://community.pega.com/node/726516

please also refer https://community.pega.com/sites/default/files/help_v85/procomhelpmain.htm#engine/node-classification/eng-node-classification-con.htm

@kumam7 Thank You. This helps.