Adding a node-specific container.properties file
To set a runtime cluster’s or runtime cloud’s container properties differently on a per-node basis, create a separate container.properties file for the node and set its properties.
About this task
The values in the node’s container.properties file override any values in the runtime cluster or runtime cloud’s container.properties file that are relevant to that node. Properties that are set in the user interface always modify the runtime cluster or runtime cloud’s container.properties file and never the node’s container.properties file.
Procedure
-
Use a text editor to create a
container.propertiesfile. Name the file to include the node’s localHostId, as follows:container.<localHostId>.properties -
Add to the
container.<localHostId>.propertiesfile only the properties that you want to override. -
Set the override values for the properties.
-
Save the
container.<localHostId>.propertiesfile in the runtime cluster or runtime cloud’s<installation_directory>\confdirectory. -
Repeat steps 1–4 for each node that needs a separate file.
-
Restart the nodes that have new
container.propertiesfiles.Nodes that have a separate
container.propertiesfile use the properties that have been modified in their file. Nodes that do not have a separate file continue to use the properties in the runtime cluster or runtime cloud’scontainer.propertiesfile.