Assigning node types to nodes for on-premises environments
When you start a node for on-premises environments, you can specify the node type assignment for the node. Pega Cloud services assigns node types during provisioning.
By assigning node types to nodes and subsequently associating work resources with those
node types, you can optimize resources and improve performance. For details, see the
corresponding pages: Associating agents with node types, Associating listeners with node types, Creating a job scheduler rule, and Creating a queue processor rule.
- Assign node types to the specific node you are starting. Use the
-DNodeType
JVM argument to specify a comma-delimited list of node types:-DNodeType=NodeTypeA,NodeTypeB
- If you plan to use the Decisioning capability of Pega Platform or
implement Pega Customer Decision Hub, and Pega Platform will be running on a Windows 10 machine, install Jansi for
Windows to ensure that Decisioning nodes start correctly. If you cannot install
Jansi on your machine, you can disable the requirement by adding the following JVM
argument:
-DskipJansi=true
. However, disabling Jansi will limit the readability of the decisioning node logs. - View the list of agents and listeners that are currently associated with node
types:
- In the navigation panel of Admin Studio, click .
- Check for node types that correspond to the node types that you need for your cluster. If you created node types, verify that your node types appear in the list.
- Repeat these steps for each node in your cluster.Pega Platform supports creating specialized node types for on-premises environments. For more information about creating specialized node types for on-premises environments, see Creating specialized node types for on-premises environments.
Previous topic Node types for on-premises environments Next topic Creating specialized node types for on-premises environments